Subject: Re: Kernel config question
To: None <current-users@netbsd.org>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: current-users
Date: 01/23/2004 09:41:00
On Fri, Jan 23, 2004 at 01:07:47PM +0100, Christoph Kaegi wrote:
> 
> Why does GENERIC read:
> 
> # SCSI bus support
> scsibus* at scsi?
> 
> and not for example 
> scsibus* at ahc?

	If you need to nail things down for any reason you can still have the
more specific scsibus lines.  Hoever, since all SCSI devices provide a scsi
thingy (I'm not sure what the exact term for it is) for scsibus's to attach
to, we can avoid having tons of scsibus* lines and avoid having two things
to comment out when removing (or adding) a SCSI device.

eric