summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccardvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pccard/pccardvar.h')
-rw-r--r--sys/dev/pccard/pccardvar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h
index f2ee3d4..5700f06 100644
--- a/sys/dev/pccard/pccardvar.h
+++ b/sys/dev/pccard/pccardvar.h
@@ -129,9 +129,6 @@ struct pccard_function {
int pf_ccr_window;
long pf_mfc_iobase;
long pf_mfc_iomax;
- int (*ih_fct)(void *);
- void *ih_arg;
- int ih_ipl;
int pf_flags;
};
@@ -299,7 +296,8 @@ enum {
PCCARD_IVAR_FUNCTION_NUMBER,
PCCARD_IVAR_VENDOR_STR, /* CIS string for "Manufacturer" */
PCCARD_IVAR_PRODUCT_STR,/* CIS strnig for "Product" */
- PCCARD_IVAR_CIS3_STR /* Some cards need this */
+ PCCARD_IVAR_CIS3_STR,
+ PCCARD_IVAR_CIS4_STR
};
#define PCCARD_ACCESSOR(A, B, T) \
OpenPOWER on IntegriCloud