diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-14 03:45:19 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-14 03:45:19 +0000 |
commit | 2abcd34b0c07dc917f1ab8ef24a3b3b31cf290fa (patch) | |
tree | bb0400ccfa264d765af852ed481d5cd35aa88720 /sys/dev/pci | |
parent | 0677585573a0200ea4a3039561de3b057dd2d526 (diff) |
Add the vendor id for Solarflare Communications and some product ids
for 10Gb chipsets.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 9ead05950c3..d43b8a23161 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1355 2008/05/13 09:19:11 brad Exp $ +$OpenBSD: pcidevs,v 1.1356 2008/05/14 03:45:18 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -292,6 +292,7 @@ vendor RALINK 0x1814 Ralink vendor XGI 0x18ca XGI Technology vendor SILAN 0x1904 Silan vendor SANGOMA 0x1923 Sangoma +vendor SOLARFLARE 0x1924 Solarflare vendor OPTION 0x1931 Option vendor FREESCALE 0x1957 Freescale vendor ATTANSIC 0x1969 Attansic Technology @@ -2924,6 +2925,11 @@ product SIIG 2062 0x2062 I/O product SIIG 2081 0x2081 I/O product SIIG 2082 0x2081 I/O +/* Solarflare products */ +product SOLARFLARE FALCON_P 0x0703 Falcon P +product SOLARFLARE FALCON_S 0x6703 Falcon S +product SOLARFLARE EF1002 0xc101 EF1002 + /* NCR/Symbios Logic products */ product SYMBIOS 810 0x0001 53c810 product SYMBIOS 820 0x0002 53c820 |