This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
x86
/
acpica
History
Jung-uk Kim
93a8847473
Make APM emulation look more closer to its origin. Use device_get_softc(9)
...
instead of hardcoding acpi(4) unit number as we have device_t for it.
2010-11-10 18:50:12 +00:00
..
acpi_apm.c
Make APM emulation look more closer to its origin. Use device_get_softc(9)
2010-11-10 18:50:12 +00:00
madt.c
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is
2010-11-08 20:57:02 +00:00
OsdEnvironment.c
Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.
2010-11-09 00:27:18 +00:00
srat.c
…