diff options
author | 2010-08-31 21:42:19 +0000 | |
---|---|---|
committer | 2010-08-31 21:42:19 +0000 | |
commit | 3e8974970ef558b76f202bdffba52c3995ae985d (patch) | |
tree | 20cc16c39661f6c13978e1127433d39243b84f17 | |
parent | small text tweak to accommodate previous; (diff) | |
download | wireguard-openbsd-3e8974970ef558b76f202bdffba52c3995ae985d.tar.xz wireguard-openbsd-3e8974970ef558b76f202bdffba52c3995ae985d.zip |
add id for BCM5719; from Linux tg3 driver via Brad
-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 87b0642240b..3cc8502eb93 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1570 2010/08/26 10:12:18 jsg Exp $ +$OpenBSD: pcidevs,v 1.1571 2010/08/31 21:42:19 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1482,6 +1482,7 @@ product BROADCOM BCM5705 0x1653 BCM5705 product BROADCOM BCM5705K 0x1654 BCM5705K product BROADCOM BCM5717 0x1655 BCM5717 product BROADCOM BCM5718 0x1656 BCM5718 +product BROADCOM BCM5719 0x1657 BCM5719 product BROADCOM BCM5720 0x1658 BCM5720 product BROADCOM BCM5721 0x1659 BCM5721 product BROADCOM BCM5722 0x165a BCM5722 |