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 vendor/device ID for 3ware Escalade IDE RAID...



details:   https://anonhg.NetBSD.org/src/rev/3714f81a10ad
branches:  trunk
changeset: 487433:3714f81a10ad
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Jun 07 19:52:07 2000 +0000

description:
Add vendor/device ID for 3ware Escalade IDE RAID controller.

diffstat:

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

diffs (27 lines):

diff -r 65029f3ebf61 -r 3714f81a10ad sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jun 07 19:47:57 2000 +0000
+++ b/sys/dev/pci/pcidevs       Wed Jun 07 19:52:07 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.229 2000/06/07 09:52:16 mrg Exp $
+$NetBSD: pcidevs,v 1.230 2000/06/07 19:52:07 ad Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -518,6 +518,7 @@
 vendor LMC             0x1376  LAN Media Corporation
 vendor CONEXANT                0x14f1  Conexant Systems
 vendor NETGEAR         0x1385  Netgear
+vendor 3WARE           0x13c1  3ware
 vendor SUNDANCETI      0x13f0  Sundance Technology
 vendor CMEDIA          0x13f6  C-Media Electronics Inc
 vendor DELTA           0x1500  Delta Electronics
@@ -588,6 +589,9 @@
 product 3DLABS 500MX   0x0006  GLINT 500MX
 product 3DLABS PERMEDI2        0x0007  GLINT Permedia 2
 
+/* 3ware products */
+product        3WARE ESCALADE  0x1000  Escalade IDE RAID
+
 /* ACC Products */
 product ACC 2188       0x0000  ACCM 2188 VL-PCI Bridge
 product ACC 2051_HB    0x2051  2051 PCI Single Chip Solution (host bridge)



Home | Main Index | Thread Index | Old Index