1 /* 2 * $Id: sbe_bid.h,v 1.0 2005/09/28 00:10:09 rickd PMCC4_3_1B $ 3 */ 4 5 #ifndef _INC_SBEBID_H_ 6 #define _INC_SBEBID_H_ 7 8 /*----------------------------------------------------------------------------- 9 * sbe_bid.h - 10 * 11 * Copyright (C) 2004-2005 SBE, Inc. 12 * 13 * This program is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * This program is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * For further information, contact via email: support@sbei.com 24 * SBE, Inc. San Ramon, California U.S.A. 25 * 26 *----------------------------------------------------------------------------- 27 * RCS info: 28 * RCS revision: $Revision: 1.0 $ 29 * Last changed on $Date: 2005/09/28 00:10:09 $ 30 * Changed by $Author: rickd $ 31 *----------------------------------------------------------------------------- 32 * $Log: sbe_bid.h,v $ 33 * Revision 1.0 2005/09/28 00:10:09 rickd 34 * Initial revision 35 * 36 *----------------------------------------------------------------------------- 37 */ 38 39 #define SBE_BID_REG 0x00000000 /* Board ID Register */ 40 41 #define SBE_BID_256T3_E1 0x46 /* SBE wanPTMC-256T3 (E1 Version) */ 42 #define SBE_BID_256T3_T1 0x42 /* SBE wanPTMC-256T3 (T1 Version) */ 43 #define SBE_BID_2T3E3 0x43 /* SBE wanPMC-2T3E3 */ 44 #define SBE_BID_C1T3 0x45 /* SBE wanPMC-C1T3 */ 45 #define SBE_BID_C24TE1 0x47 /* SBE wanPTMC-C24TE1 */ 46 #define SBE_BID_C24TE1_RTM_24 0x48 /* C24TE1 RTM (24 Port) */ 47 #define SBE_BID_C24TE1_RTM_12 0x49 /* C24TE1 RTM (12 Port) */ 48 #define SBE_BID_C24TE1_RTM_12DSU 0x4A /* C24TE1 RTM (12 Port/DSU) */ 49 #define SBE_BID_C24TE1_RTM_T3 0x4B /* C24TE1 RTM (T3) */ 50 #define SBE_BID_C4T1E1 0x41 /* SBE wanPTMC-C4T1E1 */ 51 #define SBE_BID_HC4T1E1 0x44 /* SBE wanADAPT-HC4T1E1 */ 52 53 /* bogus temporary usage values */ 54 #define SBE_BID_PMC_C4T1E1 0xC4 /* SBE wanPMC-C4T1E1 (4 Port) */ 55 #define SBE_BID_PMC_C2T1E1 0xC2 /* SBE wanPMC-C2T1E1 (2 Port) */ 56 #define SBE_BID_PMC_C1T1E1 0xC1 /* SBE wanPMC-C1T1E1 (1 Port) */ 57 #define SBE_BID_PCI_C4T1E1 0x04 /* SBE wanPCI-C4T1E1 (4 Port) */ 58 #define SBE_BID_PCI_C2T1E1 0x02 /* SBE wanPCI-C2T1E1 (2 Port) */ 59 #define SBE_BID_PCI_C1T1E1 0x01 /* SBE wanPCI-C1T1E1 (1 Port) */ 60 61 #endif /*** _INC_SBEBID_H_ ***/ 62