Date: Fri, 11 Apr 2008 11:30:28 +0000 (UTC) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200804111130.m3BBUS7f012125@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804111130.m3BBUS7f012125>