From fd71244d4b7f4b44a0cc69c193fe4064d97adf47 Mon Sep 17 00:00:00 2001 From: shiba Date: Wed, 20 Feb 2002 14:42:36 +0000 Subject: Add some code which is compatible for NEWCARD. It makes manufacturer id transfer from pccardd. Reviewed by: imp --- sys/pccard/cardinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/pccard/cardinfo.h') 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 -- cgit v1.1