summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-disk.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1999-12-21 20:18:56 +0000
committersos <sos@FreeBSD.org>1999-12-21 20:18:56 +0000
commita237f531eaddd03c6537a1ed6f9942cb84bfd925 (patch)
tree79403cbc3af44087bc03f664b132d6ba67263bed /sys/dev/ata/ata-disk.h
parentcef06dff8305c528a20e19f7d485a8cad5a9d401 (diff)
downloadFreeBSD-src-a237f531eaddd03c6537a1ed6f9942cb84bfd925.zip
FreeBSD-src-a237f531eaddd03c6537a1ed6f9942cb84bfd925.tar.gz
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.
Diffstat (limited to 'sys/dev/ata/ata-disk.h')
-rw-r--r--sys/dev/ata/ata-disk.h1
1 files changed, 1 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud