From e40e37662ee973c85d7013b73a863195dd578a08 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 17 Sep 2008 16:54:33 +0000 Subject: Also update the NVIDIA PCI id for the i386 copy of this code. --- sys/arch/i386/i386/mpbios_intr_fixup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') 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 }, -- cgit v1.2.3