Subject: re: CVS commit: syssrc/sys/arch/macppc/conf
To: gabriel rosenkoetter <gr@eclipsed.net>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 04/11/2002 05:29:36
   
   On Wed, Apr 10, 2002 at 10:58:08AM -0700, Greywolf wrote:
   > Pardon me, but is there a good reason to hide the details of what's in
   > the machine like this?

nothing would be hidden.
   
   How's this hide anything?
   
   Seems to me I'd go from seeing:
   
   esp0 at obio0 offset 0x10000 irq 12: NCR53C94, 25MHz, SCSI ID 7
   scsibus1 at esp0: 8 targets, 8 luns per target
   
   ... to seeing:
   
   scsi0 at obio0 offset 0x10000 irq 12: NCR53C94, 25MHz, SCSI ID 7
   scsibus1 at scsi0: 8 targets, 8 luns per target

your dmesg would not change at all.  i am only talking about chaning
all these lines in a config (from, eg, i386/conf/GENERIC):

	scsibus* at adv?
	scsibus* at adw?
	scsibus* at aha?
	scsibus* at ahb?
	scsibus* at ahc?
	scsibus* at aic?
	scsibus* at bha?
	scsibus* at dpt?
	scsibus* at esp?
	scsibus* at iha?
	scsibus* at iopsp?
	scsibus* at isp?
	scsibus* at mly?
	#scsibus* at nca?
	scsibus* at pcscp?
	scsibus* at sea?
	scsibus* at siop?
	scsibus* at trm?
	scsibus* at uha?
	scsibus* at wds?
	scsibus* at umass? channel ?
	scsibus* at usscanner? channel ?

to:

	scsibus* at scsi?


it does not affect the output.



.mrg.