summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.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/cardinfo.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/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