From owner-cvs-src@FreeBSD.ORG Tue Jul 8 11:59:33 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 CEA3937B437; Tue, 8 Jul 2003 11:59:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB8643F75; Tue, 8 Jul 2003 11:59:33 -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 h68IxX0U060128; Tue, 8 Jul 2003 11:59:33 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h68IxXRA060127; Tue, 8 Jul 2003 11:59:33 -0700 (PDT) Message-Id: <200307081859.h68IxXRA060127@repoman.freebsd.org> From: John Baldwin Date: Tue, 8 Jul 2003 11:59:33 -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/conf files src/sys/dev/acpica acpi_isab.c src/sys/modules/acpi Makefile 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: Tue, 08 Jul 2003 18:59:34 -0000 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