summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-19 06:13:12 +0000
committerimp <imp@FreeBSD.org>2001-05-19 06:13:12 +0000
commit9566430dfac0c03278e276bf249f5d674447e478 (patch)
treef19343e14dfa1a46aaf8b7e8e5f62bb9668c52f6 /sys
parent45bfbf2bf8c042066ccdc36b33e5c76a91ffede6 (diff)
downloadFreeBSD-src-9566430dfac0c03278e276bf249f5d674447e478.zip
FreeBSD-src-9566430dfac0c03278e276bf249f5d674447e478.tar.gz
slots and next haven't been used in a while. GC them.
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 c8034e5..886110e 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 */
};
/*
OpenPOWER on IntegriCloud