summaryrefslogtreecommitdiff
path: root/shared/via.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2004-03-31 22:05:57 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2004-03-31 22:05:57 +0000
commit994fa063cd3ad2f55ea26beef7e31403c68ae78a (patch)
treefee9c0fb8e6ee24e21d9c50ab0817c33b52c2317 /shared/via.h
parent20163c2b10f5a1d9c8647f5592ac11e4e9867dfc (diff)
VIA module fixes:
1. Fixed up PCI-id's. 2. Fixed 2.6 warning in kernel Makefile.
Diffstat (limited to 'shared/via.h')
-rw-r--r--shared/via.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/shared/via.h b/shared/via.h
index f7fabd7e..8e81e571 100644
--- a/shared/via.h
+++ b/shared/via.h
@@ -53,12 +53,9 @@ extern int via_final_context(int context);
#define DRIVER_CTX_DTOR via_final_context
#define DRIVER_PCI_IDS \
- {0x1106, 0x3122, 0, "Via CLE3122"}, \
- {0x1106, 0x3022, 0, "Via CLE3022"}, \
- {0x1106, 0x3205, 0, "Via VT3205"}, \
- {0x1106, 0x7205, 0, "Via VT7205"}, \
- {0x1106, 0x3204, 0, "Via VT3204"}, \
- {0x1106, 0x7204, 0, "Via VT7204"}, \
+ {0x1106, 0x3122, 0, "VIA CLE266"}, \
+ {0x1106, 0x7205, 0, "VIA KM400"}, \
+ {0x1106, 0x7204, 0, "VIA K8M800"}, \
{0, 0, 0, NULL}
#endif