aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-02-04 22:29:50 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-02-04 22:29:50 +0000
commitb61f10e8bc2b2b84d88fec8d083e758299722086 (patch)
tree2f3021642e1e7c4b28b5485aad9060457de2c54c /sys/pccard
parented39d36d271336d42f2b90822e5115806a5e3f09 (diff)
downloadsrc-b61f10e8bc2b2b84d88fec8d083e758299722086.tar.gz
src-b61f10e8bc2b2b84d88fec8d083e758299722086.zip
Deleted obsolete structure, pc98_device.
Notes
Notes: svn path=/head/; revision=22264
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/slot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index c58147c78e11..f9181d8312b8 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -96,11 +96,7 @@ struct pccard_drv {
*/
struct pccard_dev {
struct pccard_dev *next; /* List of drivers */
-#ifdef PC98
- struct pc98_device isahd; /* Device details */
-#else
struct isa_device isahd; /* Device details */
-#endif
struct pccard_drv *drv;
void *arg; /* Device argument */
struct slot *sp; /* Back pointer to slot */