Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
static int
491
atrtc_isa_attach(device_t dev)
492
{
493
494
return (atrtc_attach(dev));
495
}
496
497
#ifdef DEV_ACPI
498
static int
Callers
nothing calls this directly
Calls
1
atrtc_attach
Function · 0.85
Tested by
no test coverage detected