I can't seem to get config on a Jan. 15 -current system to accept wired down SCSI devices. I tried this:
device ahc options AHC_ALLOW_MEMIO device scbus0 at ahc0 device da0 at scbus0 target 0 unit 0 device da1 at scbus0 target 1 unit 0 and config complained with: config: BLAKE:46: devices with zero units are not likely to be correct Line 46 is the blank line following the AHC_ALLOW_MEMIO option. Next, I tried this: device ahc device ahc0 options AHC_ALLOW_MEMIO device scbus device scbus0 at ahc0 device da device da0 at scbus0 target 0 unit 0 device da1 at scbus0 target 1 unit 0 But I got the same error message, this time referring to the first "ahc" device line. What's the magic incantation to make it work? Thanks, John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message