diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-10-15 06:25:45 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-10-15 06:25:45 +0000 |
commit | fda7e230641f2a033d8a7e7366872c4098ed6dc9 (patch) | |
tree | 69827471b9148cca466ac71b7e9d7d8030a1eae3 /sys/dev/pci | |
parent | 4904bf80a7b94993416ba63275c48b22fee26be3 (diff) |
use the correct PCI id for the Broadcom BCM5756 chipset.
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 1812522f1aa..c21cef3bed9 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1164 2006/10/15 06:12:32 brad Exp $ +$OpenBSD: pcidevs,v 1.1165 2006/10/15 06:25:44 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1056,7 +1056,7 @@ product BROADCOM BCM5780S 0x166b BCM5780S product BROADCOM BCM5705F 0x166e BCM5705F product BROADCOM BCM5754M 0x1672 BCM5754M product BROADCOM BCM5755M 0x1673 BCM5755M -product BROADCOM BCM5756 0x167a BCM5756 +product BROADCOM BCM5756 0x1674 BCM5756 product BROADCOM BCM5750 0x1676 BCM5750 product BROADCOM BCM5751 0x1677 BCM5751 product BROADCOM BCM5715 0x1678 BCM5715 |