Date: Thu, 20 May 1999 02:12:08 -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.h atapi-all.c atapi-all.h atapi-fd.c atapi-fd.h Message-ID: <199905200912.CAA07111@freefall.freebsd.org>
index | next in thread | raw e-mail
sos 1999/05/20 02:12:08 PDT
Modified files:
sys/dev/ata ata-all.c ata-disk.h atapi-all.c
atapi-all.h atapi-fd.c atapi-fd.h
Log:
Eigth update to the new ATA/ATAPI driver:
Fixed problems:
LS120/ZIP drives still currupted data.
Reworked once again, buffered I/O is just ignoring any sizehints
it is given :(
Now the atapifd driver splits up requests for devices that has
limitted transfer size.
ISA only configs fails on boot with interrupt timeouts.
The new-bus integration introduced a bug where the softc ptr
was lost during the probe.
Some minor cleanups and rearrangements as well.
As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code.
Especially the DMA support can hose your disk real bad if anything
goes wrong, again you have been warned :)
Notebook owners should be carefull that their machines dont suspend
as this might cause trouble...
But please tell me how it works for you!
Enjoy!
Revision Changes Path
1.14 +8 -7 src/sys/dev/ata/ata-all.c
1.6 +2 -2 src/sys/dev/ata/ata-disk.h
1.9 +13 -2 src/sys/dev/ata/atapi-all.c
1.6 +4 -4 src/sys/dev/ata/atapi-all.h
1.8 +65 -19 src/sys/dev/ata/atapi-fd.c
1.2 +7 -7 src/sys/dev/ata/atapi-fd.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905200912.CAA07111>
