From 5c827309fcbfa496d917dad6be838e8a04d33d56 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 23 Apr 2003 23:39:21 +0000 Subject: 1. Allow drivers to query CIS strings from OLDCARD. 2. Include backwards compatibility good for the moment (eventually will be turned off in current, but allow for a short transition period). PR: 51333 Submited by: Scott Mitchell (1) MFC after: 2 weeks --- sys/pccard/slot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pccard/slot.h') diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h index f797451..ff248ae 100644 --- a/sys/pccard/slot.h +++ b/sys/pccard/slot.h @@ -91,6 +91,8 @@ struct pccard_devinfo { uint8_t misc[DEV_MISC_LEN]; /* For any random info */ uint8_t manufstr[DEV_MAX_CIS_LEN]; uint8_t versstr[DEV_MAX_CIS_LEN]; + uint8_t cis3str[DEV_MAX_CIS_LEN]; + uint8_t cis4str[DEV_MAX_CIS_LEN]; uint32_t manufacturer; /* Manufacturer ID */ uint32_t product; /* Product ID */ uint32_t prodext; /* Product ID (extended) */ -- cgit v1.1