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 XGI Technology's devices.



details:   https://anonhg.NetBSD.org/src/rev/fbb281629eaf
branches:  trunk
changeset: 780279:fbb281629eaf
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jul 19 02:40:08 2012 +0000

description:
Add XGI Technology's devices.

diffstat:

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

diffs (31 lines):

diff -r c3947ef49621 -r fbb281629eaf sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jul 18 23:33:26 2012 +0000
+++ b/sys/dev/pci/pcidevs       Thu Jul 19 02:40:08 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1119 2012/07/12 09:29:31 kiyohara Exp $
+$NetBSD: pcidevs,v 1.1120 2012/07/19 02:40:08 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -619,6 +619,7 @@
 vendor RALINK          0x1814  Ralink Technologies
 vendor RMI             0x182e  Raza Microelectronics Inc. (NetLogic)
 vendor BBELEC          0x1896  B & B Electronics
+vendor XGI             0x18ca  XGI Technology
 vendor RENESAS         0x1912  Renesas Technologies
 vendor FREESCALE       0x1957  Freescale Semiconductor
 vendor ATTANSIC                0x1969  Attansic Technologies
@@ -4886,6 +4887,13 @@
 /* XenSource products */
 product XENSOURCE XENPLATFORM          0x0001  Xen Platform Device
 
+/* XGI Technology products */
+product XGI VOLARI_Z7          0x0020  Volari Z7/Z9/Z9s
+product XGI VOLARI_Z9M         0x0021  Volari Z9m
+product XGI VOLARI_Z11         0x0027  Volari Z11/Z11M
+product XGI VOLARI_V3XT                0x0040  Volari V3XT/V5/V8
+product XGI VOLARI_XP10                0x0047  Volari XP10
+
 /* Xircom products */
 /* is the `-3' here just indicating revision 3, or is it really part
    of the device name? */



Home | Main Index | Thread Index | Old Index