summaryrefslogtreecommitdiff
path: root/shared/via.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/via.h')
-rw-r--r--shared/via.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/shared/via.h b/shared/via.h
index 7974dfbe..46ac6536 100644
--- a/shared/via.h
+++ b/shared/via.h
@@ -52,11 +52,4 @@ extern int via_final_context(int context);
#define DRIVER_CTX_CTOR via_init_context
#define DRIVER_CTX_DTOR via_final_context
-#define DRIVER_PCI_IDS \
- {0x1106, 0x3022, 0, "VIA CLE266 3022"}, \
- {0x1106, 0x3122, 0, "VIA CLE266"}, \
- {0x1106, 0x7205, 0, "VIA KM400"}, \
- {0x1106, 0x7204, 0, "VIA K8M800"}, \
- {0, 0, 0, NULL}
-
#endif