summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-05-07 19:43:14 +0000
committerderaadt <deraadt@openbsd.org>2001-05-07 19:43:14 +0000
commit3d69d4a9ad021a73ec32e5d6d3d684ce10469ba8 (patch)
tree61109b4cec6b013fb8b1bbe51d500087a72366bf
parentsync (diff)
downloadwireguard-openbsd-3d69d4a9ad021a73ec32e5d6d3d684ce10469ba8.tar.xz
wireguard-openbsd-3d69d4a9ad021a73ec32e5d6d3d684ce10469ba8.zip
7x43RN are MPR
-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;
}