summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index 7d44390..ebbec57 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -89,6 +89,9 @@ struct pccard_devinfo {
u_char name[128];
int running; /* Current state of driver */
u_char misc[128]; /* For any random info */
+ u_int manufacturer; /* Manufacturer ID */
+ u_int product; /* Product ID */
+ u_int prodext; /* Product ID (extended) */
struct slot *slt; /* Back pointer to slot */
struct resource_list resources;
OpenPOWER on IntegriCloud