From owner-cvs-all Sun Mar 7 13:49:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AC94152F9; Sun, 7 Mar 1999 13:49:29 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA11219; Sun, 7 Mar 1999 13:49:15 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <199903072149.NAA11219@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 7 Mar 1999 13:49:15 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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