On Mon, 3 Mar 2003 04:18:19 +0100
Clement Laforet <[EMAIL PROTECTED]> wrote:

> On Sun, 2 Mar 2003 21:16:49 -0500
> Rod Person <[EMAIL PROTECTED]> wrote:
> 
> > Ok,
> > 
> > I just went back to 4.7 from 5.0. I'm trying to get the atapicam to work. I 
> > cvsup'd all may src. Did a make world and rebuild my kernel and added the device 
> > ATAPICAM. Everything went well!
> > 
> > Ok on reboot it doesn't list my cd or dvd as a scsi device.
> > camcontrol -devlist returns nothing. I even did a MAKEDEV cd0/cd1.
> do you have :
> device          cd
> in your kernel config file ?

yes, I have that. Here are the related parts of my config flie...

# ATA and ATAPI devices
device          ata0    at isa? port IO_WD1 irq 14
device          ata1    at isa? port IO_WD2 irq 15
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
device          atapifd                 # ATAPI floppy drives
device          atapist                 # ATAPI tape drives
device          atapicam                # ATAPI SCSI emulation
options         ATA_STATIC_ID           #Static device numbering


# SCSI peripherals
device          scbus           # SCSI bus (required)
device          da              # Direct Access (disks)
device          sa              # Sequential Access (tape etc)
device          cd              # CD
device          pass            # Passthrough device (direct SCSI access)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to