~ubuntu-branches/ubuntu/jaunty/nvram-wakeup/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/patches/10_nvram-wakeup-mb.c.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Debian VDR Team
  • Date: 2004-12-29 23:52:04 UTC
  • Revision ID: james.westby@ubuntu.com-20041229235204-dgf7zovrb8aphjbf
Tags: 0.97-5
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
  - Added nvram-wakeup-mb.c rev 1.245 from cvs to have the newest
    mainboard list

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_nvram-wakeup-mb.c.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad nvram-wakeup-0.97/nvram-wakeup-mb.c /tmp/dpep.A6W172/nvram-wakeup-0.97/nvram-wakeup-mb.c
 
9
--- nvram-wakeup-0.97/nvram-wakeup-mb.c 2004-12-29 23:56:09.000000000 +0100
 
10
+++ /tmp/dpep.A6W172/nvram-wakeup-0.97/nvram-wakeup-mb.c        2004-12-29 23:56:22.000000000 +0100
 
11
@@ -3,7 +3,7 @@
 
12
  *   Copyright (C) 2001-2004, Sergei Haller.
 
13
  *   Copyright (C) 2002 Bernhard "Bero" Rosenkraenzer <bero@arklinux.org>
 
14
  *
 
15
- *   $Id: nvram-wakeup-mb.c,v 1.218 2004/07/21 12:01:02 bistr-o-math Exp $
 
16
+ *   $Id: nvram-wakeup-mb.c,v 1.245 2004/12/16 16:03:26 bistr-o-math Exp $
 
17
  *
 
18
  *   This program is free software; you can redistribute it and/or modify
 
19
  *   it under the terms of the GNU General Public License as published by
 
20
@@ -22,7 +22,7 @@
 
21
  */
 
22
 
 
23
 #define CVSREV_nvram_wakeup_mb_c \
 
24
-     "$Id: nvram-wakeup-mb.c,v 1.218 2004/07/21 12:01:02 bistr-o-math Exp $"
 
25
+     "$Id: nvram-wakeup-mb.c,v 1.245 2004/12/16 16:03:26 bistr-o-math Exp $"
 
26
 
 
27
 #include <stdio.h>
 
28
 #include <string.h>
 
29
@@ -188,13 +188,6 @@
 
30
      CHECKSUM(b, 0x6C);
 
31
      TIMEREGS(b, 0x47);
 
32
      b->addr_stat   = 0x46;
 
33
-}
 
34
-
 
35
-void abit_bh6(struct biosinfo *b)
 
36
-{
 
37
-     CHECKSUM(b, 0x6C);
 
38
-     TIMEREGS(b, 0x47);
 
39
-     b->addr_stat   = 0x46;
 
40
      b->need_reboot = ON_ANY_CHANGE;
 
41
 }
 
42
 
 
43
@@ -237,6 +230,23 @@
 
44
      b->addr_sec = 0;
 
45
 }
 
46
 
 
47
+void epox_4pgf(struct biosinfo *b)
 
48
+{
 
49
+     /*                                                        */
 
50
+     /*  Disable the "Music-on-Now" feature of his mainboard!  */
 
51
+     /*                                                        */
 
52
+     ga_6bxc_qdi_common(b);
 
53
+     b->addr_sec    = 0;
 
54
+     b->shift_stat  = 6;
 
55
+}
 
56
+
 
57
+void msi_ms_6178(struct biosinfo *b)
 
58
+{
 
59
+     ga_6bxc_qdi_common(b);
 
60
+     b->addr_sec = 0;
 
61
+     b->need_reboot = ON_STAT;
 
62
+}
 
63
+
 
64
 void asus_tusl2(struct biosinfo *b)
 
65
 {
 
66
      CHECKSUM(b, 0x6C);
 
67
@@ -295,6 +305,18 @@
 
68
      b->reset_day   = ON;
 
69
 }
 
70
 
 
71
+void msi_ms_6593_2(struct biosinfo *b)
 
72
+{
 
73
+     CHECKSUM(b, 0x30);
 
74
+     TIMEREGS(b, 0x59);
 
75
+     b->need_reboot = ON_ANY_CHANGE;
 
76
+     b->addr_stat   = 0x59;
 
77
+     b->shift_stat  = 2;
 
78
+     b->shift_day   = 3;
 
79
+     b->rtc_day     = 0x6F;
 
80
+     b->reset_day   = ON;
 
81
+}
 
82
+
 
83
 void msi_ms_6380e(struct biosinfo *b)
 
84
 {
 
85
      CHECKSUM(b, 0x30);
 
86
@@ -446,6 +468,13 @@
 
87
      b->shift_day   = 1;
 
88
 }
 
89
 
 
90
+void asrock_k7s8xep_m(struct biosinfo *b)
 
91
+{
 
92
+     gig_ga_7zx_common(b);
 
93
+     b->shift_day   = 1;
 
94
+     b->rtc_day     = 0x70;
 
95
+}
 
96
+
 
97
 void gig_ga_7vtxh(struct biosinfo *b)
 
98
 {
 
99
      gig_ga_7zx_common(b);
 
100
@@ -492,19 +521,13 @@
 
101
      b->need_reboot = ON_ANY_CHANGE;
 
102
 }
 
103
 
 
104
-void shttl_fn41sp(struct biosinfo *b)
 
105
-{
 
106
-     shttl_fn41_common(b);
 
107
-     b->need_reboot = ON_STAT;
 
108
-}
 
109
-
 
110
 void chain_7nif2(struct biosinfo *b)
 
111
 {
 
112
      CHECKSUM(b, 0x6D);
 
113
+     TIMEREGS(b, 0x48);
 
114
      b->need_reboot = ON_ANY_CHANGE;
 
115
      b->addr_stat   = 0x46;
 
116
      b->shift_stat  = 3;
 
117
-     TIMEREGS(b, 0x48);
 
118
 }
 
119
 
 
120
 void msi_ms_6380(struct biosinfo *b)
 
121
@@ -530,6 +553,18 @@
 
122
      b->reset_day   = ON;
 
123
 }
 
124
 
 
125
+void msi_ms_6788(struct biosinfo *b)
 
126
+{
 
127
+     CHECKSUM(b, 0x30);
 
128
+     TIMEREGS(b, 0x59);
 
129
+     b->need_reboot = ON_ANY_CHANGE;
 
130
+     b->addr_stat   = 0x58;
 
131
+     b->shift_stat  = 4;
 
132
+     b->rtc_time    = ON;
 
133
+     b->rtc_day     = 0x7F;
 
134
+     b->reset_day   = ON;
 
135
+}
 
136
+
 
137
 void msi_ms_6712_1(struct biosinfo *b)
 
138
 {
 
139
      CHECKSUM(b, 0x30);
 
140
@@ -566,6 +601,19 @@
 
141
      b->rtc_time    = ON;
 
142
 }
 
143
 
 
144
+void asrock_p4i45gx(struct biosinfo *b)
 
145
+{
 
146
+     CHECKSUM(b, 0x30);
 
147
+     TIMEREGS(b, 0x5A);
 
148
+     b->need_reboot = ON_ANY_CHANGE;
 
149
+     b->addr_stat   = 0x5A;
 
150
+     b->shift_stat  = 1;
 
151
+     b->shift_day   = 2;
 
152
+     b->rtc_day     = 0x7F;
 
153
+     b->reset_day   = ON;
 
154
+     b->rtc_time    = ON;
 
155
+}
 
156
+
 
157
 void msi_ms_6580(struct biosinfo *b)
 
158
 {
 
159
      CHECKSUM(b, 0x30);
 
160
@@ -665,6 +713,23 @@
 
161
      b->shift_stat  = 7;
 
162
 }
 
163
 
 
164
+void asrock_k7s8xep(struct biosinfo *b)
 
165
+{
 
166
+     CHECKSUM(b, 0x30);
 
167
+     TIMEREGS(b, 0x53);
 
168
+     b->need_reboot = ON_ANY_CHANGE;
 
169
+
 
170
+     b->addr_stat   = 0x51;
 
171
+     b->shift_stat  = 5;
 
172
+
 
173
+     b->rtc_day     = 0x70;
 
174
+     b->reset_day   = ON;
 
175
+     b->rtc_day_0_is_c0  = ON;
 
176
+     b->nr_rtc_day  = 8;
 
177
+
 
178
+     b->rtc_time    = ON;
 
179
+}
 
180
+
 
181
 void asrock_k7s8x2(struct biosinfo *b)
 
182
 {
 
183
      CHECKSUM(b, 0x30);
 
184
@@ -676,6 +741,8 @@
 
185
      b->rtc_day     = 0x70;
 
186
      b->reset_day   = ON;
 
187
      b->rtc_time    = ON;
 
188
+     b->rtc_day_0_is_c0 = ON;
 
189
+     b->nr_rtc_day      = 8;
 
190
 }
 
191
 
 
192
 void asrock_k7s8x3(struct biosinfo *b)
 
193
@@ -714,10 +781,22 @@
 
194
      b->reset_day   = ON;
 
195
 }
 
196
 
 
197
+void asrock_k7vt4a(struct biosinfo *b)
 
198
+{
 
199
+     CHECKSUM(b, 0x30);
 
200
+     TIMEREGS(b, 0x56);
 
201
+     b->need_reboot = ON_ANY_CHANGE;
 
202
+     b->addr_stat   = 0x56;
 
203
+     b->shift_day   = 1;
 
204
+     b->rtc_day     = 0x6F;
 
205
+     b->reset_day   = ON;
 
206
+     b->rtc_time    = ON;
 
207
+}
 
208
+
 
209
 void asus_sp98_x(struct biosinfo *b)
 
210
 {
 
211
      CHECKSUM(b, 0x6C);
 
212
-     b->need_reboot = ON_STAT|ON_WDAYS;
 
213
+     b->need_reboot = ON_ANY_CHANGE;
 
214
      b->rtc_time    = ON;
 
215
      b->addr_stat   = 0x3F;
 
216
      b->addr_wdays  = 0x41;
 
217
@@ -779,6 +858,20 @@
 
218
      b->nr_rtc_day  = 8;
 
219
 }
 
220
 
 
221
+void msi_ms_6760_2(struct biosinfo *b)
 
222
+{
 
223
+     CHECKSUM(b, 0x6E);
 
224
+     TIMEREGS(b, 0x33);
 
225
+     b->need_reboot = ON_ANY_CHANGE;
 
226
+     b->addr_stat   = 0x32;
 
227
+
 
228
+     b->rtc_time    = ON;
 
229
+     b->rtc_day     = 0x70;
 
230
+     b->reset_day   = ON;
 
231
+     b->rtc_day_0_is_c0 = ON;
 
232
+     b->nr_rtc_day  = 8;
 
233
+}
 
234
+
 
235
 void ecs_k7s5a(struct biosinfo *b)
 
236
 {
 
237
      CHECKSUM(b, 0x30);
 
238
@@ -794,6 +887,23 @@
 
239
      b->nr_rtc_day      = 8;
 
240
 }
 
241
 
 
242
+void ecs_k7s7ag(struct biosinfo *b)
 
243
+{
 
244
+     CHECKSUM(b, 0x30);
 
245
+     TIMEREGS(b, 0x53);
 
246
+     b->need_reboot = ON_STAT;
 
247
+     b->addr_stat   = 0x52;
 
248
+     b->shift_stat  = 7;
 
249
+     b->shift_day   = 3;
 
250
+
 
251
+     b->rtc_day     = 0x70;
 
252
+     b->reset_day   = ON;
 
253
+     b->rtc_day_0_is_c0 = ON;
 
254
+     b->nr_rtc_day      = 8;
 
255
+
 
256
+     b->rtc_time    = ON;
 
257
+}
 
258
+
 
259
 void ecs_p4s5a(struct biosinfo *b)
 
260
 {
 
261
      CHECKSUM(b, 0x30);
 
262
@@ -999,10 +1109,24 @@
 
263
      b->need_reboot = ON_ANY_CHANGE;
 
264
      b->rtc_time    = ON;
 
265
      b->addr_stat   = 0x2A;
 
266
+     b->shift_stat  = 7;
 
267
      b->addr_day    = 0x44;
 
268
      b->addr_hour   = 0x45;
 
269
      b->addr_min    = 0x46;
 
270
+}
 
271
+
 
272
+void ct_5rsa2(struct biosinfo *b)
 
273
+{
 
274
+     CHECKSUM(b, 0x6E);
 
275
+     b->addr_chk_h2 = 0x2B; /* Checksum for the status byte */
 
276
+     b->addr_chk_l2 = 0x2C; /* Checksum for the status byte */
 
277
+
 
278
+     b->addr_stat   = 0x2A;
 
279
      b->shift_stat  = 7;
 
280
+     b->addr_day    = 0x44;
 
281
+     b->addr_hour   = 0x45;
 
282
+     b->addr_min    = 0x46;
 
283
+     b->addr_sec    = 0x47;
 
284
 }
 
285
 
 
286
 void mp_avt_121(struct biosinfo *b)
 
287
@@ -1032,8 +1156,11 @@
 
288
      b->addr_stat   = 0x53;
 
289
      b->shift_stat  = 7;
 
290
      b->shift_day   = 3;
 
291
+     b->rtc_time    = ON;
 
292
      b->rtc_day     = 0x70;
 
293
      b->reset_day   = ON;
 
294
+     b->rtc_day_0_is_c0  = ON;
 
295
+     b->nr_rtc_day  = 8;
 
296
 }
 
297
 
 
298
 void asrock_g_pro(struct biosinfo *b)
 
299
@@ -1210,6 +1337,15 @@
 
300
      b->shift_stat  = 3;
 
301
 }
 
302
 
 
303
+void shuttle_fn85(struct biosinfo *b)
 
304
+{
 
305
+     CHECKSUM(b, 0x6D);
 
306
+     TIMEREGS(b, 0x4C);
 
307
+     b->need_reboot = ON_ANY_CHANGE;
 
308
+     b->addr_stat   = 0x4A;
 
309
+     b->shift_stat  = 3;
 
310
+}
 
311
+
 
312
 void msi_694tpro(struct biosinfo *b)
 
313
 {
 
314
      CHECKSUM(b, 0x30);
 
315
@@ -1232,6 +1368,18 @@
 
316
      b->reset_day   = ON;
 
317
 }
 
318
 
 
319
+void msi_ms_6309_2(struct biosinfo *b)
 
320
+{
 
321
+     CHECKSUM(b, 0x30);
 
322
+     TIMEREGS(b, 0x58);
 
323
+     b->need_reboot = ON_ANY_CHANGE;
 
324
+     b->addr_stat   = 0x57;
 
325
+     b->shift_stat  = 3;
 
326
+     b->rtc_day     = 0x6F;
 
327
+     b->reset_day   = ON;
 
328
+     b->rtc_time    = ON;
 
329
+}
 
330
+
 
331
 void gig_ga_7vtx(struct biosinfo *b)
 
332
 {
 
333
      CHECKSUM(b, 0x30);
 
334
@@ -1311,6 +1459,16 @@
 
335
      b->rtc_time    = ON;
 
336
 }
 
337
 
 
338
+void msi_ms_6159(struct biosinfo *b)
 
339
+{
 
340
+     CHECKSUM(b, 0x30);
 
341
+     TIMEREGS(b, 0x58);
 
342
+     b->addr_stat   = 0x58;
 
343
+     b->shift_stat  = 2;
 
344
+     b->shift_day   = 3;
 
345
+     b->rtc_time    = ON;
 
346
+}
 
347
+
 
348
 void msi_6535_oldbios(struct biosinfo *b)
 
349
 {
 
350
      CHECKSUM(b, 0x30);
 
351
@@ -1356,12 +1514,13 @@
 
352
 {
 
353
      CHECKSUM(b, 0x30);
 
354
      TIMEREGS(b, 0x56);
 
355
+     b->need_reboot = ON_ANY_CHANGE;
 
356
      b->addr_stat   = 0x54;
 
357
      b->shift_stat  = 7;
 
358
      b->rtc_time    = ON;
 
359
      b->rtc_day     = 0x70;
 
360
      b->reset_day   = ON;
 
361
-     b->nr_rtc_day  = 7;
 
362
+     b->nr_rtc_day  = 8;
 
363
      b->rtc_day_0_is_c0 = ON;
 
364
 }
 
365
 
 
366
@@ -1544,6 +1703,19 @@
 
367
      b->reset_day   = ON;
 
368
 }
 
369
 
 
370
+void msi_ms_6702(struct biosinfo *b)
 
371
+{
 
372
+     CHECKSUM(b, 0x30);
 
373
+     TIMEREGS(b, 0x5B);
 
374
+     b->need_reboot = ON_ANY_CHANGE;
 
375
+     b->addr_stat   = 0x5A;
 
376
+     b->shift_stat  = 7;
 
377
+     b->shift_day   = 3;
 
378
+     b->rtc_day     = 0x6F;
 
379
+     b->reset_day   = ON;
 
380
+     b->rtc_time    = ON;
 
381
+}
 
382
+
 
383
 void msi_ms_6764(struct biosinfo *b)
 
384
 {
 
385
      CHECKSUM(b, 0x30);
 
386
@@ -1698,6 +1870,30 @@
 
387
      TIMEREGS(b, 0x9C);
 
388
 }
 
389
 
 
390
+void asus_p4p800_se(struct biosinfo *b)
 
391
+{
 
392
+     CHECKSUM(b, 0x30);
 
393
+     b->need_reboot  = ON_ANY_CHANGE;
 
394
+     b->upper_method = INTEL;
 
395
+
 
396
+     b->addr_stat    = 0x9C;
 
397
+     b->shift_stat   = 7;
 
398
+
 
399
+     TIMEREGS(b, 0x9D);
 
400
+}
 
401
+
 
402
+void asus_p4pe2_x(struct biosinfo *b)
 
403
+{
 
404
+     CHECKSUM(b, 0x30);
 
405
+     b->need_reboot  = ON_ANY_CHANGE;
 
406
+     b->upper_method = INTEL;
 
407
+
 
408
+     b->addr_stat    = 0x87;
 
409
+     b->shift_stat   = 4;
 
410
+
 
411
+     TIMEREGS(b, 0x88);
 
412
+}
 
413
+
 
414
 void springdale(struct biosinfo *b)
 
415
 {
 
416
      CHECKSUM(b, 0x30);
 
417
@@ -1709,6 +1905,18 @@
 
418
      b->addr_stat    = 0x92;
 
419
 }
 
420
 
 
421
+void asrock_p4i65gv(struct biosinfo *b)
 
422
+{
 
423
+     CHECKSUM(b, 0x30);
 
424
+     b->need_reboot  = OFF; /* ??? */
 
425
+     b->upper_method = INTEL;
 
426
+
 
427
+     TIMEREGS(b, 0x90);
 
428
+     b->addr_stat    = 0x90;
 
429
+     b->shift_stat   = 2;
 
430
+     b->shift_day    = 3;
 
431
+}
 
432
+
 
433
 void aopen_mk73le_n(struct biosinfo *b)
 
434
 {
 
435
      b->upper_method = VT82Cxxx;
 
436
@@ -1744,6 +1952,19 @@
 
437
      b->need_reboot  = ON_ANY_CHANGE;
 
438
 }
 
439
 
 
440
+void tyan_tiger_k8w(struct biosinfo *b)
 
441
+{
 
442
+     b->upper_method = VT82Cxxx;
 
443
+
 
444
+     CHECKSUM(b, 0x30);
 
445
+     TIMEREGS(b, 0x8D);
 
446
+     
 
447
+     b->addr_stat    = 0x8D;
 
448
+     b->shift_stat   = 1;
 
449
+     b->shift_day    = 2;
 
450
+     b->need_reboot  = OFF; /* ??? */
 
451
+}
 
452
+
 
453
 void gig_ga_7vt600(struct biosinfo *b)
 
454
 {
 
455
      b->upper_method = VT8235_37;
 
456
@@ -1806,6 +2027,40 @@
 
457
      b->need_reboot  = ON_ANY_CHANGE;
 
458
 }
 
459
 
 
460
+void asus_p4v8x_x(struct biosinfo *b)
 
461
+{
 
462
+     b->upper_method = VT8235_37;
 
463
+
 
464
+     CHECKSUM(b, 0x30);
 
465
+     TIMEREGS(b, 0xE7);
 
466
+
 
467
+     b->addr_stat    = 0xE6;
 
468
+     b->shift_stat   = 6;
 
469
+
 
470
+     b->rtc_time     = ON;
 
471
+     b->rtc_day      = 0x6F;
 
472
+     b->reset_day    = ON;
 
473
+
 
474
+     b->need_reboot  = ON_ANY_CHANGE;
 
475
+}
 
476
+
 
477
+void asus_p4vp_mx(struct biosinfo *b)
 
478
+{
 
479
+     b->upper_method = VT8235_37;
 
480
+
 
481
+     CHECKSUM(b, 0x30);
 
482
+     TIMEREGS(b, 0xE7);
 
483
+
 
484
+     b->addr_stat    = 0xE5;
 
485
+     b->shift_stat   = 6;
 
486
+
 
487
+     b->rtc_time     = ON;
 
488
+     b->rtc_day      = 0x6F;
 
489
+     b->reset_day    = ON;
 
490
+
 
491
+     b->need_reboot  = ON_ANY_CHANGE;
 
492
+}
 
493
+
 
494
 void asus_k8v(struct biosinfo *b)
 
495
 {
 
496
      b->upper_method = VT8235_37;
 
497
@@ -1822,6 +2077,27 @@
 
498
      b->reset_day    = ON;
 
499
 }
 
500
 
 
501
+void asrock_k7v88(struct biosinfo *b)
 
502
+{
 
503
+     b->upper_method = VT8235_37;
 
504
+
 
505
+     CHECKSUM(b, 0x30);
 
506
+     TIMEREGS(b, 0xA4);
 
507
+
 
508
+     b->addr_stat    = 0x86;
 
509
+     b->shift_stat   = 7;
 
510
+}
 
511
+
 
512
+void supermicro(struct biosinfo *b) 
 
513
+{
 
514
+     CHECKSUM(b, 0x30);
 
515
+     TIMEREGS(b, 0x5D);
 
516
+     b->need_reboot = ON_ANY_CHANGE;
 
517
+     b->addr_stat   = 0x5D;
 
518
+     b->shift_day   = 1;
 
519
+}
 
520
+
 
521
+
 
522
 /*
 
523
  * Definitions of the mainboards below are in the format
 
524
  *
 
525
@@ -1839,11 +2115,14 @@
 
526
                { bio_m6vcg,        "bio_m6vcg",        "Abit <http://www.abit.com.tw/>", "KA7-100", NULL, NULL, NULL, NULL },
 
527
                { bio_m6vcg,        "bio_m6vcg",        "Abit <http://www.abit.com.tw/>", "VP6", NULL, NULL, NULL, NULL },
 
528
                { bio_m6vcg,        "bio_m6vcg",        "<http://www.abit.com.tw>", "8363-686A(KT7[A][-RAID],KT7E)", "v1.0 ~ v1.2", NULL, NULL, NULL },
 
529
+               { bio_m6vcg,        "bio_m6vcg",        "<http://www.abit.com.tw>", "8363-686A(KT7,KT7A,KT7-RAID,KT7A-RAID)", "", "Award Software International, Inc.", "6.00 PG", "02/14/2001" },
 
530
                { bio_m6vcg,        "bio_m6vcg",        "<http://www.abit.com.tw>", "8363-686A(KT7,KT7A,KT7-RAID,KT7A-RAID)", "", "Award Software International, Inc.", "6.00 PG", "07/11/2002" },
 
531
+               { bio_m6vcg,        "bio_m6vcg",        "<http://www.abit.com.tw>", "8371-686A(KA7,KA7-100)", "", "Award Software International, Inc.", "6.00 PG", "07/20/2000" },
 
532
                { bio_m6vcg,        "bio_m6vcg",        "Acer", "M19A", NULL, NULL, NULL, NULL },
 
533
                { bio_m6vcg,        "bio_m6vcg",        "AOPEN", "AK33", NULL, NULL, NULL, NULL },
 
534
                { bio_m6vcg,        "bio_m6vcg",        /* Aopen AK73 */ "", "07", "9189310401", NULL, NULL, NULL },
 
535
                { bio_m6vcg,        "bio_m6vcg",        "Biostar", "M6VBE", NULL, NULL, NULL, NULL },
 
536
+               { bio_m6vcg,        "bio_m6vcg",        "Biostar Group", "M6VBE-A", "1.x", "Award Software International, Inc.", "4.51 PG", "10/13/99" },
 
537
                { bio_m6vcg,        "bio_m6vcg",        "Biostar Group", "M6VBE-A", "1.x", "Award Software International, Inc.", "4.51 PG", "03/23/00" },
 
538
                /* 
 
539
                 *  Unfortunately BIOSTAR M6VCG has no valid DMI entries
 
540
@@ -1866,6 +2145,7 @@
 
541
                { bio_m6vcg,        "bio_m6vcg",        "Legend.QDI,Inc", "KINETIZ 7T/7B", "V1.X", "Award Software International, Inc.", "6.00 PG", "12/20/2000" },
 
542
                { bio_m6vcg,        "bio_m6vcg",        /* MSI */ "", "MS-6318", "", "Award Software International, Inc.", "6.00 PG", "02/23/00" },
 
543
                { bio_m6vcg,        "bio_m6vcg",        /* MSI */ "", "MS-6318", "", "Award Software International, Inc.", "6.00 PG", "06/13/01" },
 
544
+               { bio_m6vcg,        "bio_m6vcg",        "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6340(VT8363)", "", "Award Software International, Inc.", "6.00 PG", "01/14/2002" },
 
545
                { bio_m6vcg,        "bio_m6vcg",        /* NMC/ENMIC 7VAX */ "", "8371-686A", "", "Award Software International, Inc.", "6.00 PG", "02/21/2001" },
 
546
                { bio_m6vcg,        "bio_m6vcg",                             "", "8371-686A", "", "Award Software International, Inc.", "6.00 PG", "07/25/2000" },
 
547
                { bio_m6vcg,        "bio_m6vcg",        "Shuttle", "FV24", NULL, NULL, NULL, NULL },
 
548
@@ -1877,34 +2157,46 @@
 
549
 
 
550
                { ecs_k7vza,        "ecs_k7vza",        /* Elitegroup K7VZA */ "", "8363-686A", "", "Award Software International, Inc.", "6.00 PG", "12/06/2000" },
 
551
                { ecs_k7vza,        "ecs_k7vza",        "<http://www.abit.com.tw>", "8363-686A(KT7,KT7A,KT7A-RAID,KT7E)", "", NULL, NULL, NULL },
 
552
+               { ecs_k7vza,        "ecs_k7vza",        "Biostar", "M7VKA", "", "Award Software International, Inc.", "6.00 PG", "08/04/2000" },
 
553
 
 
554
 
 
555
 /* MB =  3 */  { gig_ga_6bxc,      "gig_ga_6bxc",      /* Abit TH7-Raid  */ "ABIT", "i850-W83627HF", "Rev:0.1", "Award Software International, Inc.", "6.00 PG", "12/04/2001" },
 
556
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Acorp 6A815EPD */ "", "i815-W83627", "", "Award Software International, Inc.", "6.00 PG", "08/03/2001" },
 
557
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* AOpen MX3W     */ "", "", "", "Award Software International, Inc.", "6.00 PG", "10/11/99" },
 
558
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* AOpen MX3W Pro */ "", "", "", "Award Software International, Inc.", "6.00 PG", "07/27/2001" },
 
559
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "AOpen", "MX4GER", "918b410201", "Phoenix/Award Technologies, LTD", "6.00 PG", "05/13/2003" },
 
560
                { gig_ga_6bxc,      "gig_ga_6bxc",      "AOpen", "MX4GVR", "918B410101", "Phoenix/Award Technologies, LTD", "6.00 PG", "02/13/2003" },
 
561
                { gig_ga_6bxc,      "gig_ga_6bxc",      "AOpen", "1244",   "918B410201", "Phoenix/Award Technologies, LTD", "6.00 PG", "04/03/2003" },
 
562
                { gig_ga_6bxc,      "gig_ga_6bxc",      "BIOSTAR Group", "M6TWG", "1.X", "Award Software International, Inc.", "6.00 PG", "05/14/01" },
 
563
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Chaintech 6LTM2 */ "", "i440LX-8671", "", "Award Software International, Inc.", "4.51 PG", "07/20/99" },
 
564
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* ECS P6BXT-A+    */ "EliteGroup Computer Systems Co. Ltd.", "i440BX-W977EF", "1.0", "Award Software International, Inc.", "4.51 PG", "06/23/00" },
 
565
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* ECS P6IPAT      */ "", "i815E-ITE8870", "", "Award Software International, Inc.", "6.00 PG", "01/16/2002" },
 
566
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* EPOX EP-4PEA9I  */ "", "i845PE-W83627", "", "Phoenix Technologies, LTD", "6.00 PG", "07/30/2004" },
 
567
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte GA-6BA", "i440BX-W977", "1.0", "Award Software International, Inc.", "4.51 PG", "02/05/01" },
 
568
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte", "GA-6BXC", NULL, NULL, NULL, NULL },
 
569
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte", "GA-6BXD", NULL, NULL, NULL, NULL },
 
570
-               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6BXC */ "Gigabyte Technology Co. Ltd.",  "i440BX-8671", "", "Award Software International, Inc.", "4.51 PG", "09/17/98" },
 
571
-               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6BXC */ "Giga-Byte Technology CO., LTD", "i440BX-8671", "", "Award Software International, Inc.", "4.51 PG", "01/22/02" },
 
572
-               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6BXE */ "Giga-Byte Technology CO., LTD", "i440BX-8671", "", "Award Software International, Inc.", "4.51 PG", "02/06/01" },
 
573
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6BXC */ "Gigabyte Technology Co. Ltd.",  "i440BX-8671", "",    "Award Software International, Inc.", "4.51 PG", "09/17/98" },
 
574
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-???? */ "Gigabyte Technology Co. Ltd.",  "i440BX-8671", "",    "Award Software International, Inc.", "4.51 PG", "10/30/98" },
 
575
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-???? */ "Gigabyte Technology Co., Ltd.", "i440BX-8671", "1.0", "Award Software International, Inc.", "4.51 PG", "08/26/99" },
 
576
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6BXE */ "Giga-Byte Technology CO., LTD", "i440BX-8671", "",    "Award Software International, Inc.", "4.51 PG", "02/06/01" },
 
577
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6BXC */ "Giga-Byte Technology CO., LTD", "i440BX-8671", "",    "Award Software International, Inc.", "4.51 PG", "01/22/02" },
 
578
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte Technology Co., Ltd.", "6IEM", "1.x", "Award Software International, Inc.", "6.00 PG", "01/18/2002" },
 
579
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte Technology Co., Ltd.", "6OXT", "1.x", "Award Software International, Inc.", "6.00 PG", "08/19/2002" },
 
580
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte", "GA-8GE667 Pro", NULL, NULL, NULL, NULL },
 
581
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte Technology Co., Ltd.", "8IK1100",   "1.x", "Award Software International, Inc.", "FA", "08/13/2003" },
 
582
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte Technology Co., Ltd.", "8IPE1000P", "1.x", "Award Software International, Inc.", "Fa", "07/29/2003" },
 
583
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte Technology Co., Ltd.", "8IRX",      "1.x", "Award Software International, Inc.", "6.00 PG", "12/07/2001" },
 
584
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "Gigabyte Technology Co., Ltd.", "8I848E",    "1.x", "Award Software International, Inc.", "F3", "09/09/2004" },
 
585
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-686DL2 */ "Gigabyte Technology Co. Ltd.", "i440LX-8661", "", "Award Software International, Inc.", "4.51 PG", "03/02/98" },
 
586
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-BX2000 */ "Corporation Name", "i440BX-8671", "1.0", NULL, NULL, NULL },
 
587
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6WMMC7 */ "Gigabyte Technology Co., Ltd.", "i810-47B27X", "", "Award Software International, Inc.", "6.00 PG", "03/19/01" },
 
588
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Gigabyte GA-6WMMC7 */ "Gigabyte Technology Co., Ltd.", "i810-47B27X", "", "Award Software International, Inc.", "6.00 PG", "10/22/01" },
 
589
+               { gig_ga_6bxc,      "gig_ga_6bxc",                               "Giga-Byte Technology Co., LTD", "i810-47B27X", "", "Award Software International, Inc.", "6.00 PG", "10/22/01" },
 
590
                { gig_ga_6bxc,      "gig_ga_6bxc",      "MediaPortal", "QDI Winnex9", NULL, NULL, NULL, NULL },
 
591
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "09/30/2000" },
 
592
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "11/13/2000" },
 
593
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "11/28/2000" },
 
594
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "08/17/2001" },
 
595
                { gig_ga_6bxc,      "gig_ga_6bxc",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6116 (i440BX)", "1.X", NULL, "", "" },
 
596
                { gig_ga_6bxc,      "gig_ga_6bxc",      "MSI", "MS-6117", NULL, NULL, NULL, NULL },
 
597
                { gig_ga_6bxc,      "gig_ga_6bxc",      "MSI", "MS-6156", NULL, NULL, NULL, NULL },
 
598
@@ -1914,19 +2206,25 @@
 
599
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Shuttle AE23 */ "", "i815E-627HF", "", "Award Software International, Inc.", "6.00 PG", "09/11/2001" },
 
600
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB50", /* Shuttle SB51G  */ "", "Phoenix Technologies, LTD", "6.00 PG", "11/14/2002" }, 
 
601
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB50", /* Shuttle SB51G  */ "", "Phoenix Technologies, LTD", "6.00 PG", "11/22/2002" }, 
 
602
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB51",                      "", "Phoenix Technologies, LTD", "6.00 PG", "07/16/2003" },
 
603
                { gig_ga_6bxc,      "gig_ga_6bxc",      "SHUTTLE INC", "FB52", /* Shuttle SB52G2 */ "", "Phoenix Technologies, LTD", "6.00 PG", "01/20/2003" },
 
604
-               { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB61", "", "Phoenix Technologies, LTD", "6.00 PG", "04/28/2003" },
 
605
-               { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB61", "", "Phoenix Technologies, LTD", "6.00 PG", "05/16/2003" },
 
606
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB61",                      "", "Phoenix Technologies, LTD", "6.00 PG", "04/28/2003" },
 
607
+               { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc", "FB61",                      "", "Phoenix Technologies, LTD", "6.00 PG", "05/16/2003" },
 
608
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Shuttle Inc.", "(HOT-661)Intel i440BX", "2A69KH2B", NULL, "", NULL },
 
609
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Tekram", "P6B40-A4X", NULL, NULL, NULL, NULL },
 
610
                { gig_ga_6bxc,      "gig_ga_6bxc",      "Tekram Technology Co., Ltd.", "P6B40-A4X-i440BX", "Rev. 1.0", NULL, NULL, NULL },
 
611
                { gig_ga_6bxc,      "gig_ga_6bxc",      "", "i815EP-ITE8712", "", "Award Software International, Inc.", "6.00 PG", "04/27/2001" },
 
612
                { gig_ga_6bxc,      "gig_ga_6bxc",      /* Lex */ "", "i815E-ITE", "", "Award Software International, Inc.", "6.00 PG", "06/06/2002" },
 
613
+               { gig_ga_6bxc,      "gig_ga_6bxc",      /* Sumicom S350 from kingyoung */ "", "Springdale-G", "", "Phoenix Technologies, LTD", "6.00 PG", "08/26/2004" },
 
614
+
 
615
+               { msi_ms_6178,      "msi_ms_6178",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6178", "", "Award Software International, Inc.", "6.00 PG", "11/02/2000" },
 
616
 
 
617
 
 
618
 /* MB =  4 */  { epx_8kta3,        "epx_8kta3",        "EPox", "8KTA3", NULL, NULL, NULL, NULL },
 
619
                { epx_8kta3,        "epx_8kta3",        /* EPox 8KTA2      */ "", "8363-686A",  "", "Award Software International, Inc.", "6.00 PG", "10/23/2001" },
 
620
                { epx_8kta3,        "epx_8kta3",        /* EPox 8KTA3      */ "", "8363A-686B", "", "Award Software International, Inc.", "6.00 PG", "03/05/2001" },
 
621
+               { epx_8kta3,        "epx_8kta3",        /* EPox 8KTA3+ Pro */ "", "8363A-686B", "", "Award Software International, Inc.", "6.00 PG", "02/05/2002" },
 
622
+               { epx_8kta3,        "epx_8kta3",        /* EPox 8KTA3      */ "", "8363A-686B", "", "Award Software International, Inc.", "6.00 PG", "07/29/2002" },
 
623
                { epx_8kta3,        "epx_8kta3",        /* ENMIC/NMC 8TTX+ */ "", "8363A-686B", "", "Award Software International, Inc.", "6.00 PG", "08/02/2002" },
 
624
 
 
625
 /* MB =  5 */  { asus_tusl2,       "asus_tusl2",       "ASUSTeK Computer INC.", "TUSL2", NULL, NULL, NULL, NULL },
 
626
@@ -1946,27 +2244,34 @@
 
627
                { asus_cubx,        "asus_cubx",        "ASUSTeK Computer INC.", "<CUBX>", "REV 1.xx", "Award Software, Inc.", "ASUS CUBX ACPI BIOS Revision 1006", "06/27/2000" },
 
628
 
 
629
                { asus_cusi_fx,     "asus_cusi_fx",     "ASUSTeK Computer INC.", "CUSI-FX", "REV 1.xx", "Award Software, Inc.", "ASUS CUSI-FX ACPI BIOS Revision 1005", "12/11/2000" },
 
630
+               { asus_cusi_fx,     "asus_cusi_fx",     "ASUSTeK Computer INC.", "TUSI-M",  "REV 1.xx", "Award Software, Inc.", "ASUS TUSI-M ACPI BIOS Revision 1017",  "09/18/2002" },
 
631
 
 
632
 /* MB =  6 */  { ecs_p6bat,        "ecs_p6bat",        "AOPEN", "AX59PRO", NULL, NULL, NULL, NULL },
 
633
+               { ecs_p6bat,        "ecs_p6bat",        /* AOPEN MX59 Pro */ "", "", "", "Award Software International, Inc.", "4.60 PGMA", "07/26/00" },
 
634
                { ecs_p6bat,        "ecs_p6bat",        "DFI", "K6BV3+", "", "Award Software International, Inc.", "4.51 PG", "01/15/01" },
 
635
                { ecs_p6bat,        "ecs_p6bat",        "DFI", "K6BV3+/66", NULL, NULL, NULL, NULL },
 
636
                { ecs_p6bat,        "ecs_p6bat",        "Apollo", "MVP3", NULL, NULL, NULL, NULL },
 
637
                { ecs_p6bat,        "ecs_p6bat",        /* ECS Elitegroup P6BAT-A+, P6BAP-Me */ "", "693-596-W977EF", "", "Award Software International, Inc.", "4.51 PG", "06/22/00" },
 
638
                { ecs_p6bat,        "ecs_p6bat",        "Elitegroup", "P6BAT-A+", NULL, NULL, NULL, NULL },
 
639
                /* 
 
640
-                *  Unfortunately EPOX MVP3C-M has no valid DMI entries
 
641
-                *  (at least bios rev. 1.01). Thus,
 
642
+                *  Unfortunately, 
 
643
+                *      EPOX MVP3C-M (at least bios rev. 1.01)
 
644
+                *      EPOX MVP3G-M (bios 08/11/2000)
 
645
+                *  have no valid DMI entries. Thus,
 
646
                 *
 
647
                 *     --iwname ecs_p6bat
 
648
                 *
 
649
                 *  option is your friend.
 
650
                 */
 
651
                { ecs_p6bat,        "ecs_p6bat",        "EPOX", "MVP3C-M (EP-58)", "Rev 1.0", "Award", NULL, NULL },
 
652
+               { ecs_p6bat,        "ecs_p6bat",        "EPOX", "MVP3G-M (1M)", NULL, NULL, NULL, NULL },
 
653
+               { ecs_p6bat,        "ecs_p6bat",        "First International Group", "PAG2130", "PCB 1.x", "Award Software International", "4.51 P4", "08/29/00" },
 
654
                { ecs_p6bat,        "ecs_p6bat",        /* GA-6VXE7+ */ "Gigabyte Technology Co., Ltd.", "693A-596B-8671", "", "Award Software International, Inc.", "4.51 PG", "03/21/01" },
 
655
+               { ecs_p6bat,        "ecs_p6bat",        /* GA-6VXE7+ */ "Giga-Byte Technology Co., LTD", "693A-596B-8671", "", "Award Software International, Inc.", "4.51 PG", "03/21/01" },
 
656
                { ecs_p6bat,        "ecs_p6bat",        "NMC", "5VMXe", NULL, NULL, NULL, NULL },
 
657
                { ecs_p6bat,        "ecs_p6bat",        "Shuttle", "HOT-661V", NULL, NULL, NULL, NULL },
 
658
                { ecs_p6bat,        "ecs_p6bat",        "Shuttle", "AV61", NULL, NULL, NULL, NULL },
 
659
-     
 
660
+
 
661
                { dfi_ak74_ec,      "dfi_ak74_ec",      "DFI AK74-EC", "8363-686A", "", "Award Software International, Inc.", "6.00 PG", "11/05/2001" },
 
662
 
 
663
                { shuttle_mvp3,     "shuttle_mvp3",     "Shuttle Inc.", "VIA APOLLO MVP3 (HOT-591P)", "2A5LEH2A", NULL, NULL, NULL },
 
664
@@ -1976,28 +2281,32 @@
 
665
 
 
666
 /* MB =  7 */  { msi_ms_6120,      "msi_ms_6120",      "MSI", "MS-6120", NULL, NULL, NULL, NULL },
 
667
 
 
668
-/* MB =  8 */  { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "CUV4X-E", NULL, NULL, NULL, NULL },
 
669
-               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7M266", NULL, NULL, NULL, NULL },
 
670
+/* MB =  8 */  { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7M266", NULL, NULL, NULL, NULL },
 
671
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7M266-D", "REV 1.xx", "Award Software, Inc.", "ASUS A7M266-D ACPI BIOS Revision 1010", "03/03/2003" },
 
672
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7V-133", NULL, NULL, NULL, NULL },
 
673
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V133>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V-133 ACPI BIOS Revision 1009", "04/23/2002" },
 
674
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V133>", NULL, NULL, NULL, NULL },
 
675
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7V266", "REV 1.xx", "Award Software, Inc.", "ASUS A7V266 ACPI BIOS Rev 1011", "08/20/2002" },
 
676
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7V266-E", NULL, NULL, NULL, NULL },
 
677
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "CUV4X", "REV 1.xx", "Award Software, Inc.", "ASUS CUV4X ACPI BIOS Revision 1010 Beta 002", "09/04/2002" },
 
678
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "CUV4X-C", "REV 1.xx", "Award Software, Inc.", "ASUS CUV4X-C ACPI BIOS Revision 1008 Beta 003", "09/05/2002" },
 
679
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "CUV4X-E", NULL, NULL, NULL, NULL },
 
680
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<K7V>", "REV 1.xx", "Award Software, Inc.", "ASUS K7V 1007", "07/26/2000" },
 
681
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<K7V-T>", "REV 1.xx", "Award Software, Inc.", "ASUS K7V-T ACPI BIOS Revision 1007", "07/26/2000" },
 
682
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "MED 2001", "REV 1.xx", "Award Software, Inc.", "ASUS MED 2001 ACPI BIOS Revision 1006A", "02/01/2001" },
 
683
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "MED 2001", "REV 1.xx", "Award Software, Inc.", "ASUS MED 2001 ACPI BIOS Revision 1009",  "06/12/2001" },
 
684
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "MED2001", NULL, NULL, NULL, NULL },
 
685
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "P3V4X", "REV 1.xx", "Award Software, Inc.", "ASUS P3V4X ACPI BIOS Revision 1005",            "06/12/2000" },
 
686
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "P3V4X", "REV 1.xx", "Award Software, Inc.", "ASUS P3V4X ACPI BIOS Revision 1006 Beta 002",   "10/06/2000" },
 
687
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "TUV4X", NULL, NULL, NULL, NULL },
 
688
                { asus_cuv4xe,      "asus_cuv4xe",      "Gigabyte", "GA-7DXR", NULL, NULL, NULL, NULL },
 
689
-
 
690
                /*
 
691
                 *  the lower two lines of the next few are for the same board with different BIOS revisions.
 
692
                 *  If you have the missing information on the BIOS entries, please submit
 
693
                 */
 
694
-               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V ACPI BIOS Revision 1008", "07/17/2001" },
 
695
-               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V ACPI BIOS Revision 1011", "04/23/2002" },
 
696
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V ACPI BIOS Revision 1008",            "07/17/2001" },
 
697
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V ACPI BIOS Revision 1011",            "04/23/2002" },
 
698
+               { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "<A7V>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V ACPI BIOS Revision 1012 Beta 001-A", "09/10/2002" },
 
699
                { bio_m6vcg,        "bio_m6vcg",        "ASUSTeK Computer INC.", "A7V", NULL, NULL, NULL, NULL },
 
700
                { asus_cuv4xe,      "asus_cuv4xe",      "ASUSTeK Computer INC.", "A7V", NULL, NULL, NULL, NULL },
 
701
 
 
702
@@ -2009,6 +2318,7 @@
 
703
                { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P2B-B", NULL, NULL, NULL, NULL },
 
704
                { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P2B-F", NULL, NULL, NULL, NULL },
 
705
                { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P2B-LS", "REV 1.xx", "Award Software, Inc.", "ASUS P2B-LS ACPI BIOS Revision 1012", "03/03/00" },
 
706
+               { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P2B-LS", "REV 1.xx", "Award Software, Inc.", "ASUS P2B-LS ACPI BIOS Revision 1013 Beta 007", "12/08/00" },
 
707
                { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P5A", NULL, NULL, NULL, NULL },
 
708
                { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P5A-B", "REV 1.XX", "Award Software, Inc.", "ASUS P5A-B ACPI BIOS Revision 1011 Beta 004", "12/14/00" },
 
709
                { asus_p2l97s,      "asus_p2l97s",      "ASUSTeK Computer INC.", "P5A-B", "REV 1.XX", NULL, NULL, NULL },
 
710
@@ -2032,6 +2342,7 @@
 
711
                { msi_ms_6368,      "msi_ms_6368",      "",                                  "MS-6318", "", "Award Software International, Inc.", "6.00 PG", "09/28/00" },
 
712
                { msi_ms_6368,      "msi_ms_6368",      "MSI",                               "MS-6330", "v5.0", NULL, NULL, NULL },
 
713
                { msi_ms_6368,      "msi_ms_6368",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6330", "", "Award Software International, Inc.", "6.00 PG", "05/11/2001" },
 
714
+               { msi_ms_6368,      "msi_ms_6368",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6330", "", "Award Software International, Inc.", "6.00 PG", "10/07/2002" },
 
715
                { msi_ms_6368,      "msi_ms_6368",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6378(VT8361)", "", NULL, NULL, NULL },
 
716
                { msi_ms_6368,      "msi_ms_6368",      "",     "694X-686B", "",         "Award Software International, Inc.", "6.00 PG", "04/26/2001" },
 
717
                { msi_ms_6368,      "msi_ms_6368",      "Abit", "694X-686B", "VH6T 1.1", "Award Software International, Inc.", "6.00 PG", "03/15/2002" },
 
718
@@ -2045,6 +2356,7 @@
 
719
                { gig_ga_7zx,       "gig_ga_7zx",       "Gigabyte Technology Co. Ltd.", "7VX", "1.0", "American Megatrends Inc.", "62710", "07/15/97" },
 
720
 
 
721
 /* MB = 17 */  { asus_sp98_x,      "asus_sp98_x",      "ASUSTeK Computer INC.", "SP98AGP-X", NULL, NULL, NULL, NULL },
 
722
+               { asus_sp98_x,      "asus_sp98_x",      "ASUSTeK Computer INC.", "SP97-XV", "REV 1.XX", "Award Software, Inc.", "#401A0-0109xv-5", "03/18/99" },
 
723
      
 
724
 /* MB = 18 */  { soyo_sy5ssm,      "soyo_sy5ssm",      "Soyo", "SY-5SSM", NULL, NULL, NULL, NULL },
 
725
                { soyo_sy5ssm,      "soyo_sy5ssm",      "Gigabyte", "GA-586STX2", NULL, NULL, NULL, NULL },
 
726
@@ -2059,8 +2371,8 @@
 
727
                { ga_6bxc_qdi_common,"ga_6bxc_qdi_common","MICRO-STAR INTERNATIONAL CO., LTD", "MS-6391", "", "Award Software International, Inc.", "6.00 PG", "12/31/2001" },
 
728
 
 
729
                { epox_4g4a,        "epox_4g4a",        /* Epox 4G4A+ */ "", "i845G-W83627", "", "Award Software International, Inc.", "6.00 PG", "11/04/2002" },
 
730
-               { epox_4g4a,        "epox_4g4a",        "Epox", "Springdale-G", "EX5-300 / EP-4GPF", "Phoenix Technologies, LTD", "6.00 PG", "04/27/2004" },
 
731
-
 
732
+               { epox_4g4a,        "epox_4g4a",        "Epox",              "Springdale-G", "EX5-300 / EP-4GPF", "Phoenix Technologies, LTD", "6.00 PG", "04/27/2004" },
 
733
+               { epox_4pgf,        "epox_4pgf",        /* Epox 4PGF+ */ "", "Springdale-G", "", "Phoenix Technologies, LTD", "6.00 PG", "11/17/2003" },
 
734
 
 
735
                /* 
 
736
                 * Unfortunately ECS changed the BIOS without increasing the BIOS release number
 
737
@@ -2081,6 +2393,9 @@
 
738
 /* MB = 24 */  { ecs_k7s5al,       "ecs_k7s5al",       "ECS", "K7S5AL", NULL, NULL, NULL, NULL },
 
739
 /* MB = 43 */  { ecs_k7s5au,       "ecs_k7s5au",       "ECS", "K7S5AU", NULL, NULL, NULL, NULL },
 
740
 
 
741
+
 
742
+               { ecs_k7s7ag,       "ecs_k7s7ag",       "ECS", "K7S7AG", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
743
+
 
744
                { ecs_p4s5a,        "ecs_p4s5a",        "ECS", "P4S5A",  "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
745
 
 
746
                { ecs_p4s8ag,       "ecs_p4s8ag",       "ECS", "P4S8AG", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
747
@@ -2110,6 +2425,7 @@
 
748
 /* MB = 46 */  { asus_p4pe,        "asus_p4pe",        "ASUSTeK Computer INC.", "P4PE",      NULL, NULL, NULL, NULL },
 
749
                { asus_p4pe,        "asus_p4pe",        "ASUSTeK Computer INC.", "P4PE-X",    "REV 1.xx", "Award Software, Inc.", "ASUS P4PE-X ACPI BIOS Revision 1003",    "05/01/2003" },
 
750
                { asus_p4pe,        "asus_p4pe",        "ASUSTeK Computer INC.", "P4PE-X",    "REV 1.xx", "Award Software, Inc.", "ASUS P4PE-X ACPI BIOS Revision 1004",    "05/21/2003" },
 
751
+               { asus_p4pe,        "asus_p4pe",        "ASUSTeK Computer INC.", "P4PE-X",    "REV 1.xx", "Award Software, Inc.", "ASUS P4PE-X/SE ACPI BIOS Revision 1008", "11/10/2003" },
 
752
                { asus_p4pe,        "asus_p4pe",        "ASUSTeK Computer INC.", "P4PE-X/TE", "REV 1.xx", "Award Software, Inc.", "ASUS P4PE-X/TE ACPI BIOS Revision 1006", "01/05/2004" },
 
753
                { asus_p4pe,        "asus_p4pe",        "ASUSTeK Computer INC.", "P4GE-V",    "REV 1.xx", "Award Software, Inc.", "ASUS P4GE-V ACPI BIOS Revision 1001",    "09/16/2002" },
 
754
 
 
755
@@ -2125,6 +2441,7 @@
 
756
                { via_p4ma,         "via_p4ma",         "", "P4MA", "", "Award Software International, Inc.", "6.00 PG", "05/23/2002" },
 
757
 
 
758
 /* MB = 36 */  { msi_694tpro,      "msi_694tpro",      "MSI", "MS-6309", NULL, NULL, NULL, NULL },
 
759
+               { msi_ms_6309_2,    "msi_ms_6309_2"     "Micro-Star Inc.", "MS-6309", "2.0", "American Megatrends Inc.", "62710", "05/20/99" },
 
760
 
 
761
 /* MB = 37 */  { gig_ga_7vtx,      "gig_ga_7vtx",      "Gigabyte", "GA-7VTXH", NULL, NULL, NULL, NULL },
 
762
                { gig_ga_7vtx,      "gig_ga_7vtx",      "Gigabyte Technology Co., Ltd.", "7VTXE", "1.0", "American Megatrends Inc.", "07.00T", "06/28/2002" },
 
763
@@ -2133,7 +2450,7 @@
 
764
      
 
765
 /* MB = 39 */  { ecs_k7vmm,        "ecs_k7vmm",        "ECS", "K7VMM", NULL, NULL, NULL, NULL },
 
766
                { ecs_k7vmmp,       "ecs_k7vmmp",       "ECS", "K7VMM+", "3.1", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
767
-
 
768
+               { ecs_k7vmmp,       "ecs_k7vmmp",       "ECS", "L7VMM3", "3.1", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
769
 
 
770
                /* 
 
771
                 * Unfortunately MSI changed the BIOS without increasing the BIOS release number
 
772
@@ -2161,14 +2478,16 @@
 
773
 
 
774
 /* MB = 44 */  { via_epia_m,       "via_epia_m",       "VIA", "Epia M6000", NULL, NULL, NULL, NULL },
 
775
                { via_epia_m,       "via_epia_m",       "VIA", "Epia M9000", NULL, NULL, NULL, NULL },
 
776
-               { via_epia_m,       "via_epia_m",       /*         M10000             */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "11/19/2002" },
 
777
-               { via_epia_m,       "via_epia_m",       /*         M10000             */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "11/26/2002" },
 
778
-               { via_epia_m,       "via_epia_m",       /* M9000 + M10000             */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "03/17/2003" },
 
779
-               { via_epia_m,       "via_epia_m",       /*                    CL6000E */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "08/01/2003" },
 
780
-               { via_epia_m,       "via_epia_m",       /*                  MII-60000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "11/25/2003" },
 
781
-               { via_epia_m,       "via_epia_m",       /* M6000 + M10000 + MII-10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "12/11/2003" },
 
782
-               { via_epia_m,       "via_epia_m",       /* M6000 + M10000 + MII-10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", NULL },
 
783
-               { via_epia_m,       "via_epia_m",       "", "C3M266", "", "Award Software International, Inc.", "6.00 PG", "03/11/2003" },
 
784
+               { via_epia_m,       "via_epia_m",       /*         M10000             */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "11/19/2002" },
 
785
+               { via_epia_m,       "via_epia_m",       /*         M10000             */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "11/26/2002" },
 
786
+               { via_epia_m,       "via_epia_m",       /* M9000 + M10000             */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "03/17/2003" },
 
787
+               { via_epia_m,       "via_epia_m",       /*                    CL6000E */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "08/01/2003" },
 
788
+               { via_epia_m,       "via_epia_m",       /*                  MII-60000 */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "11/25/2003" },
 
789
+               { via_epia_m,       "via_epia_m",       /* M6000 + M10000 + MII-10000 */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "12/11/2003" },
 
790
+               { via_epia_m,       "via_epia_m",       /* M6000 + M10000 + MII-10000 */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", NULL },
 
791
+               { via_epia_m,       "via_epia_m",       /*                  MII-12000 */ "", "EPIA-M",  "", "Award Software International, Inc.", "6.00 PG", "01/06/2004" },
 
792
+               { via_epia_m,       "via_epia_m",                                        "", "C3M266",  "", "Award Software International, Inc.", "6.00 PG", "03/11/2003" },
 
793
+               { via_epia_m,       "via_epia_m",       /* ML5000                     */ "", "EPIA-ML", "", "Award Software International, Inc.", "6.00 PG", "08/04/2004" },
 
794
 
 
795
 /* MB = 45 */  { gig_ga_7zxr30,    "gig_ga_7zxr30",    "Gigabyte", "GA-7ZXR30", NULL, NULL, NULL, NULL },
 
796
                { gig_ga_7zxr30,    "gig_ga_7zxr30",    "Gigabyte Technology Co., Ltd.", "7ZM",  "1.0", "American Megatrends Inc.", "62710", "10/16/2001" },
 
797
@@ -2186,6 +2505,7 @@
 
798
 
 
799
                { ecs_k7s6a,        "ecs_k7s6a",        /* ECS K7S6A */    "", "SiS-745", "", "Award Software International, Inc.", "6.00 PG", "02/19/2002" },
 
800
                { ecs_k7s6a,        "ecs_k7s6a",        /* Shuttle FS50 */ "", "FS50",    "", "Award Software International, Inc.", "6.00 PG", "07/05/2002" },
 
801
+               { ecs_k7s6a,        "ecs_k7s6a",        /* Shuttle FS50 */ "", "FS50",    "", "Award Software International, Inc.", "6.00 PG", "06/02/2003" },
 
802
 
 
803
                { gig_sis_645,      "gig_sis_645",      "Gigabyte Technology Co., Ltd.", "SiS-645", "1.x", "Award Software International, Inc.", "6.00 PG", "02/06/2002" },
 
804
                { gig_sis_645_new,  "gig_sis_645_new",  "Gigabyte Technology Co., Ltd.", "SiS-645", "1.x", "Award Software International, Inc.", "6.00 PG", "09/16/2002" },
 
805
@@ -2193,13 +2513,9 @@
 
806
                { msi_ms_6243,      "msi_ms_6243",      /* MSI-Barebone Hermes 845GL   (MS-6243) */ "INTEL", "BROKDALE-G", "1.0", "American Megatrends Inc.", "V1.1", "06/10/02" },
 
807
                { msi_ms_6243,      "msi_ms_6243",      /* MSI-Barebone Hermes 845GL-P (MS-6557) */ "INTEL", "BROKDALE-G", NULL, NULL, NULL, NULL },
 
808
                { msi_ms_6243,      "msi_ms_6243",      /* MSI-Barebone Hermes 845GL   (MS-6243) */ "Micro Star", "MS-6557", "1.00", "American Megatrends Inc.", "V1.2B6", "12/03/02" },
 
809
-               { msi_ms_6243,      "msi_ms_6243",      "MICRO-STAR INC.", "MS-6765", "100", "American Megatrends Inc.", "V1.1 on 07.00T", "09/02/03" },
 
810
-
 
811
-
 
812
-               { asrock_k7vt2,     "asrock_k7vt2",     "ASRock",              "K7VT2", "2.00", "American Megatrends Inc.", "P1.00", "09/24/2002" },
 
813
-               { asrock_k7vt2,     "asrock_k7vt2",     /* ASRock K7VT2 */ "", "K7VT2", "2.00", "American Megatrends Inc.", "P1.20", "12/10/2002" },
 
814
+               { msi_ms_6243,      "msi_ms_6243",                                                  "MICRO-STAR INC.", "MS-6765", "100", "American Megatrends Inc.", "V1.1 on 07.00T", "09/02/03" },
 
815
+               { msi_ms_6243,      "msi_ms_6243",      /* MSI-Barebone Hetis  865GV             */ "MICRO-STAR INC.", "MS-6765", "200", "American Megatrends Inc.", "V5.1 on 07.00T", "01/19/04" },
 
816
 
 
817
-               { asrock_k7vt4,     "asrock_k7vt4",     /* ASRock K7VT4 */ "", "K7VT4-4X.", "3.0X", "American Megatrends Inc.", "P1.70", "10/02/2003" },
 
818
 
 
819
                { tosh_eq_3300m,    "tosh_eq_3300m",    /* Toshiba Equium 3300M (Typ: GVC MR824) */ "VIA Technologies Inc.", "VIA Apollo Pro 133", "1.0", "American Megatrends Inc.", "1.08.03", "07/10/01" },
 
820
 
 
821
@@ -2211,13 +2527,19 @@
 
822
                { asrock_k7vm2_new, "asrock_k7vm2_new", "FIRST INTERNALTIONAL COMPUTER", "VB-601-V", "VER:1.3", "American Megatrends, Inc.", "0627", "03/09/99" },
 
823
                { asrock_k7vm2_new, "asrock_k7vm2_new", "MicroStar Inc.", "MS-6340", "1.0", "American Megatrends Inc.", "62710", "07/15/97" },
 
824
 
 
825
-               { asrock_k7s8xe2,   "asrock_k7s8xe2",         "", "K7S8XE+", "1.0", "American Megatrends Inc.", "P1.40", "11/11/2003" },
 
826
-               { asrock_k7s8xe2,   "asrock_k7s8xe2",         "", "K7S8XE+", "1.0", "American Megatrends Inc.", "P1.60", "01/29/2004" },
 
827
-               { asrock_k7s8xe,    "asrock_k7s8xe",          "", "K7S8XE+", "1.0", "American Megatrends Inc.", "M1.44", "12/16/2003" },
 
828
-               { asrock_k7s8x,     "asrock_k7s8x",           "", "K7S8X.",  "3.0", "American Megatrends Inc.", "P1.40", "10/07/2003" },
 
829
-               { asrock_k7s8x2,    "asrock_k7s8x2",          "", "K7S8X.",  "3.0", "American Megatrends Inc.", "P2.20", "10/07/2003" },
 
830
-               { asrock_k7s8x3,    "asrock_k7s8x3",          "", "K7S8X",   "1.0", "American Megatrends Inc.", "P1.20", "03/10/2003" },
 
831
-               { asrock_k7s8x2,    "asrock_k7s8x2",          "", "K7S8X",   "1.0", "American Megatrends Inc.", "P2.20", "10/07/2003" },
 
832
+               { asrock_k7s8xe2,   "asrock_k7s8xe2",         "", "K7S8XE+",    "1.0",      "American Megatrends Inc.", "P1.40", "11/11/2003" },
 
833
+               { asrock_k7s8xe2,   "asrock_k7s8xe2",         "", "K7S8XE+",    "1.0",      "American Megatrends Inc.", "P1.60", "01/29/2004" },
 
834
+               { asrock_k7s8xep,   "asrock_k7s8xep",         "", "K7S8XE+",    "1.0",      "American Megatrends Inc.", "P1.70", "04/27/2004" },
 
835
+               { asrock_k7s8xep,   "asrock_k7s8xep",         "", "K7S8XE+",    "1.0",      "American Megatrends Inc.", "P1.90", "07/19/2004" },
 
836
+               { asrock_k7s8xe,    "asrock_k7s8xe",          "", "K7S8XE+",    "1.0",      "American Megatrends Inc.", "M1.44", "12/16/2003" },
 
837
+               { asrock_k7s8xep_m, "asrock_k7s8xep_m",       "", "K7S8XE+",    "1.0",      "American Megatrends Inc.", "M1.91", "09/08/2004" },
 
838
+               { asrock_k7s8x,     "asrock_k7s8x",           "", "K7S8X.",     "3.0",      "American Megatrends Inc.", "P1.40", "10/07/2003" },
 
839
+               { asrock_k7s8x2,    "asrock_k7s8x2",          "", "K7S8X.",     "3.0",      "American Megatrends Inc.", "P2.20", "10/07/2003" },
 
840
+               { asrock_k7s8x2,    "asrock_k7s8x2",          "", "K7S8X.",     "3.0",      "American Megatrends Inc.", "P2.30", "04/22/2004" },
 
841
+               { asrock_k7s8x3,    "asrock_k7s8x3",          "", "K7S8X",      "1.0",      "American Megatrends Inc.", "P1.20", "03/10/2003" },
 
842
+               { asrock_k7s8x2,    "asrock_k7s8x2",          "", "K7S8X",      "1.0",      "American Megatrends Inc.", "P2.20", "10/07/2003" },
 
843
+               /* the following one has patched BIOS, so might not run with the official BIOS. */
 
844
+               { asrock_k7s8x,     "asrock_k7s8x",           "", "K7S8X..3.0", "30000000", "American Megatrends Inc.", "P2.10", "07/19/2004" },
 
845
 
 
846
                { gig_7vrx,         "gig_7vrx",         "Gigabyte Technology Co., Ltd.", "7VRX", "1.0", "American Megatrends Inc.", "07.00T", "08/23/2002" },
 
847
                { gig_7vrx,         "gig_7vrx",         "MSI", /* K7T266 Pro */ "MS-6380", "0.A", "American Megatrends Inc.", "062710", "07/15/97" },
 
848
@@ -2230,9 +2552,11 @@
 
849
 
 
850
                { asus_p4s8l,       "asus_p4s8l",       "ASUSTeK Computer INC.", "P4S8L", "REV 1.xx", "Award Software, Inc.", "ASUS P4S8L ACPI BIOS Revision 1004", "03/27/2003" },
 
851
                { asus_p4s8l,       "asus_p4s8l",       "ASUSTeK Computer INC.", "P4S8L", "REV 1.xx", "Award Software, Inc.", "ASUS P4S8L ACPI BIOS Revision 1005", "06/11/2003" },
 
852
+               { asus_p4s8l,       "asus_p4s8l",       "ASUSTeK Computer INC.", "P4S8L", "REV 1.xx", "Award Software, Inc.", "ASUS P4S8L ACPI BIOS Revision 1006", "11/21/2003" },
 
853
+
 
854
+               { asus_a7v600,      "asus_a7v600",      "ASUSTeK Computer INC.", "A7V600",   "REV 1.xx", "Award Software, Inc.", "ASUS A7V600 ACPI BIOS Revision 1006",   "11/12/2003" },
 
855
+               { asus_a7v600,      "asus_a7v600",      "ASUSTeK Computer INC.", "A7V600-X", "REV 1.xx", "Award Software, Inc.", "ASUS A7V600-X ACPI BIOS Revision 1006", "09/02/2004" },
 
856
 
 
857
-               { asus_a7v600,      "asus_a7v600",      "ASUSTeK Computer INC.", "A7V600", "REV 1.xx", "Award Software, Inc.", "ASUS A7V600 ACPI BIOS Revision 1006", "11/12/2003" },
 
858
-               
 
859
                { asus_p4s8x,       "asus_p4s8x",       "ASUSTeK Computer INC.", "P4S8X", "REV 1.xx", "Award Software, Inc.", "ASUS P4S8X ACPI BIOS Revision 1005 Beta 009", "02/21/2003" },
 
860
 
 
861
                { msi_ms_6524,      "msi_ms_6524",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6524", "", "Award Software International, Inc.", "6.00 PG", "04/26/2002" },
 
862
@@ -2260,6 +2584,7 @@
 
863
                { msi_ms_6593,      "msi_ms_6593",      "MSI", "MS-6712", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
864
 
 
865
                { msi_ms_6593,      "msi_ms_6593",      "MSI", "MS-6593", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
866
+               { msi_ms_6593_2,    "msi_ms_6593_2",    "MSI", "MS-6593", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
867
 
 
868
                { msi_ms_7021,      "msi_ms_7021",      "MSI", "MS-7021", "1.0", "American Megatrends Inc.", "Version 07.00T", "04/02/01" },
 
869
     
 
870
@@ -2271,12 +2596,13 @@
 
871
                { asus_a7v8x,       "asus_a7v8x",       "ASUSTeK Computer INC.", "A7V8X-X", "REV 1.xx", "Award Software, Inc.", "ASUS A7V8X-X ACPI BIOS Revision 1005", "05/08/2003" },
 
872
                { asus_a7v8x,       "asus_a7v8x",       "ASUSTeK Computer INC.", "A7V8X-X", "REV 1.xx", "Award Software, Inc.", "ASUS A7V8X-X ACPI BIOS Revision 1006", "08/06/2003" },
 
873
                { asus_a7v8x,       "asus_a7v8x",       "ASUSTeK Computer INC.", "A7V8X-X", "REV 1.xx", "Award Software, Inc.", "ASUS A7V8X-X ACPI BIOS Revision 1007", "11/13/2003" },
 
874
+               { asus_a7v8x,       "asus_a7v8x",       "ASUSTeK Computer INC.", "A7V8X-X", "REV 1.xx", "Award Software, Inc.", "ASUS A7V8X-X ACPI BIOS Revision 1013", "09/02/2004" },
 
875
 
 
876
-               { abit_bp6,         "abit_bp6",         "<http://www.abit.com.tw>", "i440BX-W83977 (BP6)",   "", "Award Software International, Inc.", "4.51 PG", "04/20/00"   },
 
877
-               { abit_bp6,         "abit_bp6",         "<http://www.abit.com.tw>", "i440BX-W977 (BX6R2.0)", "", "Award Software International, Inc.", "4.51 PG", "04/26/2000" },
 
878
+               { abit_bp6,         "abit_bp6",         "<http://www.abit.com.tw>", "i440BX-W83977 (BH6)",      "", "Award Software International, Inc.", "4.51 PG", "06/28/2000" },
 
879
+               { abit_bp6,         "abit_bp6",         "<http://www.abit.com.tw>", "i440BX-W83977 (BP6)",      "", "Award Software International, Inc.", "4.51 PG", "04/20/00"   },
 
880
+               { abit_bp6,         "abit_bp6",         "<http://www.abit.com.tw>", "i440BX-W977 (BX6R2.0)",    "", "Award Software International, Inc.", "4.51 PG", "04/26/2000" },
 
881
+               { abit_bp6,         "abit_bp6",         "<http://www.abit.com.tw>", "i440BX-W83977 (BX6 V1.0)", "", "Award Software International, Inc.", "4.51 PG", "02/21/00" },
 
882
 
 
883
-               { abit_bh6,         "abit_bh6",         "<http://www.abit.com.tw>", "i440BX-W83977 (BH6)",   "", "Award Software International, Inc.", "4.51 PG", "06/28/2000" },
 
884
-               
 
885
                { aopen_ax4pe_max,  "aopen_ax4pe_max",  "AOpen", "AX4PE Max", "", "Phoenix/Award Technologies, LTD", "6.00 PG", "12/23/2002" },             
 
886
                
 
887
                { msi_ms_6570,      "msi_ms_6570",      "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6570", "", "Phoenix Technologies, LTD", "6.00 PG", "04/18/2003" },
 
888
@@ -2288,30 +2614,40 @@
 
889
                { msi_ms_6570,      "msi_ms_6570",      /* Chaintech 7NIF2 (nforce2) */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "04/18/2003" },
 
890
                { chain_7nif2,      "chain_7nif2",      /* Chaintech 7NIF2 (nforce2) */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "09/05/2003" },
 
891
                { chain_7nif2,      "chain_7nif2",      /* ECS Elitegroup N2U400-A   */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "10/02/2003" },
 
892
+               { msi_ms_6570,      "msi_ms_6570",      "DFI", "nVidia-nForce2, Lanparty NFII ULTRA B", "A", "Phoenix Technologies, LTD", "6.00 PG", "11/27/2003" },
 
893
 
 
894
+               { msi_ms_6570,      "msi_ms_6570",      /* AN35N Ultra rev1.1 */ "Shuttle Inc", "AN35",   "", "Phoenix Technologies, LTD", "6.00 PG", "12/05/2003" },
 
895
+               { shttl_fn41,       "shttl_fn41",                                "Shuttle Inc", "FN41",   "", "Phoenix Technologies, LTD", "6.00 PG", "01/15/2003" },
 
896
+               { shttl_fn41,       "shttl_fn41",                                "Shuttle Inc", "FN41",   "", "Phoenix Technologies, LTD", "6.00 PG", "05/02/2003" },
 
897
                { msi_ms_6570,      "msi_ms_6570",      /* Shuttle XPC SN41G2 */ "Shuttle Inc", "FN41",   "", "Phoenix Technologies, LTD", "6.00 PG", "06/17/2003" },
 
898
                { shttl_fn41,       "shttl_fn41",       /* Shuttle XPC SN41G2 */ "Shuttle Inc", "FN41",   "", "Phoenix Technologies, LTD", "6.00 PG", "10/03/2003" },
 
899
-               { shttl_fn41,       "shttl_fn41",                                "Shuttle Inc", "FN41",   "", "Phoenix Technologies, LTD", "6.00 PG", "01/15/2003" },
 
900
-               { shttl_fn41sp,     "shttl_fn41sp",                              "Shuttle Inc", "FN41SP", "", "Phoenix Technologies, LTD", "6.00 PG", "10/03/2003" },
 
901
-               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-E",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-E Deluxe ACPI BIOS Rev 1008", "12/05/2003" },
 
902
-               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-E",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-E Deluxe ACPI BIOS Rev 1010", "03/16/2004" },
 
903
-               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X",    "REV 1.xx", "Phoenix Technologies, LTD", "ASUS A7N8X Deluxe ACPI BIOS Rev 1002.A", "02/25/2003" },
 
904
+               { msi_ms_6570,      "msi_ms_6570",                               "Shuttle Inc", "FN41SP", "", "Phoenix Technologies, LTD", "6.00 PG", "10/03/2003" },
 
905
+               { msi_ms_6570,      "msi_ms_6570",      /* Shuttle XPC SN41G2 */ "Shuttle Inc", "FN41SP", "", "Phoenix Technologies, LTD", "6.00 PG", "01/16/2004" },
 
906
+               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X",    "REV 1.xx", "Phoenix Technologies, LTD", "ASUS A7N8X Deluxe ACPI BIOS Rev 1002.A",  "02/25/2003" },
 
907
                { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X2.0", "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X2.0 Deluxe ACPI BIOS Rev 1007", "10/06/2003" },
 
908
+               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-E",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-E Deluxe ACPI BIOS Rev 1008",  "12/05/2003" },
 
909
+               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-E",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-E Deluxe ACPI BIOS Rev 1009",  "02/04/2004" },
 
910
+               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-E",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-E Deluxe ACPI BIOS Rev 1010",  "03/16/2004" },
 
911
+               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-X",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-X ACPI BIOS Rev 1009",         "02/03/2004" },
 
912
+               { shttl_fn41,       "shttl_fn41",       "ASUSTeK Computer INC.", "A7N8X-X",  "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X-X ACPI BIOS Rev 1011",         "08/04/2004" },
 
913
+               { shttl_fn41,       "shttl_fn41",       "EPOX 8RDA+", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "07/29/2004" },
 
914
 
 
915
                { ecs_k7som_p,      "ecs_k7som_p",      "ECS", "K7SOM+", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
 
916
 
 
917
                { asus_a4s333,      "asus_a4s333",      "ASUSTeK Computer INC.", "P4S333VF", "REV 1.xx", "Award Software, Inc.", "ASUS P4S333-VF ACPI BIOS Revision 1005", "03/05/2002" },
 
918
 
 
919
-               { dell_optiplex_dxa,"dell_optiplex_dxa",/* Dell Optiplex DXa */ NULL, NULL, NULL, "Dell Computer Corporation", "A10", "06/23/00" },
 
920
-               { dell_optiplex_dxa,"dell_optiplex_dxa",/* Dell Optiplex Gn  */ NULL, NULL, NULL, "Dell Computer Corporation", "A12", "06/23/00" },
 
921
-               { dell_optiplex_dxa,"dell_optiplex_dxa",/* Dell Optiplex G1  */ NULL, NULL, NULL, "Dell Computer Corporation", "A10", "04/29/03" },
 
922
-               { dell_optiplex_dxa,"dell_optiplex_dxa","Dell Computer Corporation", "Dimension 4300", NULL, "Dell Computer Corporation", "A05", "03/28/2002" },
 
923
-               { dell_optiplex_dxa,"dell_optiplex_dxa","Dell Computer Corporation", "OptiPlex GX1 333L+", "", "Dell Computer Corporation", "A10", "08/01/01" },
 
924
+               { dell_optiplex_dxa,"dell_optiplex_dxa",NULL, NULL, /* Dell          "Optiplex DXa"              */  NULL, "Dell Computer Corporation", "A10", "06/23/00"   },
 
925
+               { dell_optiplex_dxa,"dell_optiplex_dxa",NULL, NULL, /* Dell          "Optiplex Gn"               */  NULL, "Dell Computer Corporation", "A12", "06/23/00"   },
 
926
+               { dell_optiplex_dxa,"dell_optiplex_dxa",NULL, NULL, /* Dell          "Optiplex G1"               */  NULL, "Dell Computer Corporation", "A10", "04/29/03"   },
 
927
+               { dell_optiplex_dxa,"dell_optiplex_dxa","Dell Computer Corporation", "Dimension 4300",               NULL, "Dell Computer Corporation", "A05", "03/28/2002" },
 
928
+               { dell_optiplex_dxa,"dell_optiplex_dxa","Dell Computer Corporation", "OptiPlex GX1 333L+",             "", "Dell Computer Corporation", "A10", "08/01/01"   },
 
929
+               { dell_optiplex_dxa,"dell_optiplex_dxa","Dell Computer Corporation", "Precision WorkStation 420 MT", NULL, "Dell Computer Corporation", "A13", "12/18/2001" },
 
930
 
 
931
                { asus_p4bgl,       "asus_p4bgl",       "ASUSTeK Computer INC.", "P4BGL-MX", "REV 1.xx", "Award Software, Inc.", "ASUS P4BGL-MX ACPI BIOS Revision 1006", "02/27/2003" },
 
932
                { asus_p4bgl,       "asus_p4bgl",       "ASUSTeK Computer INC.", "P4GE-FSC", "REV 1.xx", "Award Software, Inc.", "ASUS P4GE-FSC ACPI BIOS Revision 1004", "07/14/2003" },
 
933
 
 
934
                { asus_p4b266,      "asus_p4b266",      "ASUSTeK Computer INC.", "P4B266",   "REV 2.xx", "Award Software, Inc.", "ASUS P4B266 ACPI BIOS Revision 1010", "08/06/2002" },
 
935
+               { asus_p4b266,      "asus_p4b266",      "ASUSTeK Computer INC.", "P4B-E",    "REV 1.xx", "Award Software, Inc.", "ASUS P4B-E ACPI BIOS Revision 1007", "03/18/2003" },
 
936
                { asus_p4b266_m,    "asus_p4b266_m",    "ASUSTeK Computer INC.", "P4B266-M", "REV 1.xx", "Award Software, Inc.", "ASUS P4B266-M ACPI BIOS Revision 1008 Beta 001", "04/03/2003" },
 
937
                { asus_p4b266_e,    "asus_p4b266_e",    "ASUSTeK Computer INC.", "P4B266-E", "REV 1.xx", "Award Software, Inc.", "ASUS P4B266-E ACPI BIOS Revision 1003", "08/19/2002" },
 
938
                
 
939
@@ -2324,16 +2660,25 @@
 
940
                { dfi_ak70,         "dfi_ak70",         /* DFI AK70 Rev. A+ */ "", "AMD-75X-W977", "", "Award Software International, Inc.", "6.00 PG", "05/25/2000" },
 
941
                { dfi_ak70,         "dfi_ak70",         "Gigabyte Technology Co.,LTD.", "GA-7IX", "1.X", "Award Software International, Inc.", "6.00 PG", "04/25/00" },
 
942
                { dfi_ak70,         "dfi_ak70",         "", "HOT_AI61 AMD-75X-W977", "6A6S2H29", "Award Software International, Inc.", "6.00 PG", "05/03/01" },
 
943
-               
 
944
+               { dfi_ak70,         "dfi_ak70",         "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6167 (AMD751)", "1.X", "Award Software International, Inc.", "6.0 PG", "08/30/00" },
 
945
+               { dfi_ak70,         "dfi_ak70",         /* MSI K7d Master */ "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6501", "", "Award Software International, Inc.", "6.00 PG", "10/09/2003" },
 
946
+
 
947
                { asrock_g_pro,     "asrock_g_pro",     "ASRock", "G Pro / GV Pro", "1.00", "American Megatrends Inc.", "P1.40", "04/07/2003" },
 
948
                { asrock_g_pro_new, "asrock_g_pro_new", "ASRock", "G Pro / GV Pro", "1.00", "American Megatrends Inc.", "P1.00", "10/09/2002" },
 
949
-               
 
950
+
 
951
+               { asrock_k7vt2,     "asrock_k7vt2",     "ASRock",              "K7VT2", "2.00", "American Megatrends Inc.", "P1.00", "09/24/2002" },
 
952
+               { asrock_k7vt2,     "asrock_k7vt2",     /* ASRock K7VT2 */ "", "K7VT2", "2.00", "American Megatrends Inc.", "P1.20", "12/10/2002" },
 
953
+               { asrock_g_pro_new, "asrock_g_pro_new", /* ASRock K7VT2 */ "", "K7VT2", "2.00", "American Megatrends Inc.", "P1.30", "03/07/2003" },
 
954
+
 
955
+               { asrock_k7vt4,     "asrock_k7vt4",     /* ASRock K7VT4 */ "", "K7VT4-4X.", "3.0X", "American Megatrends Inc.", "P1.70", "10/02/2003" },
 
956
+               { asrock_k7vt4a,    "asrock_k7vt4a",    /* Asrock       */ "", "K7VT4A+",   "1.0x", "American Megatrends Inc.", "P1.20", "06/25/2004" },
 
957
+
 
958
                { asus_p4s533,      "asus_p4s533",      "ASUSTeK Computer INC.", "P4S533MX", "REV 1.xx", "Award Software, Inc.", "ASUS P4S533-MX ACPI BIOS Revision 1004", "01/24/2003" },
 
959
                { asus_p4s533,      "asus_p4s533",      "ASUSTeK Computer INC.", "P4S533MX", "REV 1.xx", "Award Software, Inc.", "ASUS P4S533-MX ACPI BIOS Revision 1005", "04/18/2003" },
 
960
                { asus_p4s533,      "asus_p4s533",      "ASUSTeK Computer INC.", "P4S533MX", "REV 1.xx", "Award Software, Inc.", "ASUS P4S533-MX ACPI BIOS Revision 1006", "06/11/2003" },
 
961
                { asus_p4s533,      "asus_p4s533",      "ASUSTeK Computer INC.", "P4S533MX", "REV 1.xx", "Award Software, Inc.", NULL, NULL },
 
962
                { asus_p4s533,      "asus_p4s533",      "ASUSTeK Computer INC.", "P4SP-MX",  "REV 1.xx", "Award Software, Inc.", "ASUS P4SP-MX ACPI BIOS Revision 1001",   "12/31/2003" },
 
963
-
 
964
+               { asus_p4s533,      "asus_p4s533",      "ASUSTeK Computer INC.", "P4SP-MX",  "REV 1.xx", "Award Software, Inc.", "ASUS P4SP-MX ACPI BIOS Revision 1002",   "04/27/2004" },
 
965
 
 
966
                { asus_p4s533_x,    "asus_p4s533_x",    "ASUSTeK Computer INC.", "P4S533-X", "REV 1.xx", "Award Software, Inc.", "ASUS P4S533-X ACPI BIOS Revision 1004", "02/24/2003" },
 
967
 
 
968
@@ -2350,6 +2695,7 @@
 
969
 
 
970
                { asus_p4b533,      "asus_p4b533",      "ASUSTeK Computer INC.", "P4B533",   "REV 1.xx", "Award Software, Inc.", "ASUS P4B533 ACPI BIOS Revision 1011", "09/27/2002" },
 
971
                { asus_p4b533_e,    "asus_p4b533_e",    "ASUSTeK Computer INC.", "P4B533-E", "REV 1.xx", "Award Software, Inc.", "ASUS P4B533-E ACPI BIOS Revision 1012 Beta 004", "12/11/2002" },
 
972
+               { asus_p4b533_e,    "asus_p4b533_e",    "ASUSTeK Computer INC.", "P4GE-VM",  "REV 1.xx", "Award Software, Inc.", "ASUS P4GE-VM ACPI BIOS Revision 1007", "03/24/2003" },
 
973
 
 
974
                { msi_ms_5169,      "msi_ms_5169",      "MSI INC.", "ALADDIN5", "VER:1.0", "American Megatrends Inc. AMI", NULL, NULL },
 
975
 
 
976
@@ -2359,9 +2705,12 @@
 
977
                { asus_p4p800,      "asus_p4p800",      "ASUSTeK Computer Inc.", "P4P800",    "Rev 1.xx", "American Megatrends Inc.", "080009",   "12/12/2003" },
 
978
                { asus_p4c800,      "asus_p4c800",      "ASUSTeK Computer Inc.", "P4C800",    "Rev 1.xx", "American Megatrends Inc.", "1016.001", "02/23/2004" },
 
979
                { asus_p4c800_e,    "asus_p4c800_e",    "ASUSTeK Computer Inc.", "P4C800-E",  "Rev 1.xx", "American Megatrends Inc.", "080009",   "11/21/2003" },
 
980
+               { asus_p4c800_e,    "asus_p4c800_e",    "ASUSTeK Computer Inc.", "P4C800-E",  "Rev 1.xx", "American Megatrends Inc.", "1017.004", "07/22/2004" },
 
981
+               { asus_p4p800_se,   "asus_p4p800_se",   "ASUSTeK Computer Inc.", "P4P800SE",  "Rev 2.xx", "American Megatrends Inc.", "080009",   "03/15/2004" },
 
982
                { asus_p4p800_vm,   "asus_p4p800_vm",   "ASUSTeK Computer INC.", "P4P800-VM", "Rev 1.xx", "American Megatrends Inc.", "1007.001", "07/01/2003" },
 
983
                { asus_p4p800_vm_2, "asus_p4p800_vm_2", "ASUSTeK Computer INC.", "P4P800-VM", "Rev 1.xx", "American Megatrends Inc.", "1008.008", "10/31/2003" },
 
984
                { asus_p4p800_vm_2, "asus_p4p800_vm_2", "ASUSTeK Computer INC.", "P4P800-VM", "Rev 1.xx", "American Megatrends Inc.", "1012.002", "03/22/2004" },
 
985
+               { asus_p4p800_vm_2, "asus_p4p800_vm_2", "ASUSTeK Computer INC.", "P4P800-VM", "Rev 1.xx", "American Megatrends Inc.", "1014.002", "10/26/2004" },
 
986
 
 
987
                { aopen_mk73le_n,   "aopen_mk73le_n",   /* Aopen MK73LE-N */ "", "6", "", "Phoenix Technologies, LTD", "6.00 PG", "02/19/2002" },
 
988
 
 
989
@@ -2375,11 +2724,14 @@
 
990
                { sis_730,          "sis_730",          "", "SiS-730", "", "Award Software International, Inc.", "6.00 PG", "09/28/2001" },
 
991
                { sis_730,          "sis_730",          "Gigabyte Technology Co., Ltd.", "GA-8SQ800", "1.x", "Award Software International, Inc.", "F5", "06/28/2003" },
 
992
 
 
993
-               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "A7NVM400", "Rev 2.xx", "American Megatrends Inc.", "1.00", "11/25/2003" },
 
994
-               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "A7NVM400", "Rev 2.xx", "American Megatrends Inc.", "2.00", "03/24/2004" },
 
995
-               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "P4R8L", "1.xx", "American Megatrends Inc.", "1002.003", "03/10/2004" },
 
996
+               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "A7N8X-VM", "Rev 1.xx", "American Megatrends Inc.", "9.00",     "10/21/2003" },
 
997
+               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "A7NVM400", "Rev 2.xx", "American Megatrends Inc.", "1.00",     "11/25/2003" },
 
998
+               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "A7NVM400", "Rev 2.xx", "American Megatrends Inc.", "2.00",     "03/24/2004" },
 
999
+               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "P4R8L",        "1.xx", "American Megatrends Inc.", "1002.003", "03/10/2004" },
 
1000
+               { asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "P4R8L",        "1.xx", "American Megatrends Inc.", "1002.006", "07/01/2004" },
 
1001
 
 
1002
                { gig_ga_7vt600,    "gig_ga_7vt600",    /* Bios F4 */ "Gigabyte Technology Co., Ltd.", "GA-7VT600 1394", "15X", "Award Software International, Inc.", "F3", "09/24/2003" },
 
1003
+               { gig_ga_7vt600,    "gig_ga_7vt600",    "Gigabyte Technology Co., Ltd.", "GA-7VA-A", "1.x", "Award Software International, Inc.", "FB", "09/12/2003" },
 
1004
                { gig_ga_7vt600,    "gig_ga_7vt600",    /* Elitegroup L7VTA2 */ "", "KT400-8235", "", "Phoenix Technologies, LTD", "6.00 PG", "06/26/2003" },
 
1005
 
 
1006
                { shuttle_fx41,     "shuttle_fx41",     "Shuttle Inc", "Fx41", "", "Phoenix Technologies, LTD", "6.00 PG", "09/08/2003" },
 
1007
@@ -2394,31 +2746,76 @@
 
1008
                 */
 
1009
                { shuttle_sk43g,    "shuttle_sk43g",    "Shuttle Inc", "SK43G", "", "", "", "" },
 
1010
                { shuttle_sk43g,    "shuttle_sk43g",    "ASUS", "A7V8X-MX SE", "1.03", "Phoenix Technologies, LTD", "ASUS A7V8X-MX SE ACPI BIOS Revision 1003", "03/12/2004" },
 
1011
+               { shuttle_sk43g,    "shuttle_sk43g",    "ASUSTek Computer INC.", "A7V400-MX", "1.03", "Phoenix Technologies, LTD", "ASUS A7V400-MX ACPI BIOS Revision 1001", "03/31/2004" },
 
1012
                { shuttle_sk43g,    "shuttle_sk43g",    "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6734", "", "Phoenix Technologies, LTD", "6.00 PG", "01/16/2004" },
 
1013
+               { shuttle_sk43g,    "shuttle_sk43g",    "http://www.abit.com.tw/", "KV7(VIA KT600-8237)", "1.x", "Phoenix Technologies, LTD", "6.00 PG", "07/15/2004" },
 
1014
 
 
1015
                { asus_k8vsedx,     "asus_k8vsedx",     "ASUSTeK Computer Inc.", "K8VSEDX", "Rev 1.xx", "American Megatrends Inc.", "1001.005", "02/09/2004" },
 
1016
                { asus_k8vsedx,     "asus_k8vsedx",     "ASUSTeK Computer Inc.", "K8VSEDX", "Rev 2.00", "American Megatrends Inc.", "1003.002", "05/18/2004" },
 
1017
                { asus_k8vsedx,     "asus_k8vsedx",     "ASUSTek Computer Inc.", "K8V",     "Rev 1.xx", "American Megatrends Inc.", "1005.011", "01/15/2004" },
 
1018
 
 
1019
+               { asus_p4v8x_x,     "asus_p4v8x_x",     "ASUSTeK Computer INC.", "P4V8X-X", "Rev 1.xx", "American Megatrends Inc.", "1008.001", "08/12/2004" },
 
1020
+               { asus_p4vp_mx,     "asus_p4vp_mx",     "ASUSTeK Computer INC.", "P4VP-MX", "Rev 1.xx", "American Megatrends Inc.", "1007.002", "05/04/2004" },
 
1021
+
 
1022
                { asus_k8v,         "asus_k8v",         "ASUSTeK Computer Inc.", "K8V",     "Rev 1.xx", "American Megatrends Inc.", "1003.027", "11/27/2003" },
 
1023
 
 
1024
                { asus_p4xp_x,      "asus_p4xp_x",      "ASUSTeK Computer INC.", "P4XP-X", "REV 1.xx", "Award Software, Inc.", "ASUS P4XP-X ACPI BIOS Revision 1003", "01/27/2003" },
 
1025
 
 
1026
                { msi_ms_6580,      "msi_ms_6580",      "MICRO-STAR INC.", /* MSI 845GE Max */ "MS-6580", "20A", "American Megatrends Inc.", "V3.9  0", "09/09/2003" },
 
1027
 
 
1028
+               { aopen_ax37,       "aopen_ax37",       "ABIT <http://www.abit.com.tw>", "VT8366A-8233 (KR7A[-RAID]|[-133[R]])", "v1.0 ~", "Award Software International, Inc.", "6.00 PG", "11/18/2002" },
 
1029
                { aopen_ax37,       "aopen_ax37",       /* AOpen AX37 Pro/Plus */ "", "07", "9189910203", "Award Software International, Inc.", "6.00 PG", "01/29/2001" },
 
1030
+               { aopen_ax37,       "aopen_ax37",       "ASUS", "A7V266-MX", "1.03A", "Phoenix Technologies, LTD", "1001", "10/20/2003" },
 
1031
+               { aopen_ax37,       "aopen_ax37",       "ASUS", "A7V8X-MX", "A7V8X-MX", "Phoenix Technologies, LTD", "1004", "07/31/2003" },
 
1032
+               { aopen_ax37,       "aopen_ax37",       /* Biostar iDeq 200V (M7VBA) */ "", "KM400A-8237", "", "Phoenix Technologies, LTD", "6.00 PG", "07/06/2004" },
 
1033
+               { aopen_ax37,       "aopen_ax37",       "DFI", "AD76", "", "Phoenix Technologies, LTD", "6.00 PG", "07/02/2002" },
 
1034
                { aopen_ax37,       "aopen_ax37",       "ECS Elitegroup", "L7VMM2", "", "Phoenix Technologies, LTD", "6.00 PG", "09/09/2003" },
 
1035
-               { aopen_ax37,       "aopen_ax37",       /* Elito-Epox 8K5A2+ */ "", "VT8367-8235", "", "Award Software International, Inc.", "6.00 PG", "04/07/2003" },
 
1036
+               { aopen_ax37,       "aopen_ax37",       /* Elito-Epox 8K5A2+   */ "", "VT8367-8235", "", "Award Software International, Inc.", "6.00 PG", "04/07/2003" },
 
1037
+               { aopen_ax37,       "aopen_ax37",       /* Epox 8K9A VIA KT400 */ "", "KT400-8235", "", "Phoenix Technologies, LTD", "6.00 PG", "12/16/2002" },
 
1038
+               { aopen_ax37,       "aopen_ax37",       /* Epox 8kha+          */ "", "VT8366-8233", "", "Award Software International, Inc.", "6.00 PG", "04/25/2003" },
 
1039
+               { aopen_ax37,       "aopen_ax37",       "Gigabyte Technology Co., Ltd.", "7VM400M-RZ", "x.x", "Award Software International, Inc.", "F1", "01/14/2004" },
 
1040
+               { aopen_ax37,       "aopen_ax37",       "Gigabyte Technology Co., Ltd.", "7VM400M-RZ", "1.x", "Award Software International, Inc.", "F1", "08/04/2004" },
 
1041
+               { aopen_ax37,       "aopen_ax37",       "Gigabyte Technology Co., Ltd.", "GA-7VT600",  "1.x", "Award Software International, Inc.", "F8", "03/19/2004" },
 
1042
+               { aopen_ax37,       "aopen_ax37",       /* QDI KuDoz 7X/600-6AL */ "", "KT600-8235", "", "Phoenix Technologies, LTD", "6.00 PG", "12/19/2003" },
 
1043
 
 
1044
+               { asrock_k7s41gx,   "asrock_k7s41gx",   /* Asrock */ "", "K7S41",   "1.0", "American Megatrends Inc.", "P1.20", "04/21/2004" },
 
1045
                { asrock_k7s41gx,   "asrock_k7s41gx",   /* Asrock */ "", "K7S41GX", "1.0", "American Megatrends Inc.", "P1.50", "04/09/2004" },
 
1046
+               { asrock_k7s41gx,   "asrock_k7s41gx",   /* Asrock */ "", "K7S41GX", "1.0", "American Megatrends Inc.", "P1.70", "06/25/2004" },
 
1047
+               { asrock_k7s41gx,   "asrock_k7s41gx",   /* Asrock */ "", "K7S41GX", "1.0", "American Megatrends Inc.", "P1.80", "07/19/2004" },
 
1048
+               { asrock_k7s41gx,   "asrock_k7s41gx",   /* Asrock */ "", "K7S41GX", "1.0", "American Megatrends Inc.", "P1.90", "08/20/2004" },
 
1049
 
 
1050
                { abit_kg7,         "abit_kg7",         "ABIT <<http://www.abit.com.tw>>", "761-686B(KG7)", "Rev:1.0", "Award Software International, Inc.", "6.00 PG", "03/06/2003" },
 
1051
 
 
1052
                { msi_ms_6760,      "msi_ms_6760",      /* MSI MEGA PC 651 */ "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6760", "", "Phoenix Technologies, LTD", "6.00 PG", "07/02/2003" },
 
1053
+               { msi_ms_6760_2,    "msi_ms_6760_2",    /* MSI MEGA PC 651 */ "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6760", "", "Phoenix Technologies, LTD", "6.00 PG", "09/04/2003" },
 
1054
 
 
1055
                { msi_ms_6728,      "msi_ms_6728",      /* MSI Neo2 FIS2R */ "MICRO-STAR INC.", "MS-6728", "100", "American Megatrends Inc.", "V2.1", "02/19/2004" },
 
1056
 
 
1057
-               { asrock_ge_pro,    "asrock_ge_pro",    /* Asrock */ "", "GE PRO(-M)", ".00", "American Megatrends Inc.", "P2.40", "11/04/2003" },
 
1058
+               { msi_ms_6788,      "msi_ms_6788",      /* MSI 848P Neo-V */ "MICRO-STAR INC.", "MS-6788", "20A", "American Megatrends Inc.", "V5.0 on 07.00T", "03/03/04" },
 
1059
+
 
1060
+               { asrock_ge_pro,    "asrock_ge_pro",    /* Asrock */ "", "GE PRO(-M)", ".00",  "American Megatrends Inc.", "P2.40", "11/04/2003" },
 
1061
+               { asrock_ge_pro,    "asrock_ge_pro",    /* Asrock */ "", "GE PRO-M2.", "3.0X", "American Megatrends Inc.", "P1.70", "11/04/2003" },
 
1062
+               { asrock_ge_pro,    "asrock_ge_pro",    /* Asrock */ "", "GE PRO(-HT) 1.02", "10020000", "American Megatrends Inc.", "P2.40", "11/04/2003" },
 
1063
+
 
1064
+               { shuttle_fn85,     "shuttle_fn85",     "Shuttle Inc", "FN85", "", "Phoenix Technologies, LTD", "6.00 PG", "10/06/2003" },
 
1065
+               { shuttle_fn85,     "shuttle_fn85",     /* MSI K8N Neo Platinum */ "", "MS-7030", "", "Phoenix Technologies, LTD", "6.00 PG", "05/18/2004" },
 
1066
+
 
1067
+               { asrock_k7v88,     "asrock_k7v88",     /* Asrock */ "", "K7V88", "1.0", "American Megatrends Inc.", "P1.10", "06/25/2004" },
 
1068
+
 
1069
+               { asrock_p4i65gv,   "asrock_p4i65gv",   /* Asrock */ "", "P4i65GV",     "1.0",  "American Megatrends Inc.", "P1.30", "03/26/2004" },
 
1070
+               { asrock_p4i45gx,   "asrock_p4i45gx",   /* Asrock */ "", "P4I45Gx_PE,", "1.00", "American Megatrends Inc.", "P3.00", "06/01/2004" },
 
1071
+
 
1072
+               { tyan_tiger_k8w,   "tyan_tiger_k8w",   "TYAN", "TYAN Tiger K8W Dual AMD Opteron, S2875", "To be filled by O.E.M.", "American Megatrends Inc.", "080010", "06/28/2004" },
 
1073
+
 
1074
+               { msi_ms_6159,      "msi_ms_6159",      "Micro-Star Inc.", "MS-6159", "0.00", "American Megatrends, Inc.", "0627", "07/15/95" },
 
1075
+
 
1076
+               { supermicro,       "supermicro",       "Supermicro Inc.", "Intel 440BX/440GX", "Rev. 1", "American Megatrends Inc.", "063100", "01/15/99" },
 
1077
+
 
1078
+               { ct_5rsa2,         "ct_5rsa2",         /* Chaintech CT-5RSA2 */ "", "ALADDIN5", "", "Award Software International, Inc.", "4.51 PG", "10/13/99" },
 
1079
+
 
1080
+               { msi_ms_6702,      "msi_ms_6702",      "MSI", /* K8T Neo */ "MS-6702", "1.0", "American Megatrends Inc.", "Version 07.00T", "04/02/01" },
 
1081
+
 
1082
+               { asus_p4pe2_x,     "asus_p4pe2_x",     "ASUSTeK Computer INC.", "P4PE2-X", "Rev 1.xx", "American Megatrends Inc.", "1004.003", "09/14/2004" },
 
1083
 
 
1084
                { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
 
1085
 };