From owner-cvs-all@FreeBSD.ORG Wed Dec 8 06:35:56 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 B85CE16A4E9; Wed, 8 Dec 2004 06:35:55 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A862E43D1D; Wed, 8 Dec 2004 06:35:54 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iB86Y0C6078569; Tue, 7 Dec 2004 23:34:00 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Tue, 07 Dec 2004 23:34:00 -0700 (MST) Message-Id: <20041207.233400.41711478.imp@harmony.village.org> To: scottl@FreeBSD.org From: Warner Losh In-Reply-To: <20041207212312.C398@pooker.samsco.org> References: <200412080416.iB84GIjD029481@repoman.freebsd.org> <20041207212312.C398@pooker.samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: imp@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 06:35:56 -0000 > > 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. quite possibly. You can test this by turning off power down w/o recompiling anything. Warner