kernel errors in messages about enclosure ...

Scott Long scott_long at btc.adaptec.com
Sat Apr 5 22:51:10 PST 2003


Marc G. Fournier wrote:

> On Sat, 5 Apr 2003, Scott Long wrote:
>
>
> >I don't speak SES very well, and it's hard to say if the returned data is
> >getting magled by the RAID firmware.  An interesting test might be to 
> enable
> >the aacp and ses devices (and cam, of course) and see if the ses driver
> >attaches to the hardware.
>
>
> 'K, how do you 'enable cam'?  Is that just the 'device pass' entry?
>
> BTW, are there any plans to CAMify the aac driver?


Add the following lines to your kernel config:

device scbus
device ses
device aacp

For your second question, the answer is 'no'.  The aac firmware talks in
terms of logical block commands.  'CAMifying' the driver would mean that
block requests from the filesystem would be translated into SCSI
commands by CAM and then converted back to block commands by the aac
driver.  Why bother?

Scott





More information about the freebsd-scsi mailing list