summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorshiba <shiba@FreeBSD.org>2002-02-20 14:42:36 +0000
committershiba <shiba@FreeBSD.org>2002-02-20 14:42:36 +0000
commitfd71244d4b7f4b44a0cc69c193fe4064d97adf47 (patch)
treedfa211dff55bb9075ad16105da1c600463b31d45 /sys/pccard/slot.h
parent33bb91ea16ef866fdc680ac6f22559b43aa2ecfc (diff)
downloadFreeBSD-src-fd71244d4b7f4b44a0cc69c193fe4064d97adf47.zip
FreeBSD-src-fd71244d4b7f4b44a0cc69c193fe4064d97adf47.tar.gz
Add some code which is compatible for NEWCARD. It makes manufacturer
id transfer from pccardd. Reviewed by: imp
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