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).
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