From owner-freebsd-current Sun May 3 15:03:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06617 for freebsd-current-outgoing; Sun, 3 May 1998 15:03:25 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06579; Sun, 3 May 1998 15:02:46 -0700 (PDT) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.8/8.8.8) with ESMTP id AAA27831; Mon, 4 May 1998 00:02:42 +0200 (MET DST) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.8/8.6.9) id AAA00790; Sun, 3 May 1998 00:41:19 +0200 (CEST) X-Face: " Date: Sun, 3 May 1998 00:41:18 +0200 From: Stefan Esser To: John-Mark Gurney Cc: freebsd-current@FreeBSD.ORG, Stefan Esser Subject: Re: Patches to recognize 440BX chipset Mail-Followup-To: John-Mark Gurney , freebsd-current@FreeBSD.ORG, Stefan Esser References: <3624.893972352@verdi.nethelp.no> <19980501224335.52554@mi.uni-koeln.de> <19980501185845.59228@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19980501185845.59228@hydrogen.nike.efn.org>; from John-Mark Gurney on Fri, May 01, 1998 at 06:58:45PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 1998-05-01 18:58 -0700, John-Mark Gurney wrote: > > On 1998-04-30 23:39 +0200, sthaug@nethelp.no wrote: > > > + case 0x71908086: > > > + return ("Intel 82443BX host to PCI bridge"); > > > + case 0x71918086: > > > + return ("Intel 82443BX host to AGP bridge"); > > > + case 0x71928086: > > > + return ("Intel 82443BX host to PCI bridge (AGP disabled)"); > are we going to have a version of the pci code that doesn't incldue so > many text strings? something like NO_SCSI_SENSE that eliminates most > of those text strings... Yes, I also thought about this, and in most cases a user-land toll should be used to print detailed PCI chip-set information instead of having all those tables in the kernel. There already is PCI_QUIET, which removes the chip-set register dump strings. This could be extended to remove most chip-set IDs, only those that can have multiple host to PCI bridges must be checked for in chipset_probe() ... > heck, NO_SCSI_SENSE isn't even documented, guess it's time to > document/make a proper option... Same is true of PCI_QUIET, I'm afraid. Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message