From a237f531eaddd03c6537a1ed6f9942cb84bfd925 Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 21 Dec 1999 20:18:56 +0000 Subject: 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. --- sys/dev/ata/atapi-fd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/dev/ata/atapi-fd.c') diff --git a/sys/dev/ata/atapi-fd.c b/sys/dev/ata/atapi-fd.c index 7710ba5..fa4506f 100644 --- a/sys/dev/ata/atapi-fd.c +++ b/sys/dev/ata/atapi-fd.c @@ -139,9 +139,6 @@ afd_sense(struct afd_softc *fdp) A_READ, 30, NULL, NULL, NULL))) break; } -#ifdef AFD_DEBUG - atapi_dump("afd: sense", buffer, sizeof(buffer)); -#endif if (error) return error; bcopy(buffer, &fdp->header, sizeof(struct afd_header)); -- cgit v1.1