Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cardbus Cosmetic change: re-ordered by vendor id.



details:   https://anonhg.NetBSD.org/src/rev/eaeb24631f0d
branches:  trunk
changeset: 503473:eaeb24631f0d
user:      haya <haya%NetBSD.org@localhost>
date:      Wed Feb 07 09:49:12 2001 +0000

description:
Cosmetic change: re-ordered by vendor id.

diffstat:

 sys/dev/cardbus/cardbusdevs |  53 ++++++++++++++++++++++----------------------
 1 files changed, 26 insertions(+), 27 deletions(-)

diffs (92 lines):

diff -r 571bfd6646dd -r eaeb24631f0d sys/dev/cardbus/cardbusdevs
--- a/sys/dev/cardbus/cardbusdevs       Wed Feb 07 08:59:47 2001 +0000
+++ b/sys/dev/cardbus/cardbusdevs       Wed Feb 07 09:49:12 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: cardbusdevs,v 1.13 2001/01/16 18:42:56 thorpej Exp $
+$NetBSD: cardbusdevs,v 1.14 2001/02/07 09:49:12 haya Exp $
 
 /*
  * Copyright (C) 1999  Hayakawa Koichi.
@@ -41,23 +41,28 @@
  */
 
 vendor DEC             0x1011  Digital Equipment
-vendor 3COM            0x10B7  3Com
+vendor OPTI            0x1045  Opti
+vendor 3COM            0x10b7  3Com
+vendor REALTEK         0x10ec  Realtek Semiconductor
+vendor ACCTON          0x1113  Accton Technology
+vendor XIRCOM          0x115d  Xircom
+vendor ABOCOM          0x13d1  AboCom Systems
+vendor INTEL           0x8086  Intel
 vendor ADP             0x9004  Adaptec
 vendor ADP2            0x9005  Adaptec (2nd PCI Vendor ID)
-vendor OPTI            0x1045  Opti
-vendor XIRCOM          0x115d  Xircom
-vendor ACCTON          0x1113  Accton Technology
-vendor ABOCOM          0x13d1  AboCom Systems
-vendor REALTEK         0x10ec  Realtek Semiconductor
-vendor INTEL           0x8086  Intel
 vendor INVALID         0xffff  INVALID VENDOR ID
 
 /*
  * List of known products.  Grouped by vendor.
  */
 
+/* DEC products */
+product DEC 21142      0x0019  DECchip 21142/3
+
+/* Opti products */
+product OPTI 82C861    0xc861  82C861 USB Host Controller (OHCI)
+
 /* 3COM Products */
-
 product 3COM 3C575TX   0x5057  3c575-TX
 product 3COM 3C575BTX  0x5157  3CCFE575BT
 product 3COM 3C575CTX  0x5257  3CCFE575CT
@@ -65,27 +70,13 @@
 product 3COM 3C656B_E  0x6562  3CCFEM656B 10/100 Ethernet
 product 3COM 3C656C_E  0x6564  3CXFEM656C 10/100 Ethernet
 
-/* AboCom products */
-product ABOCOM FE2500  0xab02  FE2500 10/100 Ethernet
-
-/* Adaptec products */
-product ADP 1480        0x6075  APA-1480
+/* Realtek (Creative Labs?) products */
+product REALTEK RT8138 0x8138  8138 Ethernet
 
 /* Accton products */
 product ACCTON MPX5030  0x1211  MPX 5030/5038 Ethernet
 product ACCTON EN2242  0x1216  EN2242 10/100 Ethernet
 
-/* DEC products */
-product DEC 21142      0x0019  DECchip 21142/3
-
-/* Intel products */
-product INTEL 82557    0x1229  82557 Fast Ethernet LAN Controller
-/* XXX product name? */
-product INTEL MODEM56  0x1002  56k Modem
-
-/* Opti products */
-product OPTI 82C861    0xc861  82C861 USB Host Controller (OHCI)
-
 /* Xircom products */
 /* is the `-3' here just indicating revision 3, or is it really part
    of the device name? */
@@ -94,5 +85,13 @@
 product XIRCOM X3201_3_21143   0x0003  X3201-3 Fast Ethernet Controller (21143)
 product        XIRCOM  MODEM56         0x0103  56k Modem
 
-/* Realtek (Creative Labs?) products */
-product REALTEK RT8138 0x8138  8138 Ethernet
+/* AboCom products */
+product ABOCOM FE2500  0xab02  FE2500 10/100 Ethernet
+
+/* Intel products */
+product INTEL 82557    0x1229  82557 Fast Ethernet LAN Controller
+/* XXX product name? */
+product INTEL MODEM56  0x1002  56k Modem
+
+/* Adaptec products */
+product ADP 1480        0x6075  APA-1480



Home | Main Index | Thread Index | Old Index