summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-09-17 16:54:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-09-17 16:54:33 +0000
commite40e37662ee973c85d7013b73a863195dd578a08 (patch)
tree328f07b1f10e5a2aba29ee0e2b48a43645bd170d /sys/arch/i386
parentfc62959715607b0cf876af2594f2e00688c10fc5 (diff)
Also update the NVIDIA PCI id for the i386 copy of this code.
Diffstat (limited to 'sys/arch/i386')
-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 },