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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h
index e5117cc..7e66e62 100644
--- a/sys/dev/pccard/pccardvar.h
+++ b/sys/dev/pccard/pccardvar.h
@@ -214,8 +214,7 @@ struct pccard_product {
#define PCCARD_PRODUCT_ANY ((u_int32_t) -1)
u_int32_t pp_product;
int pp_expfunc;
- const char *pp_vendor_str; /* NULL to not match */
- const char *pp_product_str; /* NULL to not match */
+ const char *pp_cis[4];
};
typedef int (*pccard_product_match_fn) (device_t dev,
OpenPOWER on IntegriCloud