Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci - Add another HP vendor ID (was 3PAR)



details:   https://anonhg.NetBSD.org/src/rev/3a9425e4329f
branches:  trunk
changeset: 335817:3a9425e4329f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Jan 25 10:48:31 2015 +0000

description:
- Add another HP vendor ID (was 3PAR)
- Add two PLX PCI Bridges.

diffstat:

 sys/dev/pci/pcidevs |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 2f4df0d9e944 -r 3a9425e4329f sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sun Jan 25 07:33:24 2015 +0000
+++ b/sys/dev/pci/pcidevs       Sun Jan 25 10:48:31 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1213 2015/01/18 15:30:03 christos Exp $
+$NetBSD: pcidevs,v 1.1214 2015/01/25 10:48:31 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -588,6 +588,7 @@
 vendor TERRATEC                0x153b  TerraTec Electronic
 vendor PERLE           0x155f  Perle Systems
 vendor SOLIDUM         0x1588  Solidum Systems
+vendor HP2             0x1590  Hewlett-Packard
 vendor SYBA            0x1592  Syba
 vendor FARADAY         0x159b  Faraday Technology
 vendor GEOCAST         0x15a1  Geocast Network Systems
@@ -4861,6 +4862,8 @@
 product PLX PCI_400    0x1077  VScom PCI-400 4 port serial
 product PLX PCI_800    0x1076  VScom PCI-800 8 port serial
 product PLX PCI_200    0x1103  VScom PCI-200 2 port serial
+product PLX PEX_8112   0x8112  PEX 8112 PCIe-to-PCI Bridge
+product PLX PEX_8114   0x8114  PEX 8114 PCIe-to-PCI/PCI-X Bridge
 product PLX 9030       0x9030  9030 I/O Accelrator
 product PLX 9050       0x9050  9050 I/O Accelrator
 product PLX 9054       0x9054  9054 I/O Accelerator



Home | Main Index | Thread Index | Old Index