aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_isab.c
Commit message (Expand)AuthorAgeFilesLines
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nowNate Lawson2004-06-291-10/+8
* Add support to ACPI to manage its own resources. Previously, resourceNate Lawson2004-06-131-1/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Style cleanups, don't set the device description before the probe routineNate Lawson2004-05-291-12/+8
* Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson2004-04-091-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Fix a bogon in the previous commit. When suppressing multiple isabJohn Baldwin2003-07-171-1/+1
* - Fix a typo in the call to acpi_disabled() in probe() by removing anJohn Baldwin2003-07-091-1/+2
* Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device toJohn Baldwin2003-07-081-0/+129