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 OnSpec disk controller.



details:   https://anonhg.NetBSD.org/src/rev/4b60bbf09bdb
branches:  trunk
changeset: 521868:4b60bbf09bdb
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Feb 07 13:00:13 2002 +0000

description:
Add OnSpec disk controller.

diffstat:

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

diffs (27 lines):

diff -r 0684a03c2f89 -r 4b60bbf09bdb sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Thu Feb 07 11:40:48 2002 +0000
+++ b/sys/dev/usb/usbdevs       Thu Feb 07 13:00:13 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.222 2002/02/02 06:00:56 gehenna Exp $
+$NetBSD: usbdevs,v 1.223 2002/02/07 13:00:13 augustss Exp $
 
 /*
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -246,6 +246,7 @@
 vendor OLYMPUS         0x07b4  Olympus
 vendor ABOCOM          0x07b8  AboCom Systems
 vendor KEISOKUGIKEN    0x07c1  Keisokugiken
+vendor ONSPEC          0x07c4  OnSpec
 vendor APG             0x07c5  APG Cash Drawer
 vendor BUG             0x07c8  B.U.G.
 vendor ALLIEDTELESYN   0x07c9  Allied Telesyn International
@@ -883,6 +884,9 @@
 product OMNIVISION OV511       0x0511  OV511 Camera
 product OMNIVISION OV511PLUS   0xa511  OV511+ Camera
 
+/* OnSpec Electronic, Inc. */
+product ONSPEC MD2             0x0103  disk
+
 /* Palm Computing, Inc. product */
 product PALM SERIAL            0x0080  USB Serial Adaptor
 product PALM M500              0x0001  Palm m500



Home | Main Index | Thread Index | Old Index