summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-14 04:48:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-14 04:48:58 +0000
commiteab602ea3ec9083f31c2e1c7607407a486fb0f8b (patch)
treec7796ed2160448bd525d9f760219428ef9720e76 /sys/dev
parent1e6641fdf4fa9f8b60c393b2a10dd8dc7d8c481b (diff)
new vr; loki@animata.net
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_vr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c
index bfc2d4ee709..0148f7ae8f7 100644
--- a/sys/dev/pci/if_vr.c
+++ b/sys/dev/pci/if_vr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vr.c,v 1.41 2003/12/29 23:06:55 brad Exp $ */
+/* $OpenBSD: if_vr.c,v 1.42 2004/04/14 04:48:56 deraadt Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -638,6 +638,7 @@ const struct pci_matchid vr_devices[] = {
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINEII },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINEII_2 },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105 },
+ { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105M },
{ PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_RHINEII },
{ PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_RHINEII },
};