diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-06-13 12:43:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-06-13 12:43:16 +0000 |
commit | ecb8f41e5cc19d7ed73c0887704140167e99e412 (patch) | |
tree | 750acc0dab29fc69bd2a974b2181c95dc86cfc2d /sys | |
parent | 6a7d3eb57c48a713c80332c29bf08d2362d4d738 (diff) |
add hifive unmatched ids
ok deraadt@ kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 5f4ee72e9aa..3512f94607b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1971 2021/06/11 15:42:36 jsg Exp $ +$OpenBSD: pcidevs,v 1.1972 2021/06/13 12:43:15 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -381,6 +381,7 @@ vendor TIGERJET 0xe159 TigerJet Network vendor ENDACE 0xeace Endace vendor BELKIN 0xec80 Belkin Components vendor ARC 0xedd8 ARC Logic +vendor SIFIVE 0xf15e SiFive vendor INVALID 0xffff INVALID VENDOR ID /* @@ -1113,6 +1114,7 @@ product ASMEDIA ASM1182E 0x1182 ASM1182e product ASMEDIA ASM1184E 0x1184 ASM1184e product ASMEDIA ASM1042AE 0x1242 ASM1042AE xHCI product ASMEDIA ASM1143 0x1343 ASM1143 xHCI +product ASMEDIA ASM2824 0x2824 ASM2824 /* ASPEED Technology products */ product ASPEED AST1150 0x1150 AST1150 PCI @@ -8010,6 +8012,9 @@ product SGSTHOMSON 1764 0x0009 STG 1764 product SGSTHOMSON KYROII 0x0010 Kyro-II product SGSTHOMSON 1764X 0x1746 STG 1764X +/* SiFive products */ +product SIFIVE PCIE 0x0000 PCIe + /* Sigma Designs */ product SIGMA 64GX 0x6401 64GX product SIGMA DVDMAGICPRO 0x8300 DVDmagic-PRO |