Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add FTDI FT8U100AX driver.



details:   https://anonhg.NetBSD.org/src/rev/a92eb8fcfde9
branches:  trunk
changeset: 484909:a92eb8fcfde9
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Apr 14 14:53:32 2000 +0000

description:
Add FTDI FT8U100AX driver.

diffstat:

 sys/arch/i386/conf/GENERIC |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r ae1bab4e2172 -r a92eb8fcfde9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Apr 14 14:51:22 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Apr 14 14:53:32 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.324 2000/04/14 14:46:17 augustss Exp $
+#      $NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.324 $"
+#ident                 "GENERIC-$Revision: 1.325 $"
 
 maxusers       32              # estimated number of users
 
@@ -641,6 +641,11 @@
 # Prolofic PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
 
+# Serial adapters
+# FTDI FT8U100AX serial adapter
+#uftdi*        at uhub? port ?
+#ucom* at uftdi? portno ?
+
 # Diamond Multimedia Rio 500
 urio*  at uhub? port ?
 



Home | Main Index | Thread Index | Old Index