summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-07 19:43:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-07 19:43:15 +0000
commita30f9a4c9e02fc17b9058230050380fc88e361f5 (patch)
tree3d9ea6b95f69c68dcc231a9eb1236c9c7f00007d /sys
parent3346a8ed56733bb4bd76c3853a5ee7d670767393 (diff)
7x43RN are MPR
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/gdt_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/gdt_pci.c b/sys/dev/pci/gdt_pci.c
index 53deff001b5..ea475b0d1f4 100644
--- a/sys/dev/pci/gdt_pci.c
+++ b/sys/dev/pci/gdt_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdt_pci.c,v 1.9 2000/11/10 09:42:15 niklas Exp $ */
+/* $OpenBSD: gdt_pci.c,v 1.10 2001/05/07 19:43:14 deraadt Exp $ */
/*
* Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -233,6 +233,7 @@ gdt_pci_attach(parent, self, aux)
case PCI_PRODUCT_VORTEX_GDT_6x29RD:
case PCI_PRODUCT_VORTEX_GDT_7x19RN:
case PCI_PRODUCT_VORTEX_GDT_7x29RN:
+ case PCI_PRODUCT_VORTEX_GDT_7x43RN:
gdt->sc_class = GDT_MPR;
}