From owner-cvs-all Sat Nov 11 11:43:36 2000 Delivered-To: cvs-all@freebsd.org Received: from diamond.gpad.ac.ru (diamond.gpad.ac.ru [193.233.9.65]) by hub.freebsd.org (Postfix) with ESMTP id 405CD37B479; Sat, 11 Nov 2000 11:43:27 -0800 (PST) Received: from cavia.landau.ac.ru (ppp9.dialup.corbina.ru [195.14.32.9]) by diamond.gpad.ac.ru (8.9.1/8.9.1) with ESMTP id WAA09563; Sat, 11 Nov 2000 22:43:24 +0300 (MSK) Received: (from dima@localhost) by cavia.landau.ac.ru (8.11.1/8.11.0) id eABJgTj00286; Sat, 11 Nov 2000 22:42:29 +0300 (MSK) (envelope-from dima) Date: Sat, 11 Nov 2000 22:42:28 +0300 From: Dmitry Sivachenko To: sos@freebsd.org Cc: cvs-all@freebsd.org Subject: problem with ata-all.c Message-ID: <20001111224228.A270@netserv1.chg.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear, Soren! I use FreeBSD-4.2-BETA. After commiting rev 1.50.2.11 of ata-all.c, my IDE CD-ROM Panasonic-574 is not being detected. When I switch back to rev. 1.50.2.10 of ata-all.c, my CD-ROM is detected as follows (see acd0 device): pcm0: at port 0x530-0x537 irq 9 drq 1 flags 0x9100 on isa0 IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to deny, unlimited logging ad0: 13042MB [26500/16/63] at ata0-master UDMA33 ata1-master: timeout waiting for command=ef s=00 e=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done acd0: CDROM at ata1-master using BIOSPIO Waiting 15 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. Mounting root from ufs:/dev/ad0s4a cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-4 device cd0: 10.000MB/s transfers (10.000MHz, offset 8) cd0: cd present [298107 x 2048 byte records] When I put ata-all.c rev 1.50.2.11 back, this booting output changes as follows (acd0 device is absent): pcm0: at port 0x530-0x537 irq 9 drq 1 flags 0x9100 on isa0 IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to deny, unlimited logging ad0: 13042MB [26500/16/63] at ata0-master UDMA33 Waiting 15 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. Mounting root from ufs:/dev/ad0s4a cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-4 device cd0: 10.000MB/s transfers (10.000MHz, offset 8) cd0: cd present [298107 x 2048 byte records] Could you please try to fix this before 4.2-RELEASE? Thank you in advance, Dima. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message