diff options
Diffstat (limited to 'shared/via.h')
-rw-r--r-- | shared/via.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/via.h b/shared/via.h index 8e81e571..7974dfbe 100644 --- a/shared/via.h +++ b/shared/via.h @@ -53,6 +53,7 @@ extern int via_final_context(int 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"}, \ |