Date: Mon, 11 Mar 2002 13:04:32 -0800 (PST) From: Søren Schmidt <sos@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Message-ID: <200203112104.g2BL4Xm01754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2002/03/11 13:04:32 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Add new support for locking an ATA channel and use that throughout the ATA/ATAPI driver. This solves the concurrency problem with the new GEOM code, and also cuts a good deal of the patch size in the upcoming MFC. Revision Changes Path 1.137 +22 -24 src/sys/dev/ata/ata-all.c 1.51 +14 -0 src/sys/dev/ata/ata-all.h 1.127 +10 -8 src/sys/dev/ata/ata-disk.c 1.36 +10 -4 src/sys/dev/ata/ata-raid.c 1.86 +11 -10 src/sys/dev/ata/atapi-all.c 1.111 +1 -1 src/sys/dev/ata/atapi-cd.c 1.69 +1 -1 src/sys/dev/ata/atapi-fd.c 1.65 +1 -1 src/sys/dev/ata/atapi-tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203112104.g2BL4Xm01754>