diff options
| author | reinoud <reinoud@NetBSD.org> | 2006-06-15 20:30:24 +0000 |
|---|---|---|
| committer | reinoud <reinoud@NetBSD.org> | 2006-06-15 20:30:24 +0000 |
| commit | b541e8386ac3c7dfd309f2f5f9f56d234b2ed73b (patch) | |
| tree | 9242f3289902e78c5fd01405d82f365e0f399afc /sys/dev | |
| parent | 8852dbf5f63e3feb978251465ab269e8a90828db (diff) | |
Add MosChip Semiconductor MCS 7830 Ethernet adaptor
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 757bd5aeb88..8907f8c9c33 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.431 2006/06/08 17:56:20 rjs Exp $ +$NetBSD: usbdevs,v 1.432 2006/06/15 20:30:24 reinoud Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -452,6 +452,7 @@ vendor ONSPEC2 0x55aa OnSpec Electronic Inc. vendor ZINWELL 0x5a57 Zinwell vendor SITECOM 0x6189 Sitecom vendor INTEL 0x8086 Intel +vendor MOSCHIP 0x9710 MosChip Semiconductor vendor HP2 0xf003 Hewlett Packard vendor USRP 0xfffe GNU Radio USRP @@ -1356,6 +1357,9 @@ product MITSUMI FDD 0x6901 FDD /* Mobility products */ product MOBILITY EA 0x0204 Ethernet Adapter +/* MosChip Semiconductor */ +product MOSCHIP MCS7830 0x7830 Ethernet Adapter + /* Motorola products */ product MOTOROLA MC141555 0x1555 MC141555 hub controller product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem |
