Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add a few Ethernet adapters.



details:   https://anonhg.NetBSD.org/src/rev/493322af6a05
branches:  trunk
changeset: 479884:493322af6a05
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Dec 24 18:03:05 1999 +0000

description:
Add a few Ethernet adapters.

diffstat:

 sys/dev/usb/usbdevs |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r 739220389edd -r 493322af6a05 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Fri Dec 24 17:03:34 1999 +0000
+++ b/sys/dev/usb/usbdevs       Fri Dec 24 18:03:05 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.63 1999/12/17 14:07:21 augustss Exp $
+$NetBSD: usbdevs,v 1.64 1999/12/24 18:03:05 augustss Exp $
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -44,6 +44,7 @@
 vendor HP              0x03f0  Hewlett Packard
 vendor NEC             0x0409  NEC
 vendor KODAK           0x040a  Eastman Kodak Corp.
+vendor MELCO           0x0411  Melco Inc.
 vendor CATC            0x0423  Computer Access Technology Corp.
 vendor GRAVIS          0x0428  Advanced Gravis Computer Tech. Ltd.
 vendor LEXMARK         0x043d  Lexmark International Inc.
@@ -101,9 +102,11 @@
 vendor ADS             0x06e1  ADS Technologies
 vendor MIDIMAN         0x0763  Midiman
 vendor SANDISK         0x0781  SanDisk Corp
+vendor COREGA          0x07aa  Corega
 vendor SIIG            0x07cc  SIIG
 vendor HANDSPRING      0x082d  Handspring Inc.
 vendor ACTIVEWIRE      0x0854  ActiveWire Inc.
+vendor BILLIONTON      0x08dd  Billionton
 vendor MOTOROLA                0x1063  Motorola
 vendor PLX             0x10b5  PLX
 vendor INSIDEOUT       0x1608  Inside Out Networks
@@ -127,6 +130,9 @@
 product KODAK DC240            0x0120  Digital Science DC240
 product KODAK DC280            0x0130  Digital Science DC280
 
+/* Melco Inc products */
+product MELCO LUA_TX           0x0001  LUA-TX Ethernet
+
 /* CATC products */
 product CATC CHIEF             0x000d  USB Chief Bus & Protocol Analyzer
 product CATC ANDROMEDA         0x1237  Andromeda hub
@@ -315,6 +321,9 @@
 /* SanDisk products */
 product        SANDISK IMAGEMATE       0x0001  USB ImageMate
 
+/* Corega products */
+product COREGA ETHER_USB_T     0x0001  Ether USB-T
+
 /* SIIG products */
 product SIIG DIGIFILMREADER    0x0004  DigiFilm-Combo Reader
 
@@ -325,6 +334,9 @@
 product ACTIVEWIRE IOBOARD     0x0100  I/O Board
 product ACTIVEWIRE IOBOARD_FW1 0x0101  I/O Board, rev. 1 firmware
 
+/* Billionton products */
+product BILLIONTON USB100N     0x0986  USB100N Ethernet
+
 /* Motorola products */
 product        MOTOROLA MC141555       0x1555  MC141555 hub controller
 



Home | Main Index | Thread Index | Old Index