diff options
author | 2002-09-03 18:55:20 +0000 | |
---|---|---|
committer | 2002-09-03 18:55:20 +0000 | |
commit | dea4585af2ded73a7c314eca7a00240ce0226dd4 (patch) | |
tree | 2b816cc4e038d83baee27292a2d4cf668128d013 | |
parent | add strlcpy/cat for BSD/OS (diff) | |
download | wireguard-openbsd-dea4585af2ded73a7c314eca7a00240ce0226dd4.tar.xz wireguard-openbsd-dea4585af2ded73a7c314eca7a00240ce0226dd4.zip |
bcom 5822
-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 cdb0025a4ef..c4a9111010b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.540 2002/08/31 06:51:36 mickey Exp $ + $OpenBSD: pcidevs,v 1.541 2002/09/03 18:55:20 jason Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -970,6 +970,7 @@ product BROADCOM BCM5701 0x1645 BCM5701 product BROADCOM 5805 0x5805 5805 product BROADCOM 5820 0x5820 5820 product BROADCOM 5821 0x5821 5821 +product BROADCOM 5822 0x5822 5822 /* Brooktree products */ product BROOKTREE BT848 0x0350 BT848 |