Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix product ids of ENE CB710 and CB720 CardBus c...



details:   https://anonhg.NetBSD.org/src/rev/c184d99add96
branches:  trunk
changeset: 574836:c184d99add96
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 15 00:13:16 2005 +0000

description:
Fix product ids of ENE CB710 and CB720 CardBus controllers.

diffstat:

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

diffs (26 lines):

diff -r cc0caa43a2f1 -r c184d99add96 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Mar 15 00:10:40 2005 +0000
+++ b/sys/dev/pci/pcidevs       Tue Mar 15 00:13:16 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.696 2005/03/07 02:27:17 christos Exp $
+$NetBSD: pcidevs,v 1.697 2005/03/15 00:13:16 uwe Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1418,13 +1418,13 @@
 product EMULEX LP9802  0xf980  LP9802 FibreChannel adapter
 
 /* ENE Technology products */
-product ENE MCR510     0x510   MCR510 PCI Memory Card Reader Controller
-product ENE CB710      0x710   CB710 CardBus Controller
-product ENE CB720      0x720   CB720 CardBus Controller
+product ENE MCR510     0x0510  MCR510 PCI Memory Card Reader Controller
 product ENE CB1211     0x1211  CB1211 CardBus Controller
 product ENE CB1225     0x1225  CB1225 CardBus Controller
 product ENE CB1410     0x1410  CB1410 CardBus Controller
+product ENE CB710      0x1411  CB710 CardBus Controller
 product ENE CB1420     0x1420  CB1420 CardBus Controller
+product ENE CB720      0x1421  CB720 CardBus Controller
 
 /* Ensoniq products */
 product ENSONIQ AUDIOPCI       0x5000  AudioPCI



Home | Main Index | Thread Index | Old Index