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 make /dev/reload optional (it is impleme...



details:   https://anonhg.NetBSD.org/src/rev/191cb6e0b79c
branches:  trunk
changeset: 545822:191cb6e0b79c
user:      is <is%NetBSD.org@localhost>
date:      Wed Apr 16 20:43:29 2003 +0000

description:
make /dev/reload optional (it is implemented for a.out kernels only, at
the moment.)

diffstat:

 sys/arch/amiga/conf/AMIGA   |  9 ++++++---
 sys/arch/amiga/conf/DRACO   |  7 ++++---
 sys/arch/amiga/conf/GENERIC |  9 ++++++---
 sys/arch/amiga/conf/INSTALL |  9 ++++++---
 sys/arch/amiga/conf/WSCONS  |  9 ++++++---
 5 files changed, 28 insertions(+), 15 deletions(-)

diffs (168 lines):

diff -r 8fb62468918c -r 191cb6e0b79c sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Wed Apr 16 20:42:34 2003 +0000
+++ b/sys/arch/amiga/conf/AMIGA Wed Apr 16 20:43:29 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: AMIGA,v 1.60 2003/04/10 22:06:53 christos Exp $
+# $NetBSD: AMIGA,v 1.61 2003/04/16 20:43:29 is Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.9 2002/11/22 12:20:59 wiz Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.60 $"
+#ident                 "GENERIC-$Revision: 1.61 $"
 
 
 maxusers       8
@@ -195,6 +195,9 @@
 #options       SEROBUF_SIZE=32
 #options       LEV6_DEFER      # defers l6 to l4 (below serial l5)
 
+#options       DEVRELOAD       # implement /dev/reload
+#                              # currently only works for a.out kernels
+
 options        RETINACONSOLE   # enable code to allow retina to be console
 options        ULOWELLCONSOLE  # enable code to allow a2410 to be console
 options        CL5426CONSOLE   # Cirrus console
diff -r 8fb62468918c -r 191cb6e0b79c sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Wed Apr 16 20:42:34 2003 +0000
+++ b/sys/arch/amiga/conf/DRACO Wed Apr 16 20:43:29 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.76 2003/04/10 22:06:53 christos Exp $
+# $NetBSD: DRACO,v 1.77 2003/04/16 20:43:29 is Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.9 2002/11/22 12:20:59 wiz Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.76 $"
+#ident                 "GENERIC-$Revision: 1.77 $"
 
 
 maxusers       8
@@ -184,6 +184,7 @@
 #options       SEROBUF_SIZE=32
 #options       LEV6_DEFER      # defers l6 to l4 (below serial l5)
 
+
 options        RETINACONSOLE   # enable code to allow retina to be console
 #options       KFONT_8X11      # 8x11 font
 
diff -r 8fb62468918c -r 191cb6e0b79c sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Wed Apr 16 20:42:34 2003 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Wed Apr 16 20:43:29 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.193 2003/04/10 22:06:53 christos Exp $
+# $NetBSD: GENERIC,v 1.194 2003/04/16 20:43:29 is Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.9 2002/11/22 12:20:59 wiz Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.193 $"
+#ident                 "GENERIC-$Revision: 1.194 $"
 
 
 maxusers       8
@@ -196,6 +196,9 @@
 #options       SEROBUF_SIZE=32
 #options       LEV6_DEFER      # defers l6 to l4 (below serial l5)
 
+#options       DEVRELOAD       # implement /dev/reload
+#                              # currently only works for a.out kernels
+
 options        RETINACONSOLE   # enable code to allow retina to be console
 options        ULOWELLCONSOLE  # enable code to allow a2410 to be console
 options        CL5426CONSOLE   # Cirrus console
diff -r 8fb62468918c -r 191cb6e0b79c sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Wed Apr 16 20:42:34 2003 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Wed Apr 16 20:43:29 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.37 2003/02/27 19:22:38 perseant Exp $
+# $NetBSD: INSTALL,v 1.38 2003/04/16 20:43:29 is Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.9 2002/11/22 12:20:59 wiz Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.37 $"
+#ident                 "GENERIC-$Revision: 1.38 $"
 
 makeoptions    COPTS="-Os"
 
@@ -156,6 +156,9 @@
 #options       SEROBUF_SIZE=32
 #options       LEV6_DEFER      # defers l6 to l4 (below serial l5)
 
+#options       DEVRELOAD       # implement /dev/reload
+#                              # currently only works for a.out kernels
+
 options        RETINACONSOLE   # enable code to allow retina to be console
 options        ULOWELLCONSOLE  # enable code to allow a2410 to be console
 options        CL5426CONSOLE   # Cirrus console
diff -r 8fb62468918c -r 191cb6e0b79c sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Wed Apr 16 20:42:34 2003 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Wed Apr 16 20:43:29 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: WSCONS,v 1.14 2003/04/10 22:06:53 christos Exp $
+# $NetBSD: WSCONS,v 1.15 2003/04/16 20:43:29 is Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.9 2002/11/22 12:20:59 wiz Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.14 $"
+#ident                 "GENERIC-$Revision: 1.15 $"
 
 
 maxusers       8
@@ -196,6 +196,9 @@
 #options       SEROBUF_SIZE=32
 #options       LEV6_DEFER      # defers l6 to l4 (below serial l5)
 
+#options       DEVRELOAD       # implement /dev/reload
+#                              # currently only works for a.out kernels
+
 options        RETINACONSOLE   # enable code to allow retina to be console
 options        ULOWELLCONSOLE  # enable code to allow a2410 to be console
 options        CL5426CONSOLE   # Cirrus console



Home | Main Index | Thread Index | Old Index