diff options
Diffstat (limited to 'sys/dev/wi/if_wi_pccard.c')
-rw-r--r-- | sys/dev/wi/if_wi_pccard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index 5ec0773..0e21691 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -222,6 +222,7 @@ wi_pccard_attach(device_t dev) return (error); } +#if __FreeBSD_version > 500000 /* * The cute little Symbol LA4100-series CF cards need to have * code downloaded to them. @@ -242,6 +243,7 @@ wi_pccard_attach(device_t dev) return (ENXIO); #endif } +#endif return (wi_generic_attach(dev)); } |