summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-07-17 21:56:39 +0000
committerderaadt <deraadt@openbsd.org>2006-07-17 21:56:39 +0000
commit564255de300e9b0ddc5e2f59fadaaea6d1fa5be2 (patch)
tree7763a35c0e1dd16819bf37e8f83d3a7a2a82c5a2
parentmanpage for texi2pdf, with some help from jmc@, okay theo@ (diff)
downloadwireguard-openbsd-564255de300e9b0ddc5e2f59fadaaea6d1fa5be2.tar.xz
wireguard-openbsd-564255de300e9b0ddc5e2f59fadaaea6d1fa5be2.zip
we prefer it if this compiles
-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 }
};