diff options
author | 2009-12-15 00:57:30 +0000 | |
---|---|---|
committer | 2009-12-15 00:57:30 +0000 | |
commit | 8f8cbb250a2bd970b7f075ccd9e57bc18c17a21b (patch) | |
tree | 9fefcfcc5b8d80a49b04675f90f7ab0ef0534258 | |
parent | typo; from Brad Tilley <brad at 16systems dot com> via tech@ (diff) | |
download | wireguard-openbsd-8f8cbb250a2bd970b7f075ccd9e57bc18c17a21b.tar.xz wireguard-openbsd-8f8cbb250a2bd970b7f075ccd9e57bc18c17a21b.zip |
Add PCI ids for the Marvell Yukon 8059 chipset and the SysKonnect
SK-9E21M board. From Brad.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index fbbea5c2edd..f69a118040a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1515 2009/12/11 21:50:36 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1516 2009/12/15 00:57:30 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3348,6 +3348,7 @@ product MARVELL YUKON_8072 0x436c Yukon 88E8072 product MARVELL YUKON_8055_2 0x436d Yukon 88E8055 product MARVELL YUKON_8075 0x4370 Yukon 88E8075 product MARVELL YUKON_8057 0x4380 Yukon 88E8057 +product MARVELL YUKON_8059 0x4381 Yukon 88E8059 product MARVELL YUKON_BELKIN 0x5005 Yukon (Belkin F5D5005) product MARVELL 88SX5040 0x5040 88SX5040 SATA product MARVELL 88SX5041 0x5041 88SX5041 SATA @@ -4638,6 +4639,7 @@ product SCHNEIDERKOCH SK9Sxx 0x9000 SK-9Sxx product SCHNEIDERKOCH SK9821 0x9821 SK-9821 product SCHNEIDERKOCH SK9843 0x9843 SK-9843 product SCHNEIDERKOCH SK9Exx 0x9e00 SK-9Exx +product SCHNEIDERKOCH SK9E21M 0x9e01 SK-9E21M /* SGI products */ product SGI IOC3 0x0003 IOC3 |