Date: Sun, 7 Mar 1999 13:49:15 -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-disk.c atapi-all.c atapi-fd.c atapi-tape.c ata-all.h ata-disk.h atapi-all.h atapi-tape.h Message-ID: <199903072149.NAA11219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1999/03/07 13:49:15 PST Modified files: sys/dev/ata ata-all.c ata-disk.c atapi-all.c atapi-fd.c atapi-tape.c ata-all.h ata-disk.h atapi-all.h atapi-tape.h Log: ZIP drives should now be working, I'm not sure about LS120 drives, reports on those most welcome! Fixed problems: Hang on probe on "fantom" devices. The probe now use a timeout to avoid hangs if no interrupt is recevied. There has also been more general code clenaups, and some reorgs. Revision Changes Path 1.4 +23 -13 src/sys/dev/ata/ata-all.c 1.4 +11 -18 src/sys/dev/ata/ata-disk.c 1.4 +16 -16 src/sys/dev/ata/atapi-all.c 1.3 +14 -4 src/sys/dev/ata/atapi-fd.c 1.4 +4 -2 src/sys/dev/ata/atapi-tape.c 1.4 +3 -1 src/sys/dev/ata/ata-all.h 1.4 +2 -2 src/sys/dev/ata/ata-disk.h 1.3 +26 -3 src/sys/dev/ata/atapi-all.h 1.3 +1 -25 src/sys/dev/ata/atapi-tape.h 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?199903072149.NAA11219>