Subject: Re: Help! config doesn't like me anymore...
To: Peter Seebach <seebs@SOLON.COM>
From: None <Chris_G_Demetriou@NIAGARA.NECTAR.CS.CMU.EDU>
List: current-users
Date: 03/02/1996 00:57:46
> After
> sd*     at scsibus? target ? lun ?      # scsi disks
> 
> I can't do
> config netbsd root on sd0a swap on sd0b and sd1b and sd2b

that's because you never specified that sd0, sd1 or sd2 should exist.

if you want to do this, you have to do:

sd0	at scsibus? target ? lun ?
sd1	at scsibus? target ? lun ?
sd2	at scsibus? target ? lun ?
sd*	at scsibus? target ? lun ?


If you want to use it, you have to declare it.


cgd