From owner-freebsd-current Sun Sep 2 23:36:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (Postfix) with ESMTP id D391F37B401; Sun, 2 Sep 2001 23:36:03 -0700 (PDT) Received: from nantai.utsunomiya-u.ac.jp by nasu.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/26Jan01-1134AM) id f836Zm5337441; Mon, 3 Sep 2001 15:35:48 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp by nantai.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/30Jan01-0241PM) id f836Zmu95752; Mon, 3 Sep 2001 15:35:48 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:6E+DEHonuqSlglEMNBBQkep+tjQuzEv0@zodiac.mech.utsunomiya-u.ac.jp [160.12.43.7]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id PAA28756; Mon, 3 Sep 2001 15:45:33 +0900 (JST) Message-Id: <200109030645.PAA28756@zodiac.mech.utsunomiya-u.ac.jp> To: Mike Smith Cc: current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS In-reply-to: Your message of "Wed, 29 Aug 2001 19:58:59 MST." <200108300258.f7U2wxq06147@mass.dis.org> References: <200108300258.f7U2wxq06147@mass.dis.org> Date: Mon, 03 Sep 2001 15:45:32 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >The loader now detects ACPI in your system, and loads the ACPI >module if it is present. This has major ramifications for the >device probe and attach phases of system initialisation. > > - Root PCI bridges are detected using ACPI. > - PCI interrupt routing is now performed using ACPI. > - The PnP BIOS is disabled and onboard peripherals are detected > using ACPI, and attach to ACPI and not isa. > - System-owned resources are detected and reserved by ACPI. Then, shouldn't we remove the PnP BIOS driver (pnpbios) from the kernel and make it a module, so that the boot loader will load either the ACPI module or the PnP BIOS module? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message