diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2000-02-07 23:05:40 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2000-02-07 23:05:40 +0000 |
| commit | e8359a57de388aef48cb3e51935ce2aa9988cb34 (patch) | |
| tree | 450a82831829cffba5ec50cde87b205e422a0174 /sys/dev/ata/atapi-fd.h | |
| parent | a9ec39136b386df1f1ee1646b42c8d4ddc4c103c (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
| -rw-r--r-- | sys/dev/ata/atapi-fd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index fcef4110281e8..f2c77f00cd9ed 100644 --- a/sys/dev/ata/atapi-fd.h +++ b/sys/dev/ata/atapi-fd.h @@ -73,7 +73,6 @@ struct afd_cappage { struct afd_softc { struct atapi_softc *atp; /* controller structure */ int32_t lun; /* logical device unit */ - 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 */ struct afd_header header; /* capabilities page info */ |
