Date: Sat, 10 Apr 1999 11:53:37 -0700 (PDT) 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 ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Message-ID: <199904101853.LAA46668@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1999/04/10 11:53:37 PDT Modified files: sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Sixth update to the new ATA/ATAPI driver: Fixed problems: Promise controllers was not always set up correctly. Parantheses are a good thing, fixed. Some older CDROM's could hang the probe. Proberly wait for the drive to catch its breath after IDENTIFY. Some CD writers fails because they dont support rezero. Rearranged the code to not use rezero. Warnings now that we use EGCS. Fixed. Revision Changes Path 1.6 +18 -11 src/sys/dev/ata/ata-all.c 1.6 +8 -11 src/sys/dev/ata/ata-disk.c 1.4 +3 -6 src/sys/dev/ata/ata-dma.c 1.6 +12 -6 src/sys/dev/ata/atapi-all.c 1.5 +8 -26 src/sys/dev/ata/atapi-cd.c 1.5 +2 -2 src/sys/dev/ata/atapi-fd.c 1.6 +3 -2 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?199904101853.LAA46668>