summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/cardinfo.h')
-rw-r--r--sys/pccard/cardinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 834fe73..0984aed 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -142,6 +142,9 @@ struct dev_desc {
int iosize; /* Length of I/O ports */
int irqmask; /* Interrupt number(s) to allocate */
int flags; /* Device flags */
+ u_int manufacturer; /* Manufacturer ID */
+ u_int product; /* Product ID */
+ u_int prodext; /* Product ID (extended) */
u_char misc[128]; /* For any random info */
};
#define DEV_DESC_HAS_SIZE 1
OpenPOWER on IntegriCloud