Date: Tue, 8 Jul 2003 11:59:33 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/acpica acpi_isab.c src/sys/modules/acpi Makefile Message-ID: <200307081859.h68IxXRA060127@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307081859.h68IxXRA060127>