Date: Tue, 21 Dec 1999 12:18:58 -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-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Message-ID: <199912212018.MAA52298@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1999/12/21 12:18:58 PST
Modified files:
sys/dev/ata ata-all.c ata-disk.c ata-disk.h ata-dma.c
atapi-all.c atapi-cd.c atapi-fd.c
atapi-tape.c
Log:
Yet another cleanup of the VIA code, this time it should work
on all combinations (I hope)...
Add DMA support for the AMD 756 chip (K7 chipset) this is actually the
same as the VIA 82C686 chip (the ATA part that is).
Treat the intel MX chipset PIIX as a PIIX4
Allow UDMA on all disks that say they can handle it.
Cleanup probe printf's a bit
Remove alot of the old #ifdef DEBUG crap.
Revision Changes Path
1.37 +9 -19 src/sys/dev/ata/ata-all.c
1.47 +4 -35 src/sys/dev/ata/ata-disk.c
1.17 +2 -1 src/sys/dev/ata/ata-disk.h
1.24 +50 -90 src/sys/dev/ata/ata-dma.c
1.28 +1 -25 src/sys/dev/ata/atapi-all.c
1.30 +1 -8 src/sys/dev/ata/atapi-cd.c
1.29 +1 -4 src/sys/dev/ata/atapi-fd.c
1.25 +1 -12 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?199912212018.MAA52298>
