From b541e8386ac3c7dfd309f2f5f9f56d234b2ed73b Mon Sep 17 00:00:00 2001 From: reinoud Date: Thu, 15 Jun 2006 20:30:24 +0000 Subject: Add MosChip Semiconductor MCS 7830 Ethernet adaptor --- sys/dev/usb/usbdevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb/usbdevs') 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 -- cgit