From cdb25d2c52a0061ff4dc46caa88deef998e17957 Mon Sep 17 00:00:00 2001 From: harti Date: Tue, 15 Jul 2003 10:28:06 +0000 Subject: Add identifiers for ProSum's and IDT's cards that are based on the IDT77252 chip. The driver will follow soon. --- sys/net/if_atm.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sys/net/if_atm.h') 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 -- cgit v1.1