summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2008-09-17 16:48:45 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2008-09-17 16:48:45 +0000
commitfc62959715607b0cf876af2594f2e00688c10fc5 (patch)
tree352aa16f4414dbb39dfed31f7e2f9313a34faeda
parent843deb295c2fe5c9ac8b6b268c2c1eda37478d9e (diff)
catch up with renamed Nvidia PCI ID
-rw-r--r--sys/arch/amd64/amd64/mpbios_intr_fixup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/mpbios_intr_fixup.c b/sys/arch/amd64/amd64/mpbios_intr_fixup.c
index ef0edeea8eb..731b0333c7e 100644
--- a/sys/arch/amd64/amd64/mpbios_intr_fixup.c
+++ b/sys/arch/amd64/amd64/mpbios_intr_fixup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpbios_intr_fixup.c,v 1.5 2006/07/17 22:29:53 deraadt Exp $ */
+/* $OpenBSD: mpbios_intr_fixup.c,v 1.6 2008/09/17 16:48:44 naddy 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 },