diff options
| author | bouyer <bouyer@NetBSD.org> | 2014-07-16 18:22:23 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2014-07-16 18:22:23 +0000 |
| commit | a854c5ad077a54838238156d4a2111acbf4e5859 (patch) | |
| tree | 78bac6bc0ff89803397e1e105b079ab3372d22a0 /sys/dev/DEVNAMES | |
| parent | e28b6b04b13d63f0aa9492a60e89b07bdd6b5b7b (diff) | |
Add motg(4), a driver for Mentor Graphic's OTG USB controller IP,
as found in several SoCs.
Only host mode is supported, good enough for umass (USB keys), kubd and ums,
and USB2 hubs.
It fails to properly talk to USB/serial adapters at this time.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 7a2941b9414..0f02aca77ed 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.289 2014/03/31 11:25:49 martin Exp $ +# $NetBSD: DEVNAMES,v 1.290 2014/07/16 18:22:23 bouyer Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -902,6 +902,7 @@ mmem dreamcast mms bebox mms dreamcast mms i386 +motg MI motoi2c MI Attribute moxa MI mppb amiga |
