Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Add the new xsh(4) driver to GENERIC.in ...



details:   https://anonhg.NetBSD.org/src/rev/173c3d2b59a3
branches:  trunk
changeset: 789250:173c3d2b59a3
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Sun Aug 11 16:15:52 2013 +0000

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

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r ac0b5245251b -r 173c3d2b59a3 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sun Aug 11 14:42:04 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sun Aug 11 16:15:52 2013 +0000
@@ -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 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index