summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-17 22:29:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-17 22:29:54 +0000
commit8fd6d6543c858f8a5f1e46160d75811a55220532 (patch)
tree54bf1cb2f762cd44e974d6a555aa9f2ff50ee56b /sys/arch
parentec30468589ddd36b852780dc8584c34209d00ee7 (diff)
same fix as i386
Diffstat (limited to 'sys/arch')
-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 f3e71fe81a6..ef0edeea8eb 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.4 2006/07/17 19:15:45 kettenis Exp $ */
+/* $OpenBSD: mpbios_intr_fixup.c,v 1.5 2006/07/17 22:29:53 deraadt Exp $ */
/*
* Copyright (c) 2006 Mark Kettenis
@@ -44,7 +44,7 @@ const struct mpbios_icu_table {
nforce4_mpbios_fixup },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA2,
nforce4_mpbios_fixup },
- { PCI_VENDOR_NVIDIA, PCI_PRODUCT_MCP04_ISA,
+ { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP04_ISA,
mcp04_mpbios_fixup }
};