Date: Sun, 2 Mar 2003 22:31:25 -0500 From: Rod Person <rod.person@verizon.net> To: Clement Laforet <sheepkiller@cultdeadsheep.org> Cc: freebsd-questions@freebsd.org Subject: Re: ATAPICAM problems in 4.7 Message-ID: <20030302223125.30c7501e.rod.person@verizon.net> In-Reply-To: <20030303041819.576f6260.sheepkiller@cultdeadsheep.org> References: <20030302211649.2710b28d.rod.person@verizon.net> <20030303041819.576f6260.sheepkiller@cultdeadsheep.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 3 Mar 2003 04:18:19 +0100 Clement Laforet <sheepkiller@cultdeadsheep.org> wrote: > On Sun, 2 Mar 2003 21:16:49 -0500 > Rod Person <rod.person@verizon.net> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030302223125.30c7501e.rod.person>