Date: Sat, 6 Nov 1999 08:50:22 -0800 (PST) From: Søren Schmidt <sos@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c atapi-all.c atapi-all.h Message-ID: <199911061650.IAA57714@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1999/11/06 08:50:22 PST
Modified files:
sys/conf options
sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c
atapi-all.c atapi-all.h
Log:
Fix IRQ allocation bug on controllers using a shared interrupt.
Fix a bug which could cause panics in ad/atapi-interrupt.
Add support for UDMA66 on Promise Ultra/Fasttrak controllers.
Get rid of ATA_IGNORE_INTR, and introduce ATA_WAIT_INTR instead.
Add a delay in the dump routine in ata-disk.c, some controllers
seem to need this. Also dont use the timeout watchdog when dumping.
Disable DMA on ATAPI devices as default, add option ATA_ENABLE_ATAPI_DMA
for those that has HW that works.
Add support for some not-up-to-spec ATAPI devices that returns data
together with completition status on data moving cmd's.
Revision Changes Path
1.165 +2 -1 src/sys/conf/options
1.29 +30 -22 src/sys/dev/ata/ata-all.c
1.13 +2 -2 src/sys/dev/ata/ata-all.h
1.34 +8 -2 src/sys/dev/ata/ata-disk.c
1.16 +29 -14 src/sys/dev/ata/ata-dma.c
1.20 +82 -42 src/sys/dev/ata/atapi-all.c
1.13 +3 -2 src/sys/dev/ata/atapi-all.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?199911061650.IAA57714>
