diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-26 23:47:18 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-26 23:47:18 +0000 |
commit | 45072827a04c3991d925ea9c87e5f965cc3eb6e6 (patch) | |
tree | a05890c1bb16e95634457f63ce53c6cb29057816 | |
parent | 347b1c77f52dd180aa729d8a5632c64418c87fd7 (diff) |
Add two IDT PCIe switches found in a SPARC T4-1 and tweak another one to
not include the revision of the chip.
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 5f47064a118..05aed104507 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1830 2017/12/23 18:34:54 mlarkin Exp $ +$OpenBSD: pcidevs,v 1.1831 2017/12/26 23:47:17 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2788,8 +2788,10 @@ product IDT 89HPES12N3A 0x8018 89HPES12N3A product IDT 89HPES24N3A 0x801c 89HPES24N3A product IDT 89HPES24T6 0x802e 89HPES24T6 product IDT 89HPES4T4 0x803a 89HPES4T4 -product IDT 89HPES5T5ZB 0x803c 89HPES5T5ZB +product IDT 89HPES5T5 0x803c 89HPES5T5 product IDT 89HPES24T3G2 0x806a 89HPES24T3G2 +product IDT 89HPES64H16G2 0x8077 89HPES64H16G2 +product IDT 89HPES48H12G2 0x807a 89HPES48H12G2 product IDT 89H64H16G3 0x80bf 89H64H16G3 /* Industrial Computer Source */ |