diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2000-02-04 10:20:22 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2000-02-04 10:20:22 +0000 |
| commit | 96ebd6d1fc612cd9a06cf93037ba5d71fbd4797c (patch) | |
| tree | ad7d25ea3e96118ec02336031c70aab27aa85a3b /sys/dev/ata/atapi-fd.h | |
| parent | b70b9ce01973dd1985f29cf7430118c3c2399f13 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
| -rw-r--r-- | sys/dev/ata/atapi-fd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index 2f4e99036828..fcef4110281e 100644 --- a/sys/dev/ata/atapi-fd.h +++ b/sys/dev/ata/atapi-fd.h @@ -73,9 +73,6 @@ struct afd_cappage { struct afd_softc { struct atapi_softc *atp; /* controller structure */ int32_t lun; /* logical device unit */ - int32_t flags; /* device state flags */ -#define F_OPEN 0x0001 /* the device is opened */ - int32_t refcnt; /* the number of raw opens */ int32_t transfersize; /* max size of each transfer */ struct buf_queue_head buf_queue; /* queue of i/o requests */ |
