Date: Tue, 09 Sep 2003 11:22:14 +0200 From: Stefan Ehmann <shoesoft@gmx.net> To: freebsd-current@freebsd.org Subject: ATAng problem: drive gets no longer detected Message-ID: <1063099334.700.6.camel@shoeserv.freebsd>
next in thread | raw e-mail | index | archive | help
After tonight's cvsup and kernel build my primary slave hard disk gets no longer detected. This is due to the latest update to src/sys/dev/ata/ata-lowlevel.c. When i revert from version 1.10 to 1.9 everything is fine again. So much about the "Hopefully this doesn't loose any real ATA disks..." Relevant part of dmesg with ata-lowlevel.c 1.10: GEOM: create disk ad0 dp=0xc413d470 ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA66 acd0: CDRW <CR-4804TE> at ata1-master PIO3 acd1: DVDROM <LITEON DVD-ROM LTD122> at ata1-slave PIO4 Relevant part of dmesg with ata-lovel.c 1.9 GEOM: create disk ad0 dp=0xc413d470 ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA66 GEOM: create disk ad1 dp=0xc413d270 ad1: 38166MB <ST340823A> [77545/16/63] at ata0-slave UDMA66 acd0: CDRW <CR-4804TE> at ata1-master PIO3 acd1: DVDROM <LITEON DVD-ROM LTD122> at ata1-slave PIO4 Stefan Ehmann
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1063099334.700.6.camel>