MCPcopy Create free account
hub / github.com/F-Stack/f-stack / atrtc_acpi_attach

Function atrtc_acpi_attach

freebsd/x86/isa/atrtc.c:498–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496
497#ifdef DEV_ACPI
498static int
499atrtc_acpi_attach(device_t dev)
500{
501 int ret;
502
503 ret = atrtc_attach(dev);
504 if (ret)
505 return (ret);
506
507 (void)atrtc_reg_acpi_cmos_handler(dev);
508
509 return (0);
510}
511
512static int
513atrtc_acpi_detach(device_t dev)

Callers

nothing calls this directly

Calls 2

atrtc_attachFunction · 0.85

Tested by

no test coverage detected