Module Name:    src
Committed By:   simonb
Date:           Sat Apr 25 12:41:58 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: ALL

Log Message:
Add uxrcom.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/amd64/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.148 src/sys/arch/amd64/conf/ALL:1.149
--- src/sys/arch/amd64/conf/ALL:1.148	Mon Apr 13 09:30:42 2020
+++ src/sys/arch/amd64/conf/ALL	Sat Apr 25 12:41:57 2020
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 @@ ucom*	at uark? portno ?
 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 ?
 

Reply via email to