From owner-cvs-src@FreeBSD.ORG Wed Jul 9 11:28:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A41F37B40C; Wed, 9 Jul 2003 11:28:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A38F43F93; Wed, 9 Jul 2003 11:28:54 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h69ISs0U030897; Wed, 9 Jul 2003 11:28:54 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h69ISrVU030896; Wed, 9 Jul 2003 11:28:53 -0700 (PDT) Message-Id: <200307091828.h69ISrVU030896@repoman.freebsd.org> From: John Baldwin Date: Wed, 9 Jul 2003 11:28:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_isab.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 18:28:55 -0000 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