Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Add uftdi and ucom, now that they're tes...
details: https://anonhg.NetBSD.org/src/rev/ec5f05db8cb2
branches: trunk
changeset: 502016:ec5f05db8cb2
user: nathanw <nathanw%NetBSD.org@localhost>
date: Wed Jan 10 17:32:08 2001 +0000
description:
Add uftdi and ucom, now that they're tested and known to work.
diffstat:
sys/arch/alpha/conf/ALPHA | 9 +++++++--
sys/arch/alpha/conf/GENERIC | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diffs (58 lines):
diff -r 417c3a62a284 -r ec5f05db8cb2 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Wed Jan 10 16:48:04 2001 +0000
+++ b/sys/arch/alpha/conf/ALPHA Wed Jan 10 17:32:08 2001 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: ALPHA,v 1.141 2000/12/30 07:01:31 tsutsui Exp $
+# $NetBSD: ALPHA,v 1.142 2001/01/10 17:32:08 nathanw Exp $
#
# Alpha kernel with all the options you'd want, and more.
include "arch/alpha/conf/std.alpha"
-ident "ALPHA-$Revision: 1.141 $"
+ident "ALPHA-$Revision: 1.142 $"
maxusers 32
@@ -459,6 +459,11 @@
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+# Serial adapters
+# FTDI FT8U100AX serial adapter
+uftdi* at uhub? port ?
+ucom* at uftdi? portno ?
+
# USB scanners
uscanner* at uhub? port ?
diff -r 417c3a62a284 -r ec5f05db8cb2 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Wed Jan 10 16:48:04 2001 +0000
+++ b/sys/arch/alpha/conf/GENERIC Wed Jan 10 17:32:08 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.177 2000/12/29 22:03:47 mycroft Exp $
+# $NetBSD: GENERIC,v 1.178 2001/01/10 17:32:08 nathanw Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.177 $"
+#ident "GENERIC-$Revision: 1.178 $"
maxusers 32
@@ -419,6 +419,11 @@
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+# Serial adapters
+# FTDI FT8U100AX serial adapter
+uftdi* at uhub? port ?
+ucom* at uftdi? portno ?
+
# USB scanners
uscanner* at uhub? port ?
Home |
Main Index |
Thread Index |
Old Index