diff options
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 */ |
