diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2000-02-18 20:57:33 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2000-02-18 20:57:33 +0000 |
| commit | 47351d277488fe766a8a451c35caf331d27740b6 (patch) | |
| tree | 2480cf62be131e247f03f6ef145afc658f2fca36 /sys/dev/ata/atapi-fd.h | |
| parent | c2edcb1a5c64032cb143d9e5e7df398e77fce77d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
| -rw-r--r-- | sys/dev/ata/atapi-fd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index f2c77f00cd9e..b1416256bad6 100644 --- a/sys/dev/ata/atapi-fd.h +++ b/sys/dev/ata/atapi-fd.h @@ -79,5 +79,6 @@ struct afd_softc { struct afd_cappage cap; /* capabilities page info */ struct disk disk; /* virtual drives */ struct devstat stats; + dev_t dev; /* device place holder */ }; |
