diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-06-11 06:42:18 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-06-11 06:42:18 +0000 |
commit | ac394b0bdb4975e9806d4ed0b54259bc39b03cba (patch) | |
tree | ab86cc5e72b3e714c549f9a4afdd0e967fc4af63 /sys/dev/usb/files.usb | |
parent | 6596dbb3d0f17b28f401566fe166785d6d0b4eda (diff) |
Add the umct serial driver for netbsd.
This currently does not work properly with the device that I have, so
I will not add it to GENERIC
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index f5fd7406e34..77cb637854b 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.25 2002/05/09 15:06:29 nate Exp $ +# $OpenBSD: files.usb,v 1.26 2002/06/11 06:42:17 nate Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -142,6 +142,11 @@ device uplcom: ucombus attach uplcom at uhub file dev/usb/uplcom.c uplcom +# MCT USB-232 serial driver +device umct: ucombus +attach umct at uhub +file dev/usb/umct.c umct + # Scanners device uscanner attach uscanner at uhub |