From owner-cvs-all@FreeBSD.ORG Wed Dec 8 04:22:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 556D016A4CE; Wed, 8 Dec 2004 04:22:26 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3B343D2D; Wed, 8 Dec 2004 04:22:25 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iB84ORM0037941; Tue, 7 Dec 2004 21:24:27 -0700 (MST) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)iB84ORiW037792; Tue, 7 Dec 2004 21:24:27 -0700 (MST) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Tue, 7 Dec 2004 21:24:26 -0700 (MST) From: Scott Long Sender: scottl@pooker.samsco.org To: Warner Losh In-Reply-To: <200412080416.iB84GIjD029481@repoman.freebsd.org> Message-ID: <20041207212312.C398@pooker.samsco.org> References: <200412080416.iB84GIjD029481@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 04:22:26 -0000 On Wed, 8 Dec 2004, Warner Losh wrote: > imp 2004-12-08 04:16:18 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > It turns out that a lot of newer systems have 'base peripherals' on > the PCI bus. We presently have no drivers for these devices, so they > are powered down. This is undesirable behavior since it breaks the > system when the base peripherals go away suddenly in the middle of > boot. > > # if we ever get generic drivers for memory and/or base peripherals, then > # we can remove the tests here. > > Revision Changes Path > 1.272 +2 -1 src/sys/dev/pci/pci.c > I wonder if this is why interrupt routing is so hosed on one of my boxes. It has several PCI functions in the chipset that represent interrupt controllers, and they don't get attached to anything. Scott