vdr/nvram-wakeup/debian/patches 02_nvram-wakep-mb.c.dpatch 00list 01_Makefile-fix.dpatch
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 06 Jul 2004 23:53:22 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/patches
In directory haydn:/tmp/cvs-serv6729/vdr/nvram-wakeup/debian/patches
Modified Files:
00list 01_Makefile-fix.dpatch
Added Files:
02_nvram-wakep-mb.c.dpatch
Log Message:
* mainboardlist rev 1.210
* description for makefile-fix
Index: 00list
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/patches/00list,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 00list 5 Jul 2004 17:00:42 -0000 1.1
+++ 00list 6 Jul 2004 23:53:19 -0000 1.2
@@ -1 +1,2 @@
01_Makefile-fix
+02_nvram-wakep-mb.c
--- NEW FILE: 02_nvram-wakep-mb.c.dpatch ---
#! /bin/sh -e
## 02_nvram-wakep-mb.c.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Newest Mainboardlist (Revision 1.210)
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1
fi
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
case "$1" in
-patch) patch -p1 ${patch_opts} < $0;;
-unpatch) patch -R -p1 ${patch_opts} < $0;;
*)
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1;;
esac
exit 0
@DPATCH@
diff -urNad /home/chelli/vdr/cvs/vdr/nvram-wakeup/nvram-wakeup-mb.c nvram-wakeup/nvram-wakeup-mb.c
--- /home/chelli/vdr/cvs/vdr/nvram-wakeup/nvram-wakeup-mb.c 2004-05-22 11:44:12.000000000 +0200
+++ nvram-wakeup/nvram-wakeup-mb.c 2004-07-07 01:48:38.000000000 +0200
@@ -3,7 +3,7 @@
* Copyright (C) 2001-2004, Sergei Haller.
* Copyright (C) 2002 Bernhard "Bero" Rosenkraenzer <bero@arklinux.org>
*
- * $Id: 02_nvram-wakep-mb.c.dpatch,v 1.1 2004/07/06 23:53:20 chelli-guest Exp $
+ * $Id: 02_nvram-wakep-mb.c.dpatch,v 1.1 2004/07/06 23:53:20 chelli-guest Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
*/
#define CVSREV_nvram_wakeup_mb_c \
- "$Id: 02_nvram-wakep-mb.c.dpatch,v 1.1 2004/07/06 23:53:20 chelli-guest Exp $"
+ "$Id: 02_nvram-wakep-mb.c.dpatch,v 1.1 2004/07/06 23:53:20 chelli-guest Exp $"
#include <stdio.h>
#include <string.h>
@@ -111,10 +111,10 @@
CHECKSUM(b, 0x6D);
b->need_reboot = ON_STAT;
b->addr_stat = 0x47;
+ b->shift_stat = 5;
b->addr_hour = 0x41;
b->addr_min = 0x40;
b->addr_sec = 0x3F;
- b->shift_stat = 5;
}
void chaintech_6aja4(struct biosinfo *b)
@@ -259,6 +259,21 @@
b->shift_stat = 4;
}
+void asus_cusi_fx(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x6C);
+ b->addr_stat = 0x56;
+ b->shift_stat = 4;
+
+ b->addr_day = 0x57;
+
+ b->rtc_time = ON;
+
+ b->rtc_day = 0x70;
+ b->reset_day = ON;
+ b->rtc_day_0_is_c0 = ON;
+}
+
void msi_ms_6120(struct biosinfo *b)
{
CHECKSUM(b, 0x30);
@@ -448,6 +463,17 @@
b->addr_min = 0x4A;
}
+void abit_kg7(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x6D);
+ b->need_reboot = ON_ANY_CHANGE;
+ b->addr_stat = 0x46;
+ b->shift_stat = 3;
+ b->addr_day = 0x47;
+ b->addr_hour = 0x48;
+ b->addr_min = 0x49;
+}
+
void shttl_fn41_common(struct biosinfo *b)
{
CHECKSUM(b, 0x6D);
@@ -526,6 +552,21 @@
b->rtc_time = ON;
}
+void msi_ms_6580(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0x59);
+ b->need_reboot = OFF; /* ??? */
+ b->addr_stat = 0x59;
+ b->shift_stat = 1;
+ b->shift_day = 2;
+ b->rtc_day = 0x7F;
+ b->reset_day = ON;
+ b->rtc_time = ON;
+
+ b->upper_method = INTEL;
+}
+
void asrock_k7vt2(struct biosinfo *b)
{
CHECKSUM(b, 0x30);
@@ -709,6 +750,21 @@
b->addr_stat = 0x32;
}
+void msi_ms_6760(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x6E);
+ TIMEREGS(b, 0x33);
+ b->need_reboot = ON_ANY_CHANGE;
+ b->addr_stat = 0x32;
+ b->shift_stat = 3;
+
+ b->rtc_time = ON;
+ b->rtc_day = 0x70;
+ b->reset_day = ON;
+ b->rtc_day_0_is_c0 = ON;
+ b->nr_rtc_day = 8;
+}
+
void ecs_k7s5a(struct biosinfo *b)
{
CHECKSUM(b, 0x30);
@@ -803,6 +859,23 @@
b->rtc_day_0_is_c0 = ON;
}
+void ecs_p4s8ag(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0x52);
+
+ b->need_reboot = OFF; /* ??? */
+
+ b->addr_stat = 0x50;
+ b->shift_stat = 7;
+
+ b->rtc_day = 0x70;
+ b->reset_day = ON;
+ b->rtc_day_0_is_c0 = ON;
+
+ b->rtc_time = ON;
+}
+
void gigabyte_5aa(struct biosinfo *b)
{
CHECKSUM(b, 0x30);
@@ -832,6 +905,12 @@
b->shift_stat = 3;
}
+void gig_ga_k7vm4(struct biosinfo *b)
+{
+ gig_ga_7vkml(b);
+ b->rtc_time = ON;
+}
+
void gig_ga_7vkml_2(struct biosinfo *b)
{
CHECKSUM(b, 0x30);
@@ -999,6 +1078,27 @@
(day_hack) handling required anyway. just nr_day must be correct! */
}
+void asus_p4xp_x(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x6B);
+ b->need_reboot = OFF; /* ??? */
+
+ b->addr_stat = 0x4D;
+ b->shift_stat = 3;
+
+ b->addr_day = 0x4E;
+ b->day_hack = 4;
+
+ b->addr_hour = 0x68;
+ b->addr_min = 0x69;
+ b->addr_sec = 0x6A;
+
+ BCD(b);
+ b->nr_day = 5;
+/* DAY is not (!) in BCD. This does not matter, since a special
+ (day_hack) handling required anyway. just nr_day must be correct! */
+}
+
void asus_a7v8x(struct biosinfo *b)
{
CHECKSUM(b, 0x6B);
@@ -1176,6 +1276,18 @@
b->shift_stat = 7;
}
+void ecs_k7vmmp(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0x58);
+ b->need_reboot = ON_ANY_CHANGE;
+ b->addr_stat = 0x56;
+ b->shift_stat = 7;
+ b->rtc_day = 0x6F;
+ b->reset_day = ON;
+ b->rtc_time = ON;
+}
+
void msi_6535_oldbios(struct biosinfo *b)
{
CHECKSUM(b, 0x30);
@@ -1202,6 +1314,34 @@
b->rtc_day_0_is_c0 = ON;
}
+void asrock_ge_pro(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0x55);
+ b->addr_stat = 0x54;
+ b->shift_stat = 6;
+
+ b->rtc_time = ON;
+
+ b->rtc_day = 0x70;
+ b->nr_rtc_day = 8;
+ b->reset_day = ON;
+ b->rtc_day_0_is_c0 = ON;
+}
+
+void asrock_k7s41gx(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0x56);
+ b->addr_stat = 0x54;
+ b->shift_stat = 7;
+ b->rtc_time = ON;
+ b->rtc_day = 0x70;
+ b->reset_day = ON;
+ b->nr_rtc_day = 7;
+ b->rtc_day_0_is_c0 = ON;
+}
+
void ecs_k7sem(struct biosinfo *b)
{
CHECKSUM(b, 0x6E);
@@ -1417,6 +1557,22 @@
{
CHECKSUM(b, 0x6B);
b->addr_stat = 0x4C;
+ b->shift_stat = 7;
+
+ b->addr_day = 0x4D; /* the day is not in BCD. define ASUS_P4BGL in beginning of nvram-wakeup.c */
+
+ BCD(b);
+ b->nr_day = 5;
+
+ b->addr_hour = 0x68;
+ b->addr_min = 0x69;
+ b->addr_sec = 0x6A;
+}
+
+void asus_p4b533_e(struct biosinfo *b)
+{
+ CHECKSUM(b, 0x6B);
+ b->addr_stat = 0x4C;
b->addr_day = 0x4C; /* the day is not in BCD. define ASUS_P4BGL in beginning of nvram-wakeup.c */
b->shift_day = 1;
@@ -1569,6 +1725,16 @@
b->rtc_time = ON;
}
+void aopen_ax37(struct biosinfo *b)
+{
+ b->upper_method = VT8235_37;
+
+ TIMEREGS(b, 0xD8);
+
+ b->addr_stat = 0xD2;
+ b->shift_stat = 5;
+}
+
void shuttle_fx41(struct biosinfo *b)
{
b->upper_method = VT8235_37;
@@ -1589,6 +1755,41 @@
b->addr_stat = 0xD2;
b->shift_stat = 5;
+
+ b->need_reboot = ON_STAT;
+}
+
+void asus_k8vsedx(struct biosinfo *b)
+{
+ b->upper_method = VT8235_37;
+
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0xE5);
+
+ b->addr_stat = 0xE3;
+ b->shift_stat = 3;
+
+ b->rtc_time = ON;
+ b->rtc_day = 0x6F;
+ b->reset_day = ON;
+
+ b->need_reboot = ON_ANY_CHANGE;
+}
+
+void asus_k8v(struct biosinfo *b)
+{
+ b->upper_method = VT8235_37;
+
+ CHECKSUM(b, 0x30);
+ TIMEREGS(b, 0xE4);
+ b->shift_day = 2;
+
+ b->addr_stat = 0xE2;
+ b->shift_stat = 7;
+
+ b->rtc_time = ON;
+ b->rtc_day = 0x6F;
+ b->reset_day = ON;
}
/*
@@ -1613,6 +1814,7 @@
{ bio_m6vcg, "bio_m6vcg", "AOPEN", "AK33", NULL, NULL, NULL, NULL },
{ bio_m6vcg, "bio_m6vcg", /* Aopen AK73 */ "", "07", "9189310401", NULL, NULL, NULL },
{ bio_m6vcg, "bio_m6vcg", "Biostar", "M6VBE", NULL, NULL, NULL, NULL },
+ { bio_m6vcg, "bio_m6vcg", "Biostar Group", "M6VBE-A", "1.x", "Award Software International, Inc.", "4.51 PG", "03/23/00" },
/*
* Unfortunately BIOSTAR M6VCG has no valid DMI entries
* (at least bios rev. 07/31/2000). Thus,
@@ -1632,6 +1834,7 @@
{ bio_m6vcg, "bio_m6vcg", "GigaByte Technology Co., Ltd.", "601-686B", "", "Award Software International, Inc.", "6.00 PG", "08/16/2002" },
{ bio_m6vcg, "bio_m6vcg", "Legend QDI", "Advance-10T", "", "Award Software International, Inc.", "6.00 PG", "08/23/2001" },
{ bio_m6vcg, "bio_m6vcg", "Legend.QDI,Inc", "KINETIZ 7T/7B", "V1.X", "Award Software International, Inc.", "6.00 PG", "12/20/2000" },
+ { bio_m6vcg, "bio_m6vcg", /* MSI */ "", "MS-6318", "", "Award Software International, Inc.", "6.00 PG", "02/23/00" },
{ bio_m6vcg, "bio_m6vcg", /* MSI */ "", "MS-6318", "", "Award Software International, Inc.", "6.00 PG", "06/13/01" },
{ bio_m6vcg, "bio_m6vcg", /* NMC/ENMIC 7VAX */ "", "8371-686A", "", "Award Software International, Inc.", "6.00 PG", "02/21/2001" },
{ bio_m6vcg, "bio_m6vcg", "", "8371-686A", "", "Award Software International, Inc.", "6.00 PG", "07/25/2000" },
@@ -1646,18 +1849,22 @@
{ ecs_k7vza, "ecs_k7vza", "<http://www.abit.com.tw>", "8363-686A(KT7,KT7A,KT7A-RAID,KT7E)", "", NULL, NULL, NULL },
-/* MB = 3 */ { gig_ga_6bxc, "gig_ga_6bxc", /* Acorp 6A815EPD */ "", "i815-W83627", "", "Award Software International, Inc.", "6.00 PG", "08/03/2001" },
- { gig_ga_6bxc, "gig_ga_6bxc", /* Aopen MX3W */ "", "", "", "Award Software International, Inc.", "6.00 PG", "10/11/99" },
- { gig_ga_6bxc, "gig_ga_6bxc", /* Aopen MX3W Pro */ "", "", "", "Award Software International, Inc.", "6.00 PG", "07/27/2001" },
- { gig_ga_6bxc, "gig_ga_6bxc", "AOpen", "1244", "918B410201", "Phoenix/Award Technologies, LTD", "6.00 PG", "04/03/2003" },
+/* 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" },
+ { gig_ga_6bxc, "gig_ga_6bxc", /* Acorp 6A815EPD */ "", "i815-W83627", "", "Award Software International, Inc.", "6.00 PG", "08/03/2001" },
+ { gig_ga_6bxc, "gig_ga_6bxc", /* AOpen MX3W */ "", "", "", "Award Software International, Inc.", "6.00 PG", "10/11/99" },
+ { gig_ga_6bxc, "gig_ga_6bxc", /* AOpen MX3W Pro */ "", "", "", "Award Software International, Inc.", "6.00 PG", "07/27/2001" },
+ { gig_ga_6bxc, "gig_ga_6bxc", "AOpen", "MX4GVR", "918B410101", "Phoenix/Award Technologies, LTD", "6.00 PG", "02/13/2003" },
+ { gig_ga_6bxc, "gig_ga_6bxc", "AOpen", "1244", "918B410201", "Phoenix/Award Technologies, LTD", "6.00 PG", "04/03/2003" },
{ gig_ga_6bxc, "gig_ga_6bxc", "BIOSTAR Group", "M6TWG", "1.X", "Award Software International, Inc.", "6.00 PG", "05/14/01" },
{ gig_ga_6bxc, "gig_ga_6bxc", /* Chaintech 6LTM2 */ "", "i440LX-8671", "", "Award Software International, Inc.", "4.51 PG", "07/20/99" },
+ { 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" },
{ gig_ga_6bxc, "gig_ga_6bxc", "Gigabyte GA-6BA", "i440BX-W977", "1.0", "Award Software International, Inc.", "4.51 PG", "02/05/01" },
{ gig_ga_6bxc, "gig_ga_6bxc", "Gigabyte", "GA-6BXC", NULL, NULL, NULL, NULL },
{ gig_ga_6bxc, "gig_ga_6bxc", "Gigabyte", "GA-6BXD", NULL, NULL, NULL, NULL },
{ 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" },
{ 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" },
{ 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" },
+ { gig_ga_6bxc, "gig_ga_6bxc", "Gigabyte Technology Co., Ltd.", "6IEM", "1.x", "Award Software International, Inc.", "6.00 PG", "01/18/2002" },
{ gig_ga_6bxc, "gig_ga_6bxc", "Gigabyte", "GA-8GE667 Pro", NULL, NULL, NULL, NULL },
{ gig_ga_6bxc, "gig_ga_6bxc", "Gigabyte Technology Co., Ltd.", "8IK1100", "1.x", "Award Software International, Inc.", "FA", "08/13/2003" },
{ 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" },
@@ -1665,6 +1872,7 @@
{ 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" },
{ gig_ga_6bxc, "gig_ga_6bxc", "MediaPortal", "QDI Winnex9", NULL, NULL, NULL, NULL },
{ gig_ga_6bxc, "gig_ga_6bxc", /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "09/30/2000" },
+ { gig_ga_6bxc, "gig_ga_6bxc", /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "11/13/2000" },
{ gig_ga_6bxc, "gig_ga_6bxc", /* MediaPortal */ "", "i810-W83627HF", "", "Award Software International, Inc.", "6.00 PG", "11/28/2000" },
{ gig_ga_6bxc, "gig_ga_6bxc", "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6116 (i440BX)", "1.X", NULL, "", "" },
{ gig_ga_6bxc, "gig_ga_6bxc", "MSI", "MS-6117", NULL, NULL, NULL, NULL },
@@ -1693,6 +1901,7 @@
/* MB = 5 */ { asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "TUSL2", NULL, NULL, NULL, NULL },
{ asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "TUSL2-C", NULL, NULL, NULL, NULL },
{ asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "CUSL2", NULL, NULL, NULL, NULL },
+ { asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "CUSL2-C", "REV 1.xx", "Award Software, Inc.", "ASUS CUSL2-C ACPI BIOS Revision 1003", "10/04/2000" },
{ asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "CUSL2-C", NULL, NULL, NULL, NULL },
{ asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "P3B-F", NULL, NULL, NULL, NULL },
{ asus_tusl2, "asus_tusl2", "ASUSTeK Computer INC.", "<P3B-F>", NULL, NULL, NULL, NULL },
@@ -1705,6 +1914,8 @@
{ asus_cubx, "asus_cubx", "ASUSTeK Computer INC.", "<CUBX>", "REV 1.xx", "Award Software, Inc.", "ASUS CUBX ACPI BIOS Revision 1008B4 (Tualatin) CMD 1.9.16", "10/15/2001" },
{ asus_cubx, "asus_cubx", "ASUSTeK Computer INC.", "<CUBX>", "REV 1.xx", "Award Software, Inc.", "ASUS CUBX ACPI BIOS Revision 1006", "06/27/2000" },
+ { 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" },
+
/* MB = 6 */ { ecs_p6bat, "ecs_p6bat", "AOPEN", "AX59PRO", NULL, NULL, NULL, NULL },
{ ecs_p6bat, "ecs_p6bat", "DFI", "K6BV3+", "", "Award Software International, Inc.", "4.51 PG", "01/15/01" },
{ ecs_p6bat, "ecs_p6bat", "DFI", "K6BV3+/66", NULL, NULL, NULL, NULL },
@@ -1730,6 +1941,7 @@
{ shuttle_mvp3, "shuttle_mvp3", "Shuttle Inc.", "VIA APOLLO MVP3 (HOT-591P)", "2A5LEH2A", NULL, NULL, NULL },
{ tekram_p5mvp3, "tekram_p5mvp3", "Tekram Technology Co., Ltd.", "P5MVP3", "Rev 1.X", "Award Software International, Inc.", "4.51 PG", "06/16/00" },
+ { tekram_p5mvp3, "tekram_p5mvp3", "", "MVP3-596-W877", "", "Award Software International, Inc.", "4.51 PG", "12/14/00" },
/* MB = 7 */ { msi_ms_6120, "msi_ms_6120", "MSI", "MS-6120", NULL, NULL, NULL, NULL },
@@ -1738,8 +1950,10 @@
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "A7V-133", NULL, NULL, NULL, NULL },
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "<A7V133>", "REV 1.xx", "Award Software, Inc.", "ASUS A7V-133 ACPI BIOS Revision 1009", "04/23/2002" },
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "<A7V133>", NULL, NULL, NULL, NULL },
+ { asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "A7V266", "REV 1.xx", "Award Software, Inc.", "ASUS A7V266 ACPI BIOS Rev 1011", "08/20/2002" },
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "A7V266-E", NULL, NULL, NULL, NULL },
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "<K7V>", "REV 1.xx", "Award Software, Inc.", "ASUS K7V 1007", "07/26/2000" },
+ { 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" },
{ 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" },
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "MED2001", NULL, NULL, NULL, NULL },
{ asus_cuv4xe, "asus_cuv4xe", "ASUSTeK Computer INC.", "P3V4X", "REV 1.xx", "Award Software, Inc.", "ASUS P3V4X ACPI BIOS Revision 1005", "06/12/2000" },
@@ -1790,8 +2004,10 @@
{ msi_ms_6368, "msi_ms_6368", "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6378(VT8361)", "", NULL, NULL, NULL },
{ msi_ms_6368, "msi_ms_6368", "", "694X-686B", "", "Award Software International, Inc.", "6.00 PG", "04/26/2001" },
{ msi_ms_6368, "msi_ms_6368", "Abit", "694X-686B", "VH6T 1.1", "Award Software International, Inc.", "6.00 PG", "03/15/2002" },
+ { msi_ms_6368, "msi_ms_6368", "Biostar Group", "M6VBE-A", "1.x", "Award Software International, Inc.", "4.51 PG", "03/23/00" },
+ { msi_ms_6368, "msi_ms_6368", "Legend.QDI,Inc", "8363-686A", "KINETIZ 7T", "Award Software International, Inc.", "6.00 PG", "03/07/2003" },
{ msi_ms_6368, "msi_ms_6368", "Legend.QDI,Inc", "KINETIZ 7T/7B/7E", "V2.X", "Award Software International, Inc.", "6.00 PG", "03/07/2003" },
- { msi_ms_6368, "msi_ms_6368", "Legend.QDI,Inc", "8363-686A", "KINETIZ 7T", "Award Software International, Inc.", "6.00 PG", "03/07/2003" },
+ { msi_ms_6368, "msi_ms_6368", "Legend.QDI,Inc", "KINETIZ 7T/7B/7E", "V2.X", "Award Software International, Inc.", "6.00 PG", "02/24/2004" },
/* MB = 16 */ { gig_ga_7zx, "gig_ga_7zx", "Gigabyte", "GA-7ZX", NULL, NULL, NULL, NULL },
@@ -1811,8 +2027,8 @@
{ 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" },
{ epox_4g4a, "epox_4g4a", /* Epox 4G4A+ */ "", "i845G-W83627", "", "Award Software International, Inc.", "6.00 PG", "11/04/2002" },
+ { epox_4g4a, "epox_4g4a", "Epox", "Springdale-G", "EX5-300 / EP-4GPF", "Phoenix Technologies, LTD", "6.00 PG", "04/27/2004" },
- { ecs_k7s5au, "ecs_k7s5au", "ECS", "K7S5A", "", "American Megatrends Inc.", "07.00T", "04/02/01" },
/*
* Unfortunately ECS changed the BIOS without increasing the BIOS release number
@@ -1821,19 +2037,25 @@
* if it doesn't work for you out-of-the-box, try one of the command line options:
* --iwname ecs_k7s5a_1
* --iwname ecs_k7s5a_2
+ * --iwname ecs_k7s5au
*/
{ ecs_k7s5a, "ecs_k7s5a", "ECS", "K7S5A", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
{ ecs_k7s5a_1, "ecs_k7s5a_1", "ECS", "K7S5A", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
{ ecs_k7s5a_2, "ecs_k7s5a_2", "ECS", "K7S5A", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
+ { ecs_k7s5au, "ecs_k7s5au", "ECS", "K7S5A", "", "American Megatrends Inc.", "07.00T", "04/02/01" },
+ { ecs_k7s5au, "ecs_k7s5au", "ECS", "K7S5A", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
/* MB = 21 */ { ecs_k7s5a, "ecs_k7s5a", "ECS", "K7S5A", NULL, NULL, NULL, NULL },
/* MB = 24 */ { ecs_k7s5al, "ecs_k7s5al", "ECS", "K7S5AL", NULL, NULL, NULL, NULL },
/* MB = 43 */ { ecs_k7s5au, "ecs_k7s5au", "ECS", "K7S5AU", NULL, NULL, NULL, NULL },
- { ecs_p4s5a, "ecs_p4s5a", "ECS", "P4S5A", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
+ { ecs_p4s5a, "ecs_p4s5a", "ECS", "P4S5A", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
+
+ { ecs_p4s8ag, "ecs_p4s8ag", "ECS", "P4S8AG", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
/* MB = 22 */ { gig_ga_7vkml, "gig_ga_7vkml", "Gigabyte", "GA-7VKML", NULL, NULL, NULL, NULL },
{ gig_ga_7vkml_2, "gig_ga_7vkml_2", "Gigabyte Technology Co., Ltd.", "7VKML", "1.0", "American Megatrends Inc.", "07.00T", "02/24/0103" },
+ { gig_ga_k7vm4, "gig_ga_k7vm4", /* Gigabyte */ "", "K7VM4", "1.00", "American Megatrends Inc.", "P2.10", "11/14/2003" },
/* MB = 23 */ { fic_sd_11, "fic_sd_11", "FIC", "SD 11", NULL, NULL, NULL, NULL },
{ fic_sd_11, "fic_sd_11", "FIC", "SD11", NULL, NULL, NULL, NULL },
@@ -1852,9 +2074,11 @@
{ asus_p4t533_c, "asus_p4t533_c", "ASUSTeK Computer INC.", "P4S800MX", "REV 1.xx", "Award Software, Inc.", "ASUS P4S800MX ACPI BIOS Revision 1002", "10/06/2003" },
{ asus_p4t533_c, "asus_p4t533_c", "ASUSTeK Computer INC.", "<P4B>", "REV 1.xx", "Award Software, Inc.", "ASUS P4B ACPI BIOS Revision 1010", "05/03/2002" },
-/* MB = 46 */ { asus_p4pe, "asus_p4pe", "ASUSTeK Computer INC.", "P4PE", NULL, NULL, NULL, NULL },
- { 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" },
- { 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" },
+/* MB = 46 */ { asus_p4pe, "asus_p4pe", "ASUSTeK Computer INC.", "P4PE", NULL, NULL, NULL, NULL },
+ { 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" },
+ { 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" },
+ { 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" },
+ { 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" },
/* MB = 31 */ { gig_ga_7vtxh, "gig_ga_7vtxh", "Gigabyte", "GA-7VTXH", NULL, NULL, NULL, NULL },
{ gig_ga_7vtxh, "gig_ga_7vtxh", "Gigabyte Technology Co., Ltd.", "7VTXH", "1.0", "American Megatrends Inc.", "062710", "12/19/2001" },
@@ -1874,7 +2098,9 @@
/* MB = 38 */ { acer_s58m, "acer_s58m", "Acer", "S58M", NULL, NULL, NULL, NULL },
-/* MB = 39 */ { ecs_k7vmm, "ecs_k7vmm", "Elitegroup", "K7VMM", NULL, NULL, NULL, NULL },
+/* MB = 39 */ { ecs_k7vmm, "ecs_k7vmm", "ECS", "K7VMM", NULL, NULL, NULL, NULL },
+ { ecs_k7vmmp, "ecs_k7vmmp", "ECS", "K7VMM+", "3.1", "American Megatrends Inc.", "07.00T", "04/02/01" },
+
/*
* Unfortunately MSI changed the BIOS without increasing the BIOS release number
@@ -1905,7 +2131,10 @@
{ via_epia_m, "via_epia_m", /* M10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "11/19/2002" },
{ via_epia_m, "via_epia_m", /* M10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "11/26/2002" },
{ via_epia_m, "via_epia_m", /* M9000 + M10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "03/17/2003" },
+ { via_epia_m, "via_epia_m", /* CL6000E */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "08/01/2003" },
+ { via_epia_m, "via_epia_m", /* MII-60000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "11/25/2003" },
{ via_epia_m, "via_epia_m", /* M6000 + M10000 + MII-10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", "12/11/2003" },
+ { via_epia_m, "via_epia_m", /* M6000 + M10000 + MII-10000 */ "", "EPIA-M", "", "Award Software International, Inc.", "6.00 PG", NULL },
{ via_epia_m, "via_epia_m", "", "C3M266", "", "Award Software International, Inc.", "6.00 PG", "03/11/2003" },
/* MB = 45 */ { gig_ga_7zxr30, "gig_ga_7zxr30", "Gigabyte", "GA-7ZXR30", NULL, NULL, NULL, NULL },
@@ -1958,6 +2187,7 @@
{ asrock_k7s8x2, "asrock_k7s8x2", "", "K7S8X", "1.0", "American Megatrends Inc.", "P2.20", "10/07/2003" },
{ gig_7vrx, "gig_7vrx", "Gigabyte Technology Co., Ltd.", "7VRX", "1.0", "American Megatrends Inc.", "07.00T", "08/23/2002" },
+ { gig_7vrx, "gig_7vrx", "MSI", /* K7T266 Pro */ "MS-6380", "0.A", "American Megatrends Inc.", "062710", "07/15/97" },
{ asrock_k7vm4, "asrock_k7vm4", "ASRock", "K7VM4", "1.00", "American Megatrends Inc.", "P1.40", "07/18/2003" },
{ asrock_k7vm4, "asrock_k7vm4", "", "K7VM4", "1.00", "American Megatrends Inc.", "P1.70", "08/09/2003" },
@@ -1965,7 +2195,6 @@
{ asus_k7m, "asus_k7m", "", "K7VM4", "1.00", "American Megatrends Inc.", "P2.30", "12/30/2003" },
{ asus_k7m, "asus_k7m", "ASUSteK Computer INC.", "K7M", "1.XX", "American Megatrends Inc.", "627.10", "02/29/2000" },
-
{ asus_p4s8l, "asus_p4s8l", "ASUSTeK Computer INC.", "P4S8L", "REV 1.xx", "Award Software, Inc.", "ASUS P4S8L ACPI BIOS Revision 1004", "03/27/2003" },
{ asus_p4s8l, "asus_p4s8l", "ASUSTeK Computer INC.", "P4S8L", "REV 1.xx", "Award Software, Inc.", "ASUS P4S8L ACPI BIOS Revision 1005", "06/11/2003" },
@@ -2007,16 +2236,18 @@
{ 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" },
{ 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" },
- { abit_bp6, "abit_bp6", "<http://www.abit.com.tw>", "i440BX-W83977 (BP6)", "", "Award Software International, Inc.", "4.51 PG", "04/20/00" },
+ { abit_bp6, "abit_bp6", "<http://www.abit.com.tw>", "i440BX-W83977 (BP6)", "", "Award Software International, Inc.", "4.51 PG", "04/20/00" },
+ { abit_bp6, "abit_bp6", "<http://www.abit.com.tw>", "i440BX-W977 (BX6R2.0)", "", "Award Software International, Inc.", "4.51 PG", "04/26/2000" },
- { abit_bh6, "abit_bh6", "<http://www.abit.com.tw>", "i440BX-W83977 (BH6)", "", "Award Software International, Inc.", "4.51 PG", "06/28/2000" },
+ { abit_bh6, "abit_bh6", "<http://www.abit.com.tw>", "i440BX-W83977 (BH6)", "", "Award Software International, Inc.", "4.51 PG", "06/28/2000" },
{ aopen_ax4pe_max, "aopen_ax4pe_max", "AOpen", "AX4PE Max", "", "Phoenix/Award Technologies, LTD", "6.00 PG", "12/23/2002" },
- { msi_ms_6570, "msi_ms_6570", "ASUSTeK Computer INC.", "A7N8X", "REV 1.xx", "Phoenix Technologies, LTD", "ASUS A7N8X Deluxe ACPI BIOS Rev 1002.A", "02/25/2003" },
- { msi_ms_6570, "msi_ms_6570", "ASUSTeK Computer INC.", "A7N8X2.0", "REV 2.xx", "Phoenix Technologies, LTD", "ASUS A7N8X2.0 Deluxe ACPI BIOS Rev 1007", "10/06/2003" },
{ msi_ms_6570, "msi_ms_6570", "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6570", "", "Phoenix Technologies, LTD", "6.00 PG", "04/18/2003" },
{ msi_ms_6570, "msi_ms_6570", "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6570", "", "Phoenix Technologies, LTD", "6.00 PG", "08/12/2003" },
+ { msi_ms_6570, "msi_ms_6570", "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6570", "", "Phoenix Technologies, LTD", "6.00 PG", "03/29/2004" },
+ { msi_ms_6570, "msi_ms_6570", /* EPoX EP-8RDA3+ */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "10/17/2003" },
+ { msi_ms_6570, "msi_ms_6570", /* Biostar M7NCG rev. 1.4 */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "10/17/2003" },
{ msi_ms_6570, "msi_ms_6570", /* Chaintech 7NIF2 (nforce2) */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "04/18/2003" },
{ chain_7nif2, "chain_7nif2", /* Chaintech 7NIF2 (nforce2) */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "09/05/2003" },
{ chain_7nif2, "chain_7nif2", /* ECS Elitegroup N2U400-A */ "", "nVidia-nForce", "", "Phoenix Technologies, LTD", "6.00 PG", "10/02/2003" },
@@ -2025,7 +2256,10 @@
{ shttl_fn41, "shttl_fn41", /* Shuttle XPC SN41G2 */ "Shuttle Inc", "FN41", "", "Phoenix Technologies, LTD", "6.00 PG", "10/03/2003" },
{ shttl_fn41, "shttl_fn41", "Shuttle Inc", "FN41", "", "Phoenix Technologies, LTD", "6.00 PG", "01/15/2003" },
{ shttl_fn41sp, "shttl_fn41sp", "Shuttle Inc", "FN41SP", "", "Phoenix Technologies, LTD", "6.00 PG", "10/03/2003" },
- { 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" },
+ { 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" },
+ { 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" },
+ { 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" },
+ { 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" },
{ ecs_k7som_p, "ecs_k7som_p", "ECS", "K7SOM+", "1.0", "American Megatrends Inc.", "07.00T", "04/02/01" },
@@ -2038,6 +2272,7 @@
{ dell_optiplex_dxa,"dell_optiplex_dxa","Dell Computer Corporation", "OptiPlex GX1 333L+", "", "Dell Computer Corporation", "A10", "08/01/01" },
{ 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" },
+ { 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" },
{ asus_p4b266, "asus_p4b266", "ASUSTeK Computer INC.", "P4B266", "REV 2.xx", "Award Software, Inc.", "ASUS P4B266 ACPI BIOS Revision 1010", "08/06/2002" },
{ 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" },
@@ -2077,7 +2312,8 @@
{ gigabyte_5aa, "gigabyte_5aa", "GIGABYTE", "5AA", "", "...waiting for strings...", "", "" },
- { asus_p4b533, "asus_p4b533", "ASUSTeK Computer INC.", "P4B533", "REV 1.xx", "Award Software, Inc.", "ASUS P4B533 ACPI BIOS Revision 1011", "09/27/2002" },
+ { asus_p4b533, "asus_p4b533", "ASUSTeK Computer INC.", "P4B533", "REV 1.xx", "Award Software, Inc.", "ASUS P4B533 ACPI BIOS Revision 1011", "09/27/2002" },
+ { 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" },
{ msi_ms_5169, "msi_ms_5169", "MSI INC.", "ALADDIN5", "VER:1.0", "American Megatrends Inc. AMI", NULL, NULL },
@@ -2108,6 +2344,7 @@
{ asus_a7n8x_vm400, "asus_a7n8x_vm400", "ASUSTeK Computer INC.", "P4R8L", "1.xx", "American Megatrends Inc.", "1002.003", "03/10/2004" },
{ gig_ga_7vt600, "gig_ga_7vt600", /* Bios F4 */ "Gigabyte Technology Co., Ltd.", "GA-7VT600 1394", "15X", "Award Software International, Inc.", "F3", "09/24/2003" },
+ { gig_ga_7vt600, "gig_ga_7vt600", /* Elitegroup L7VTA2 */ "", "KT400-8235", "", "Phoenix Technologies, LTD", "6.00 PG", "06/26/2003" },
{ shuttle_fx41, "shuttle_fx41", "Shuttle Inc", "Fx41", "", "Phoenix Technologies, LTD", "6.00 PG", "09/08/2003" },
@@ -2123,6 +2360,27 @@
{ shuttle_sk43g, "shuttle_sk43g", "ASUS", "A7V8X-MX SE", "1.03", "Phoenix Technologies, LTD", "ASUS A7V8X-MX SE ACPI BIOS Revision 1003", "03/12/2004" },
{ shuttle_sk43g, "shuttle_sk43g", "MICRO-STAR INTERNATIONAL CO., LTD", "MS-6734", "", "Phoenix Technologies, LTD", "6.00 PG", "01/16/2004" },
+ { asus_k8vsedx, "asus_k8vsedx", "ASUSTeK Computer Inc.", "K8VSEDX", "Rev 1.xx", "American Megatrends Inc.", "1001.005", "02/09/2004" },
+ { asus_k8vsedx, "asus_k8vsedx", "ASUSTeK Computer Inc.", "K8VSEDX", "Rev 2.00", "American Megatrends Inc.", "1003.002", "05/18/2004" },
+ { asus_k8vsedx, "asus_k8vsedx", "ASUSTek Computer Inc.", "K8V", "Rev 1.xx", "American Megatrends Inc.", "1005.011", "01/15/2004" },
+
+ { asus_k8v, "asus_k8v", "ASUSTeK Computer Inc.", "K8V", "Rev 1.xx", "American Megatrends Inc.", "1003.027", "11/27/2003" },
+
+ { 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" },
+
+ { msi_ms_6580, "msi_ms_6580", "MICRO-STAR INC.", /* MSI 845GE Max */ "MS-6580", "20A", "American Megatrends Inc.", "V3.9 0", "09/09/2003" },
+
+ { aopen_ax37, "aopen_ax37", /* AOpen AX37 Pro/Plus */ "", "07", "9189910203", "Award Software International, Inc.", "6.00 PG", "01/29/2001" },
+ { aopen_ax37, "aopen_ax37", "ECS Elitegroup", "L7VMM2", "", "Phoenix Technologies, LTD", "6.00 PG", "09/09/2003" },
+
+ { asrock_k7s41gx, "asrock_k7s41gx", /* Asrock */ "", "K7S41GX", "1.0", "American Megatrends Inc.", "P1.50", "04/09/2004" },
+
+ { 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" },
+
+ { 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" },
+
+ { asrock_ge_pro, "asrock_ge_pro", /* Asrock */ "", "GE PRO(-M)", ".00", "American Megatrends Inc.", "P2.40", "11/04/2003" },
+
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
};
Index: 01_Makefile-fix.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/patches/01_Makefile-fix.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 01_Makefile-fix.dpatch 5 Jul 2004 17:00:42 -0000 1.1
+++ 01_Makefile-fix.dpatch 6 Jul 2004 23:53:20 -0000 1.2
@@ -2,7 +2,7 @@
## 01_Makefile-fix.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Disable Optimization for i686
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2