cvs commit: src/sys/conf files src/sys/dev/acpica acpi_isab.c
src/sys/modules/acpi Makefile
John Baldwin
jhb at FreeBSD.org
Tue Jul 8 11:59:34 PDT 2003
jhb 2003/07/08 11:59:33 PDT
FreeBSD src repository
Modified files:
sys/conf files
sys/modules/acpi Makefile
Added files:
sys/dev/acpica acpi_isab.c
Log:
Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device to
ACPI nodes with the plug and play ID's defined for a "Generic ISA Bus
Device" as defined in section 10.7 of the ACPI 2.0 specification. This
gives machines like the Libretto that contain a fake ISA bus that is not
connected via a PCI-ISA bridge an ISA bus for ISA devices to attach to.
Tested by: markm
Revision Changes Path
1.802 +1 -0 src/sys/conf/files
1.1 +129 -0 src/sys/dev/acpica/acpi_isab.c (new)
1.28 +1 -1 src/sys/modules/acpi/Makefile
More information about the cvs-src
mailing list