Date: Wed, 9 Jul 2003 11:28:53 -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/dev/acpica acpi_isab.c Message-ID: <200307091828.h69ISrVU030896@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/07/09 11:28:53 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_isab.c Log: - Fix a typo in the call to acpi_disabled() in probe() by removing an extra trailing space. - Don't bother probing a generic ISA bus device if isab0 already exists. Some BIOSes place an ACPI psuedo-device with the HID of a generic ISA bus device under the PCI-ISA bridge device. This is not the best solution but will work for now. The isa bus driver only allows for one ISA bus anyways. Revision Changes Path 1.2 +2 -1 src/sys/dev/acpica/acpi_isab.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307091828.h69ISrVU030896>