diff options
author | 2008-09-17 16:48:44 +0000 | |
---|---|---|
committer | 2008-09-17 16:48:44 +0000 | |
commit | 0e67baf3a759da919e6053b56d73be9321ecc1ed (patch) | |
tree | 9ef066c4555397f345a3d24d9f4543b355965290 | |
parent | - when merging a file, add a key to see a diff between the merged file (diff) | |
download | wireguard-openbsd-0e67baf3a759da919e6053b56d73be9321ecc1ed.tar.xz wireguard-openbsd-0e67baf3a759da919e6053b56d73be9321ecc1ed.zip |
catch up with renamed Nvidia PCI ID
-rw-r--r-- | sys/arch/amd64/amd64/mpbios_intr_fixup.c | 4 |
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 }, |