cvs commit: src/sys/dev/ata ata-all.c ata-dma.c

Andrey Chernov ache at nagual.pp.ru
Mon Apr 21 10:35:55 UTC 2008


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/


More information about the cvs-src mailing list