diff options
author | 2006-07-17 21:56:39 +0000 | |
---|---|---|
committer | 2006-07-17 21:56:39 +0000 | |
commit | 564255de300e9b0ddc5e2f59fadaaea6d1fa5be2 (patch) | |
tree | 7763a35c0e1dd16819bf37e8f83d3a7a2a82c5a2 | |
parent | manpage for texi2pdf, with some help from jmc@, okay theo@ (diff) | |
download | wireguard-openbsd-564255de300e9b0ddc5e2f59fadaaea6d1fa5be2.tar.xz wireguard-openbsd-564255de300e9b0ddc5e2f59fadaaea6d1fa5be2.zip |
we prefer it if this compiles
-rw-r--r-- | sys/arch/i386/i386/mpbios_intr_fixup.c | 4 |
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 } }; |