diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-11-19 17:16:44 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-11-19 17:16:44 +0000 |
commit | e8488dcb8ec4a13bad01a0253fc92b0f25878cae (patch) | |
tree | c48e15728d83c985669b30e88136746d34fb96d8 /sys | |
parent | a42410022979c3fd13e278a11a9a8ed50006567a (diff) |
add the Broadcom BCM4312 PCI id.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ed1f42cc69d..323ca0b0d3e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1191 2006/11/14 22:05:37 brad Exp $ +$OpenBSD: pcidevs,v 1.1192 2006/11/19 17:16:43 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1108,6 +1108,7 @@ product BROADCOM BCM5906M 0x1713 BCM5906M product BROADCOM BCM4303 0x4301 BCM4303 product BROADCOM BCM4307 0x4307 BCM4307 product BROADCOM BCM4311 0x4311 BCM4311 +product BROADCOM BCM4312 0x4312 BCM4312 product BROADCOM BCM4318 0x4318 BCM4318 product BROADCOM BCM4319 0x4319 BCM4319 product BROADCOM BCM4306 0x4320 BCM4306 |