> Martin Cracauer wrote:
> > It seem hardwiring SCSI devices is broken in -current:
> >
> > LINT seems to recommend:
> >
> > device ahc
> > device scbus0 at ahc0
> > device scbus1 at ahc1 bus 0
> >
> > device sa0 at scbus1 target 4
> > device sa1 at scbus1 target 5
> > device cd0 at scbus1 target 6
> > device cd1 at scbus1 target 2
> >
> > However, config rejects it:
> > config: line 239: ahc 0 not defined
> > config: line 240: ahc 1 not defined
>
> But what happens at boot time? Does it work? (it should).
No :(
@(#)FreeBSD 4.0-20000112-CURRENT #1: Sat Jan 15 08:01:12 MSK 2000
My kernel config:
device ahc0 # AHA2940 and onboard AIC7xxx devices
device ahc1
options AHC_ALLOW_MEMIO
options SCSI_DELAY=2000 #Be pessimistic about Joe SCSI device
#device scbus0
device scbus0 at ahc0
device scbus1 at ahc1
device da0 at scbus1 target 0
device da1 at scbus1 target 1
First disk is da2.
>
> If the config messages bother you, change: "device ahc" to
> device ahc0
> device ahc1
>
> Cheers,
> -Peter
> --
> Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> "All of this is for nothing if we don't go to the stars" - JMS/B5
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message