aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-05-19 06:13:12 +0000
committerWarner Losh <imp@FreeBSD.org>2001-05-19 06:13:12 +0000
commitb01227279661ee6bb215e3cee35161b0efb54c15 (patch)
tree61ce536a4bf072687298910139f22f6654961ccf /sys
parentd9b610a0dbd1f91ef3a59e15b7a15b5d92844d05 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pccard/slot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index c8034e58fdb2..886110e3e3c4 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -72,12 +72,6 @@ struct slot_ctrl {
/* suspend/resume support */
int maxmem; /* Number of allowed memory windows */
int maxio; /* Number of allowed I/O windows */
-
- /*
- * The rest is maintained by the mainline PC-CARD code.
- */
- struct slot_ctrl *next; /* Allows linked list of controllers */
- int slots; /* Slots available */
};
/*