summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-01-10 05:21:01 +0000
committerimp <imp@FreeBSD.org>2006-01-10 05:21:01 +0000
commita336b443c30c2bfacf61b166d8f92f8471bcd38f (patch)
treefbbbf064ef42221163202e52ee0b970667c992e9 /sys/pccard/cardinfo.h
parent54cd334f6477e90a8fb00e7a2745a815d6c9a437 (diff)
downloadFreeBSD-src-a336b443c30c2bfacf61b166d8f92f8471bcd38f.zip
FreeBSD-src-a336b443c30c2bfacf61b166d8f92f8471bcd38f.tar.gz
Remove code describing pre 5.x system
Diffstat (limited to 'sys/pccard/cardinfo.h')
-rw-r--r--sys/pccard/cardinfo.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 315664a..9489067 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -154,25 +154,6 @@ struct dev_desc {
uint32_t product; /* Product ID */
uint32_t prodext; /* Product ID (extended) */
};
-#if __FreeBSD_version < 5000000 /* 4.x compatibility only. */
-#define PIOCSDRVOLD _IOWR('P', 6, struct dev_desc_old) /* Set driver */
-struct dev_desc_old {
- char name[16]; /* Driver name */
- int unit; /* Driver unit number */
- unsigned long mem; /* Memory address of driver */
- int memsize; /* Memory size (if used) */
- int iobase; /* base of I/O ports */
- int iosize; /* Length of I/O ports */
- int irqmask; /* Interrupt number(s) to allocate */
- int flags; /* Device flags */
- uint8_t misc[DEV_MISC_LEN]; /* For any random info */
- uint8_t manufstr[DEV_MAX_CIS_LEN];
- uint8_t versstr[DEV_MAX_CIS_LEN];
- uint32_t manufacturer; /* Manufacturer ID */
- uint32_t product; /* Product ID */
- uint32_t prodext; /* Product ID (extended) */
-};
-#endif
#define DEV_DESC_HAS_SIZE 1
struct pcic_reg {
OpenPOWER on IntegriCloud