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/ata-disk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ata/ata-disk.h') diff --git a/sys/dev/ata/ata-disk.h b/sys/dev/ata/ata-disk.h index 359b83a..ce101bf 100644 --- a/sys/dev/ata/ata-disk.h +++ b/sys/dev/ata/ata-disk.h @@ -71,6 +71,7 @@ struct ata_params { int16_t atavalid; /* fields valid */ #define ATA_FLAG_54_58 1 /* words 54-58 valid */ #define ATA_FLAG_64_70 2 /* words 64-70 valid */ +#define ATA_FLAG_88 4 /* word 88 valid */ int16_t currcyls; int16_t currheads; -- cgit v1.1