cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c
ata-dma.c ata-queue.c ata-raid.c atapi-cam.c atapi-cd.c atapi-fd.c
atapi-tape.c
Søren Schmidt
sos at FreeBSD.org
Fri Apr 11 11:30:28 UTC 2008
sos 2008-04-11 11:30:28 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c
ata-queue.c ata-raid.c atapi-cam.c
atapi-cd.c atapi-fd.c atapi-tape.c
Log:
Fix the brokenness in the former commit, sorry for the mess.
The problem is that the PM support is part of a much larger WIP here, but due to popular demand I decided to get some of it imported.
Also I forgot the mention:
HW sponsored by: Vitsch Electronics / VEHosting
Revision Changes Path
1.283 +54 -5 src/sys/dev/ata/ata-all.c
1.130 +3 -6 src/sys/dev/ata/ata-all.h
1.209 +3 -6 src/sys/dev/ata/ata-disk.c
1.152 +3 -32 src/sys/dev/ata/ata-dma.c
1.71 +3 -5 src/sys/dev/ata/ata-queue.c
1.128 +19 -16 src/sys/dev/ata/ata-raid.c
1.56 +1 -2 src/sys/dev/ata/atapi-cam.c
1.198 +3 -7 src/sys/dev/ata/atapi-cd.c
1.113 +1 -2 src/sys/dev/ata/atapi-fd.c
1.106 +1 -2 src/sys/dev/ata/atapi-tape.c
More information about the cvs-all
mailing list