Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
pj |
1 |
#define CHIP_FOUND 1 |
|
|
2 |
#define CHIP_NOT_FOUND -1 |
|
|
3 |
|
|
|
4 |
#define CHIPS 1 |
|
|
5 |
#define CIRRUS 2 |
|
|
6 |
#define DIAMOND 3 |
|
|
7 |
#define ITT 4 |
|
|
8 |
#define WD 5 |
|
|
9 |
#define S3 6 |
|
|
10 |
#define TRIDENT 7 |
|
|
11 |
#define TSENG 8 |
|
|
12 |
#define VESA 254 |
|
|
13 |
#define UNKNOWN 255 |