diff options
author | sos <sos@FreeBSD.org> | 2001-03-15 15:36:25 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2001-03-15 15:36:25 +0000 |
commit | 23f582a09c988d09419508393c9ba442b96ca16d (patch) | |
tree | c3403bfcb9f609eab209b622bd5e8892609a7fe5 /sys/dev/ata/atapi-all.h | |
parent | 7889f80f2c049148650a01110ac012342f5afce0 (diff) | |
download | FreeBSD-src-23f582a09c988d09419508393c9ba442b96ca16d.zip FreeBSD-src-23f582a09c988d09419508393c9ba442b96ca16d.tar.gz |
Provide the interface to atacontrol and associated logic.
see atacontrol(8) for more.
Also the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGS
options are gone, use the tuneables listed in ata.4 instead from
the loader (this makes it possible to switch off DMA before the
driver has to touch the devices on broken hardware).
Diffstat (limited to 'sys/dev/ata/atapi-all.h')
-rw-r--r-- | sys/dev/ata/atapi-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-all.h b/sys/dev/ata/atapi-all.h index e08589d..10263e1 100644 --- a/sys/dev/ata/atapi-all.h +++ b/sys/dev/ata/atapi-all.h @@ -146,7 +146,6 @@ struct atapi_softc { struct ata_softc *controller; /* ptr to controller softc */ int unit; /* ATA_MASTER or ATA_SLAVE */ void *driver; /* ptr to subdriver softc */ - char *devname; /* this devices name */ u_int8_t cmd; /* last cmd executed */ int flags; /* drive flags */ #define ATAPI_F_MEDIA_CHANGED 0x0001 |