Date: Mon, 21 Apr 2008 14:35:53 +0400 From: Andrey Chernov <ache@nagual.pp.ru> To: =?koi8-r?Q?S=F8ren?= Schmidt <sos@FreeBSD.ORG>, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-dma.c Message-ID: <20080421103553.GA88956@nagual.pp.ru> In-Reply-To: <20080419015030.GA42329@nagual.pp.ru> References: <200804181515.m3IFF6Nr005172@repoman.freebsd.org> <20080419015030.GA42329@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 19, 2008 at 05:50:31AM +0400, Andrey Chernov wrote: > On Fri, Apr 18, 2008 at 03:15:04PM +0000, Søren Schmidt wrote: > > Modified files: > > sys/dev/ata ata-all.c ata-dma.c > > Log: > > Fix the breakage that caused AHCI devices to vanish. Editor droppings :( > > Even with this change ATA driver still can't mount root. > ata* disks are not visible through mountroot '?' command too. > ICH6, AHCI mode, ATA_STATIC_ID More details follows. With old ATA driver I got this devices: acd0: DVDROM <ASUS DVD-E616A/1.08> at ata0-master UDMA100 acd1: DVDR <PLEXTOR DVDR PX-740A/1.02> at ata0-slave UDMA33 ad8: 114473MB <Seagate ST3120827AS 3.42> at ata4-master SATA150 ad12: 238475MB <Seagate ST3250620AS 3.AAC> at ata6-master SATA150 ... Trying to mount root from ufs:/dev/ad8s1a With new one only acd0: DVDROM <ASUS DVD-E616A/1.08> at ata0-master UDMA100 acd1: DVDR <PLEXTOR DVDR PX-740A/1.02> at ata0-slave UDMA33 detected, and of course mount root from ufs:/dev/ad8s1a failed. -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080421103553.GA88956>