summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2008-09-17 16:54:32 +0000
committerbrad <brad@openbsd.org>2008-09-17 16:54:32 +0000
commitde9c95190448a60820c2d84ef06866363c2a5aa9 (patch)
treece21a99e82b658a455368156e4ecc3ad05001090
parentcatch up with renamed Nvidia PCI ID (diff)
downloadwireguard-openbsd-de9c95190448a60820c2d84ef06866363c2a5aa9.tar.xz
wireguard-openbsd-de9c95190448a60820c2d84ef06866363c2a5aa9.zip
Also update the NVIDIA PCI id for the i386 copy of this code.
-rw-r--r--sys/arch/i386/i386/mpbios_intr_fixup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/mpbios_intr_fixup.c b/sys/arch/i386/i386/mpbios_intr_fixup.c
index f2c7ecd8b64..f5d4a5a6663 100644
--- a/sys/arch/i386/i386/mpbios_intr_fixup.c
+++ b/sys/arch/i386/i386/mpbios_intr_fixup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpbios_intr_fixup.c,v 1.3 2006/07/17 21:56:39 deraadt Exp $ */
+/* $OpenBSD: mpbios_intr_fixup.c,v 1.4 2008/09/17 16:54:32 brad Exp $ */
/*
* Copyright (c) 2006 Mark Kettenis
@@ -40,7 +40,7 @@ const struct mpbios_icu_table {
} mpbios_icu_table[] = {
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237_ISA,
via8237_mpbios_fixup },
- { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA,
+ { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA1,
nforce4_mpbios_fixup },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA2,
nforce4_mpbios_fixup },