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

Function atrtc_isa_attach

freebsd/x86/isa/atrtc.c:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490static int
491atrtc_isa_attach(device_t dev)
492{
493
494 return (atrtc_attach(dev));
495}
496
497#ifdef DEV_ACPI
498static int

Callers

nothing calls this directly

Calls 1

atrtc_attachFunction · 0.85

Tested by

no test coverage detected