diff options
author | 2008-11-06 12:03:43 +0000 | |
---|---|---|
committer | 2008-11-06 12:03:43 +0000 | |
commit | 4a95d650f7aefe43375aae75fb90f4a170e50e0f (patch) | |
tree | ffffb8fb4b06ff45d269a6100a56fe74cc97f64e | |
parent | use spacing consistently to make example shorter and more readable; (diff) | |
download | wireguard-openbsd-4a95d650f7aefe43375aae75fb90f4a170e50e0f.tar.xz wireguard-openbsd-4a95d650f7aefe43375aae75fb90f4a170e50e0f.zip |
Add the PCI id for the Broadcom BCM5903F Ethernet chipset.
-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 4674b9fe430..bd2d5f7fae6 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1430 2008/11/04 16:28:22 deraadt Exp $ +$OpenBSD: pcidevs,v 1.1431 2008/11/06 12:03:43 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1260,6 +1260,7 @@ product BROADCOM BCM5903M 0x16ff BCM5903M product BROADCOM BCM4401B1 0x170c BCM4401B1 product BROADCOM BCM5901 0x170d BCM5901 product BROADCOM BCM5901A2 0x170e BCM5901A2 +product BROADCOM BCM5903F 0x170f BCM5903F product BROADCOM BCM5906 0x1712 BCM5906 product BROADCOM BCM5906M 0x1713 BCM5906M product BROADCOM BCM4303 0x4301 BCM4303 |