include upstream ip1000a driver version 2.09f
[linux-2.4.git] / drivers / net / ip1000a / PhyParam.h
1 // PhyParam.h
2 //variable record -- index by leading revision/length
3 //Revision/Length(=N*4), Address1, Data1, Address2, Data2,...,AddressN,DataN
4 unsigned short DefaultPhyParam[] = {
5         // 11/12/03 IP1000A v1-3 rev=0x40
6         /*--------------------------------------------------------------------------
7         (0x4000|(15*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 22, 0x85bd, 24, 0xfff2,
8                                  27, 0x0c10, 28, 0x0c10, 29, 0x2c10, 31, 0x0003, 23, 0x92f6,
9                                  31, 0x0000, 23, 0x003d, 30, 0x00de, 20, 0x20e7,  9, 0x0700,
10           --------------------------------------------------------------------------*/
11         // 12/17/03 IP1000A v1-4 rev=0x40
12         (0x4000|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
13                          30, 0x005e,  9, 0x0700,
14         // 01/09/04 IP1000A v1-5 rev=0x41
15         (0x4100|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
16                          30, 0x005e,  9, 0x0700,
17         // 01/09/04 IP1000A v1-5 rev=0x42
18         (0x4200|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
19                          30, 0x005e,  9, 0x0700,
20         // 01/09/04 IP1000A v1-5 rev=0x43
21         (0x4300|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
22                          30, 0x005e,  9, 0x0700,
23         // 01/09/04 IP1000A v1-5 rev=0x44
24         (0x4400|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
25                          30, 0x005e,  9, 0x0700,
26         // 01/09/04 IP1000A v1-5 rev=0x45
27         (0x4500|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
28                          30, 0x005e,  9, 0x0700,
29         // 01/09/04 IP1000A v1-5 rev=0x46
30         (0x4600|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
31                          30, 0x005e,  9, 0x0700,
32         // 01/09/04 IP1000A v1-5 rev=0x47
33         (0x4700|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
34                          30, 0x005e,  9, 0x0700,
35         // 01/09/04 IP1000A v1-5 rev=0x48
36         (0x4800|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
37                          30, 0x005e,  9, 0x0700,
38         // 01/09/04 IP1000A v1-5 rev=0x49
39         (0x4900|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
40                          30, 0x005e,  9, 0x0700,
41         // 01/09/04 IP1000A v1-5 rev=0x4A
42         (0x4A00|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
43                          30, 0x005e,  9, 0x0700,
44         // 01/09/04 IP1000A v1-5 rev=0x4B
45         (0x4B00|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
46                          30, 0x005e,  9, 0x0700,
47         // 01/09/04 IP1000A v1-5 rev=0x4C
48         (0x4C00|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
49                          30, 0x005e,  9, 0x0700,
50         // 01/09/04 IP1000A v1-5 rev=0x4D
51         (0x4D00|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
52                          30, 0x005e,  9, 0x0700,
53         // 01/09/04 IP1000A v1-5 rev=0x4E
54         (0x4E00|(07*4)), 31, 0x0001, 27, 0x01e0, 31, 0x0002, 27, 0xeb8e, 31, 0x0000,
55                          30, 0x005e,  9, 0x0700,
56          0x0000};
57
58
59