summaryrefslogtreecommitdiffstats
path: root/sys/net/if_atm.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-07-15 10:28:06 +0000
committerharti <harti@FreeBSD.org>2003-07-15 10:28:06 +0000
commitcdb25d2c52a0061ff4dc46caa88deef998e17957 (patch)
treea6bf54abe7866b93bed3c9afb7ccc90dacd97cb9 /sys/net/if_atm.h
parent654d5d52495d7f555ca7c87427cc17cb772a99ba (diff)
downloadFreeBSD-src-cdb25d2c52a0061ff4dc46caa88deef998e17957.zip
FreeBSD-src-cdb25d2c52a0061ff4dc46caa88deef998e17957.tar.gz
Add identifiers for ProSum's and IDT's cards that are based on
the IDT77252 chip. The driver will follow soon.
Diffstat (limited to 'sys/net/if_atm.h')
-rw-r--r--sys/net/if_atm.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h
index 9b7ad2c..dc9fc6e 100644
--- a/sys/net/if_atm.h
+++ b/sys/net/if_atm.h
@@ -50,6 +50,10 @@
#define ATM_DEVICE_FORELE155 7 /* ForeRunnerLE 155 */
#define ATM_DEVICE_NICSTAR25 8 /* other 77211 25.6MBit */
#define ATM_DEVICE_NICSTAR155 9 /* other 77211 155MBit */
+#define ATM_DEVICE_IDTABR25 10 /* 77252 based card 25MBit */
+#define ATM_DEVICE_IDTABR155 11 /* 77252 based card 155MBit */
+#define ATM_DEVICE_PROATM25 10 /* 77252 based ProSum card 25MBit */
+#define ATM_DEVICE_PROATM155 11 /* 77252 based ProSum card 155MBit */
/* map to strings and vendors */
#define ATM_DEVICE_NAMES \
@@ -62,7 +66,11 @@
{ "ForeRunnerLE25", "Fore/Marconi" }, \
{ "ForeRunnerLE155", "Fore/Marconi" }, \
{ "IDT77211/25", "IDT" }, \
- { "IDT77211/155", "IDT" },
+ { "IDT77211/155", "IDT" }, \
+ { "IDT77252/25", "IDT" }, \
+ { "IDT77252/155", "IDT" }, \
+ { "ProATM/25", "ProSum" }, \
+ { "ProATM/155", "ProSum" },
/*
* This is the common link layer MIB for all ATM interfaces. Much of the
OpenPOWER on IntegriCloud