summaryrefslogtreecommitdiff
path: root/sys/dev/xe
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-10-26 00:51:40 +0000
committerWarner Losh <imp@FreeBSD.org>2003-10-26 00:51:40 +0000
commit595670d93270852bdd1b667c5f76af6a50e71de0 (patch)
tree84ad679c7b73676d90148df14067c3ee1c9bb12a /sys/dev/xe
parent2998b879f0ee47f5647c736610c7d86fa5e10444 (diff)
Notes
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c
index 3e342bf515b5..e2b7541d0029 100644
--- a/sys/dev/xe/if_xe_pccard.c
+++ b/sys/dev/xe/if_xe_pccard.c
@@ -218,7 +218,7 @@ xe_pccard_probe(device_t dev)
struct xe_softc *scp = (struct xe_softc *) device_get_softc(dev);
u_int32_t vendor,prodid,prod;
u_int16_t prodext;
- char *cis3_str=NULL;
+ const char *cis3_str=NULL;
struct xe_vendor_table *vendor_itm;
struct xe_card_type_table *card_itm;
int i;