diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-09-11 20:51:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-09-11 20:51:53 +0000 |
commit | 81811b81053a1cd49d420421b84792c75554ec20 (patch) | |
tree | 2beb1956702f55b5f16eb634ae45543a0dba3f25 /sys/dev/pci | |
parent | 2b0b123b22cf1fa19ef6f3124b75af307bb569c9 (diff) |
Re-add the Broadcom BCM4321 and BCM4322 PCI ids and correct the previous
entry labeled as BCM4322 which is actually a serial port.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ca91b41f3a8..a3962bf2876 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1408 2008/09/11 19:43:56 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1409 2008/09/11 20:51:52 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1259,10 +1259,12 @@ product BROADCOM BCM4318 0x4318 BCM4318 product BROADCOM BCM4319 0x4319 BCM4319 product BROADCOM BCM4306 0x4320 BCM4306 product BROADCOM BCM4306_2 0x4321 BCM4306 -product BROADCOM BCM4322 0x4322 BCM4322 +product BROADCOM SERIAL_2 0x4322 Serial product BROADCOM BCM4309 0x4324 BCM4309 product BROADCOM BCM43XG 0x4325 BCM43XG -product BROADCOM BCM4328 0x4328 BCM4328 +product BROADCOM BCM4321 0x4328 BCM4321 +product BROADCOM BCM4321_2 0x4329 BCM4321 +product BROADCOM BCM4322 0x432b BCM4322 product BROADCOM SERIAL 0x4333 Serial product BROADCOM SERIAL_GC 0x4344 Serial product BROADCOM BCM4401 0x4401 BCM4401 |