On Mon, Jul 09, 2012 at 11:52:10PM +0100, Anton Shterenlikht wrote:
> I'm on amd64 r238259.
> 
> I'm still not clear on the /usr/src/UPDATING
> entry from 20110424 on replacing the ATA
> drivers by CAM drivers.
> 
> If I *do not* have device ata in the kernel,
> I have neither /dev/cd* or /dev/acd*,
> even though I have in the kernel:
> 
> options ATA_CAM         # Handle legacy controllers with CAM
> options ATA_STATIC_ID   # Static device numbering
> device  ada
> device  cd              # CD
> 

man 4 cam

I suspect that you are missing 'device scbus' in
your config file.

-- 
Steve
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to