Date: Wed, 24 Nov 1999 13:40:07 -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-all.h ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Message-ID: <199911242140.NAA25778@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1999/11/24 13:40:06 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Add DMA support for the VIA 82C586 & 82C686 chips, also rearrange to fall back to slower speeds if the faster ones fails to probe. Log and retry request on UDMA CRC errors. Fix a couple of warnings. Revision Changes Path 1.31 +3 -2 src/sys/dev/ata/ata-all.c 1.15 +7 -1 src/sys/dev/ata/ata-all.h 1.38 +30 -16 src/sys/dev/ata/ata-disk.c 1.14 +5 -5 src/sys/dev/ata/ata-disk.h 1.18 +184 -115 src/sys/dev/ata/ata-dma.c 1.22 +3 -5 src/sys/dev/ata/atapi-all.c 1.24 +2 -2 src/sys/dev/ata/atapi-cd.c 1.24 +2 -2 src/sys/dev/ata/atapi-fd.c 1.21 +2 -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?199911242140.NAA25778>