Module Name:    src
Committed By:   rkujawa
Date:           Sun Aug 11 16:15:52 UTC 2013

Modified Files:
        src/sys/arch/amiga/conf: GENERIC.in

Log Message:
Add the new xsh(4) driver to GENERIC.in template.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/amiga/conf/GENERIC.in

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/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.118 src/sys/arch/amiga/conf/GENERIC.in:1.119
--- src/sys/arch/amiga/conf/GENERIC.in:1.118	Sun Jun 30 21:38:55 2013
+++ src/sys/arch/amiga/conf/GENERIC.in	Sun Aug 11 16:15:52 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.118 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: GENERIC.in,v 1.119 2013/08/11 16:15:52 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.118 $"
+#ident 		"GENERIC-$Revision: 1.119 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions	COPTS="-Os"
@@ -461,6 +461,9 @@ ed*		at zbus0		# Hydra, ASDG LanRover
 es*		at zbus0		# CEI A4066 EthernetPLUS
 qn*		at zbus0		# Quicknet
 
+xsh*		at zbus0		# X-Surf 100
+ne*		at xshbus?		# NE2000 chip on X-Surf 100
+
 xsurf*		at zbus0		# X-Surf
 ne*		at xsurfbus?		# NE2000 chip on X-Surf
 gencp*		at xsurfbus?		# clockports on X-Surf

Reply via email to