summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-23 23:39:21 +0000
committerimp <imp@FreeBSD.org>2003-04-23 23:39:21 +0000
commit5c827309fcbfa496d917dad6be838e8a04d33d56 (patch)
tree47d618993b14df00f487317887c2f960fccf9467 /sys/pccard/slot.h
parent1848692e44bcf63ff4d2c22a9a232c41c4baaf6f (diff)
downloadFreeBSD-src-5c827309fcbfa496d917dad6be838e8a04d33d56.zip
FreeBSD-src-5c827309fcbfa496d917dad6be838e8a04d33d56.tar.gz
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
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h2
1 files changed, 2 insertions, 0 deletions
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) */
OpenPOWER on IntegriCloud