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
/
dev
/
acpica
History
John Baldwin
6b4d1b08a2
Use d_thread_t for cdevsw functions instead of struct thread * so that it
...
is easier to share this code with 4-stable.
2002-10-09 20:39:26 +00:00
..
Osd
Some kernel threads try to do significant work, and the default KSTACK_PAGES
2002-10-02 07:44:29 +00:00
acpi_acad.c
…
acpi_battery.c
…
acpi_button.c
…
acpi_cmbat.c
…
acpi_cpu.c
…
acpi_ec.c
…
acpi_lid.c
…
acpi_pci_link.c
Oops, forgot to add main file for my previous commit :-)
2002-10-05 02:06:00 +00:00
acpi_pci.c
…
acpi_pcib_acpi.c
Make sure that ACPI PCI driver probe routine call pci_cfgregopen()
2002-10-05 02:16:49 +00:00
acpi_pcib_pci.c
Make sure that ACPI PCI driver probe routine call pci_cfgregopen()
2002-10-05 02:16:49 +00:00
acpi_pcib.c
Add code for ACPI PCI link object manipulation.
2002-10-05 02:01:05 +00:00
acpi_pcibvar.h
Add code for ACPI PCI link object manipulation.
2002-10-05 02:01:05 +00:00
acpi_powerres.c
…
acpi_resource.c
Oops, missed this one. Fix a printf format error on 64 bit systems
2002-10-04 00:35:22 +00:00
acpi_thermal.c
Some kernel threads try to do significant work, and the default KSTACK_PAGES
2002-10-02 07:44:29 +00:00
acpi_timer.c
Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all the
2002-10-09 20:38:21 +00:00
acpi.c
Use d_thread_t for cdevsw functions instead of struct thread * so that it
2002-10-09 20:39:26 +00:00
acpica_support.c
…
acpica_support.h
…
acpiio.h
…
acpivar.h
…