Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add uxrcom.



details:   https://anonhg.NetBSD.org/src/rev/c3a7ed93e124
branches:  trunk
changeset: 931284:c3a7ed93e124
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 25 12:41:57 2020 +0000

description:
Add uxrcom.

diffstat:

 sys/arch/amd64/conf/ALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 25c44be7bff2 -r c3a7ed93e124 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat Apr 25 12:39:15 2020 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat Apr 25 12:41:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.148 2020/04/13 09:30:42 jdolecek Exp $
+# $NetBSD: ALL,v 1.149 2020/04/25 12:41:57 simonb Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.148 $"
+#ident         "ALL-$Revision: 1.149 $"
 
 maxusers       64              # estimated number of users
 
@@ -1289,6 +1289,9 @@
 umcs* at uhub? port ?          # Moschip MCS7xxx serial adapter
 ucom*  at umcs? portno ?
 
+uxrcom*        at uhub? port ?         # Exar XR21V141x serial adapter
+ucom*  at uxrcom? portno ?
+
 uhmodem* at uhub?
 ucom*  at uhmodem? portno ?
 



Home | Main Index | Thread Index | Old Index