From owner-freebsd-stable@FreeBSD.ORG Sun Jan 2 00:32:53 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E8616A4CE for ; Sun, 2 Jan 2005 00:32:53 +0000 (GMT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E88843D45 for ; Sun, 2 Jan 2005 00:32:52 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.11/8.12.10) with ESMTP id j020WhiN093552; Sun, 2 Jan 2005 11:02:43 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Date: Sun, 2 Jan 2005 11:02:24 +1030 User-Agent: KMail/1.7.1 References: <1104623312.666.23.camel@localhost> In-Reply-To: <1104623312.666.23.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart64979035.dfrtBcgQuy"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501021102.40940.doconnor@gsoft.com.au> X-Spam-Score: -5 () IN_REP_TO,MIME_LONG_LINE_QP,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02,TO_BE_REMOVED_REPLY,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: Miguel Saturnino Subject: Re: Can't access ATAPI CD-RW through SCSI using atapicam X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 00:32:53 -0000 --nextPart64979035.dfrtBcgQuy Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 2 Jan 2005 10:18, Miguel Saturnino wrote: > The relevant part of my kernel configuration file: > > device ata > device atadisk # ATA disk drives > #device atapicd # ATAPI CDROM drives > options ATA_STATIC_ID # Static device numbering > device atapicam > > device scbus # SCSI bus (required for SCSI) > device cd # CD > device pass # Passthrough device (direct SCSI ... > device da # Direct Access (disks) > > > root@furao # tail /var/run/dmesg.boot > ata0-master: DMA limited to UDMA33, non-ATA66 cable or device > ata0-slave: DMA limited to UDMA33, non-ATA66 cable or device > ad0: 38166MB [77545/16/63] at ata0-master UDMA33 > ad1: 19092MB [38792/16/63] at ata0-slave UDMA33 > acd0: CDRW at ata1-master PIO4 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) > Mounting root from ufs:/dev/ad1s1a If you took atapicd out of your kernel there shouuld be no acd entry but th= ere=20 is, so I'd conclude that you did not build and/or install your new kernel=20 correctly. Note that it is OK to have both atapicam and atapicd in the same= =20 kernel (although each CDROM shows up twice) > > root@furao # uname -a > FreeBSD furao.diabretes 5.3-STABLE FreeBSD 5.3-STABLE #6: Sat Jan 1 > 16:49:40 WET 2005 root@furao.diabretes:/usr/obj/usr/src/sys/GENERIC > i386 > > root@furao # atacontrol list > ATA channel 0: > Master: ad0 ATA/ATAPI revision 6 > Slave: ad1 ATA/ATAPI revision 6 > ATA channel 1: > Master: acd0 ATA/ATAPI revision 5 > Slave: no device present > > root@furao # camcontrol devlist > at scbus0 target 0 lun 0 (da0,pass0) > > root@furao # cdrecord -scanbus > Cdrecord-Clone 2.01 (i386-unknown-freebsd5.3) Copyright (C) 1995-2004 J= =F6rg > Schilling Using libscg version 'schily-0.8'. > scsibus0: > 0,0,0 0) 'IOMEGA ' 'ZIP 100 ' '79.E' Removable Disk > 0,1,0 1) * > 0,2,0 2) * > 0,3,0 3) * > 0,4,0 4) * > 0,5,0 5) * > 0,6,0 6) * > 0,7,0 7) * > > > > Any sugestions? > TIA! > > Miguel > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart64979035.dfrtBcgQuy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBB10Eo5ZPcIHs/zowRAqH8AJ4yuEnZNPwBKaafDMOn4FrsD7l6pwCgmbwD XaUeUX/xTbnh/zONw75AgPQ= =9BZt -----END PGP SIGNATURE----- --nextPart64979035.dfrtBcgQuy--