summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-17 21:56:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-17 21:56:40 +0000
commitc55fb568f8612fd4d3a1dce95306b5162c14793a (patch)
tree92c6689e4f057c1a4d01b7d30ca015b0cfdee027 /sys/arch
parentd2bece3664e47097988eefdce07cec05d4d6d2bf (diff)
we prefer it if this compiles
Diffstat (limited to 'sys/arch')
-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 04f3a3fcc4d..f2c7ecd8b64 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.2 2006/07/17 19:15:45 kettenis Exp $ */
+/* $OpenBSD: mpbios_intr_fixup.c,v 1.3 2006/07/17 21:56:39 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 }
};