diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-25 07:46:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-25 07:46:22 +0000 |
commit | 5420d9cff6fdff1e678da0e85ab7e6dd5f133fd2 (patch) | |
tree | f15ef206a90f9ca0af12bdaef1b286cd62a98043 /sys/dev/pci | |
parent | 8c42ece12996e8f72de17f0280cdd899bb1a73af (diff) |
Correct the product id of "nForce2 400 AC-97 Audio" to not be that
of the ppb so it has some chance of working.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4f7c75a855b..bbe67886fbe 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.896 2005/07/25 07:40:41 jsg Exp $ +$OpenBSD: pcidevs,v 1.897 2005/07/25 07:46:21 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2099,7 +2099,7 @@ product NVIDIA NFORCE2_400_IDE 0x0085 nForce2 400 IDE product NVIDIA NFORCE3_LAN2 0x0086 nForce3 LAN product NVIDIA NFORCE2_400_USB 0x0087 nForce2 400 USB product NVIDIA NFORCE2_400_USB2 0x0088 nForce2 400 USB2 -product NVIDIA NFORCE2_400_ACA 0x008b nForce2 400 AC-97 Audio +product NVIDIA NFORCE2_400_ACA 0x008a nForce2 400 AC-97 Audio product NVIDIA NFORCE2_400_PPB 0x008b nForce2 400 PCI-PCI product NVIDIA NFORCE3_LAN3 0x008c nForce3 LAN product NVIDIA NFORCE2_400_SATA 0x008e nForce2 400 SATA |