summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edreg.h
diff options
context:
space:
mode:
authortoshi <toshi@FreeBSD.org>2000-12-18 15:28:53 +0000
committertoshi <toshi@FreeBSD.org>2000-12-18 15:28:53 +0000
commit3918bafb693d74e0f8588a72df5c05e4da554c28 (patch)
tree22139df9e7aa0163bfc0a36c77fa19c0d9e2d92c /sys/dev/ed/if_edreg.h
parent7fe8bd2b880598e53bc05e6231d702f96becc09e (diff)
downloadFreeBSD-src-3918bafb693d74e0f8588a72df5c05e4da554c28.zip
FreeBSD-src-3918bafb693d74e0f8588a72df5c05e4da554c28.tar.gz
Linksys Fast Ethernet PCCARD cards supported by the ed driver now
require the addition of flag 0x80000 to their config line in pccard.conf(5). This flag is not optional. These Linksys cards will not be recognized without it. Reviewed by: imp, iwasaki
Diffstat (limited to 'sys/dev/ed/if_edreg.h')
-rw-r--r--sys/dev/ed/if_edreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h
index c3b38cf..e42ef42d2 100644
--- a/sys/dev/ed/if_edreg.h
+++ b/sys/dev/ed/if_edreg.h
@@ -610,6 +610,7 @@ struct ed_ring {
#define ED_FLAGS_TOSH_ETHER 0x10000
#define ED_FLAGS_GWETHER 0x20000
#define ED_FLAGS_AX88190 0x30000
+#define ED_FLAGS_LINKSYS 0x80000
#define ED_FLAGS_GETTYPE(flg) ((flg) & 0xff0000)
OpenPOWER on IntegriCloud