diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-03-25 11:48:39 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-03-25 11:48:39 +0000 |
commit | f165d78f6cce9ffd0b0fe1ba22dcce172d95b286 (patch) | |
tree | 41d776f27b64e447245fe35cadbe801fad102909 | |
parent | 0d2f3dd2c33c8a94b024105733bf50fe228f068e (diff) |
add the BCM5862 (an unsupported ubsec(4) device)
-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 089242e4d61..05dac87daa1 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1463 2009/03/16 12:47:35 deraadt Exp $ +$OpenBSD: pcidevs,v 1.1464 2009/03/25 11:48:38 reyk Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1493,6 +1493,7 @@ product BROADCOM 5821 0x5821 5821 product BROADCOM 5822 0x5822 5822 product BROADCOM 5823 0x5823 5823 product BROADCOM 5825 0x5825 5825 +product BROADCOM 5862 0x5862 5862 /* Brooktree products */ product BROOKTREE BT848 0x0350 BT848 |