Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 1998 00:41:18 +0200
From:      Stefan Esser <se@FreeBSD.ORG>
To:        John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Cc:        freebsd-current@FreeBSD.ORG, Stefan Esser <se@FreeBSD.ORG>
Subject:   Re: Patches to recognize 440BX chipset
Message-ID:  <19980503004118.09779@mi.uni-koeln.de>
In-Reply-To: <19980501185845.59228@hydrogen.nike.efn.org>; from John-Mark Gurney on Fri, May 01, 1998 at 06:58:45PM -0700
References:  <3624.893972352@verdi.nethelp.no> <19980501224335.52554@mi.uni-koeln.de> <19980501185845.59228@hydrogen.nike.efn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1998-05-01 18:58 -0700, John-Mark Gurney <gurney_j@efn.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980503004118.09779>