aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/k8t890_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/k8t890/k8t890_host.c')
-rw-r--r--src/southbridge/via/k8t890/k8t890_host.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/k8t890_host.c b/src/southbridge/via/k8t890/k8t890_host.c
index f0e2b06c8d..9a0118c778 100644
--- a/src/southbridge/via/k8t890/k8t890_host.c
+++ b/src/southbridge/via/k8t890/k8t890_host.c
@@ -76,6 +76,12 @@ static const struct pci_driver northbridge_driver_t __pci_driver = {
.device = PCI_DEVICE_ID_VIA_K8T890CE_0,
};
+static const struct pci_driver northbridge_driver_tcf __pci_driver = {
+ .ops = &host_ops_t,
+ .vendor = PCI_VENDOR_ID_VIA,
+ .device = PCI_DEVICE_ID_VIA_K8T890CF_0,
+};
+
static const struct pci_driver northbridge_driver_m __pci_driver = {
.ops = &host_ops_m,
.vendor = PCI_VENDOR_ID_VIA,