It seems obituary wrote:
> The new ATA driver (ata0, atadisk0, atapicd0) gives me a *huge* speed
> boost when accessing the harddisk, but I have to sacrifice the use of my
> CDROM if I choose to include it.
> 
> The CDROM appears to be detected correctly by the kernel, but when
> trying to access the device I get the message:
> 
> cd9660: Device not configured
> 
> I've also tried reading from the CDROM without mounting it.  I tried the
> following:
> 
> dd if=/dev/<the_device> of=/tmp/dumpfile bs=1024k
> 
> where <the_device> was (in order) wcd0c, wcd0a, acd0c, acd0a, and their
> raw equivalents.  Each time, the message I received was:
> 
> <the_device>: Device not configured

Have you made the acd device nodes with an updated MAKEDEV ??
Sounds like you use the old major number to me...

-Søren


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to