Source-Changes-HG archive

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

[src/trunk]: src/sys/arch regenerate these configurations from GENERIC.in.



details:   https://anonhg.NetBSD.org/src/rev/c73750f132c8
branches:  trunk
changeset: 754700:c73750f132c8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat May 08 22:18:23 2010 +0000

description:
regenerate these configurations from GENERIC.in.

diffstat:

 sys/arch/amiga/conf/DRACO        |  7 ++++---
 sys/arch/amiga/conf/GENERIC      |  7 ++++---
 sys/arch/amiga/conf/INSTALL      |  7 ++++---
 sys/arch/atari/conf/ATARITT      |  5 +++--
 sys/arch/atari/conf/FALCON       |  5 +++--
 sys/arch/atari/conf/HADES        |  5 +++--
 sys/arch/atari/conf/MILAN-ISAIDE |  5 +++--
 sys/arch/atari/conf/MILAN-PCIIDE |  5 +++--
 sys/arch/atari/conf/SMALL030     |  4 ++--
 9 files changed, 29 insertions(+), 21 deletions(-)

diffs (241 lines):

diff -r da459b97d178 -r c73750f132c8 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/amiga/conf/DRACO Sat May 08 22:18:23 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.134 2010/04/29 22:42:27 chs Exp $
+# $NetBSD: DRACO,v 1.135 2010/05/08 22:18:24 mrg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.75 2010/04/29 22:40:49 chs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.76 2010/05/08 22:16:25 mrg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.134 $"
+#ident                 "GENERIC-$Revision: 1.135 $"
 
 
 maxusers       8
@@ -69,6 +69,7 @@
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
 options        IPFILTER_LOOKUP # ippool(8) support
+options        IPFILTER_COMPAT # Compat for IP-Filter
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 #options       ALTQ            # Manipulate network interfaces' output queues
diff -r da459b97d178 -r c73750f132c8 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sat May 08 22:18:23 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.263 2010/04/29 22:42:27 chs Exp $
+# $NetBSD: GENERIC,v 1.264 2010/05/08 22:18:24 mrg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.75 2010/04/29 22:40:49 chs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.76 2010/05/08 22:16:25 mrg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.263 $"
+#ident                 "GENERIC-$Revision: 1.264 $"
 
 
 maxusers       8
@@ -81,6 +81,7 @@
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
 options        IPFILTER_LOOKUP # ippool(8) support
+options        IPFILTER_COMPAT # Compat for IP-Filter
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 #options       ALTQ            # Manipulate network interfaces' output queues
diff -r da459b97d178 -r c73750f132c8 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Sat May 08 22:18:23 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.87 2010/04/29 22:42:27 chs Exp $
+# $NetBSD: INSTALL,v 1.88 2010/05/08 22:18:24 mrg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.75 2010/04/29 22:40:49 chs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.76 2010/05/08 22:16:25 mrg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.87 $"
+#ident                 "GENERIC-$Revision: 1.88 $"
 
 makeoptions    COPTS="-Os"
 
@@ -76,6 +76,7 @@
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
 options        IPFILTER_LOOKUP # ippool(8) support
+options        IPFILTER_COMPAT # Compat for IP-Filter
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 #options       ALTQ            # Manipulate network interfaces' output queues
diff -r da459b97d178 -r c73750f132c8 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/atari/conf/ATARITT       Sat May 08 22:18:23 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: ATARITT,v 1.103 2010/05/08 20:41:24 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.104 2010/05/08 22:18:23 mrg Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.90 2010/05/08 22:16:26 mrg Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -20,6 +20,7 @@
 options PFIL_HOOKS # pfil(9) packet filter hooks
 options IPFILTER_LOG # ipmon(8) log support
 options IPFILTER_LOOKUP # ippool(8) support
+options IPFILTER_COMPAT # Compat for IP-Filter
 file-system FFS # Berkeley fast file system
 file-system MFS # Memory based filesystem
 file-system MSDOSFS # MSDOS filesystem
diff -r da459b97d178 -r c73750f132c8 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/atari/conf/FALCON        Sat May 08 22:18:23 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: FALCON,v 1.100 2010/05/08 20:41:24 tsutsui Exp $
+# $NetBSD: FALCON,v 1.101 2010/05/08 22:18:23 mrg Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.90 2010/05/08 22:16:26 mrg Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -25,6 +25,7 @@
 options PFIL_HOOKS # pfil(9) packet filter hooks
 options IPFILTER_LOG # ipmon(8) log support
 options IPFILTER_LOOKUP # ippool(8) support
+options IPFILTER_COMPAT # Compat for IP-Filter
 file-system FFS # Berkeley fast file system
 file-system MFS # Memory based filesystem
 file-system MSDOSFS # MSDOS filesystem
diff -r da459b97d178 -r c73750f132c8 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/atari/conf/HADES Sat May 08 22:18:23 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.93 2010/05/08 20:41:24 tsutsui Exp $
+# $NetBSD: HADES,v 1.94 2010/05/08 22:18:23 mrg Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.11 2010/04/10 01:59:40 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.90 2010/05/08 22:16:26 mrg Exp $
 include "arch/atari/conf/std.hades"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -24,6 +24,7 @@
 options PFIL_HOOKS # pfil(9) packet filter hooks
 options IPFILTER_LOG # ipmon(8) log support
 options IPFILTER_LOOKUP # ippool(8) support
+options IPFILTER_COMPAT # Compat for IP-Filter
 file-system FFS # Berkeley fast file system
 file-system MFS # Memory based filesystem
 file-system MSDOSFS # MSDOS filesystem
diff -r da459b97d178 -r c73750f132c8 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sat May 08 22:18:23 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.70 2010/05/08 20:41:24 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.71 2010/05/08 22:18:23 mrg Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.90 2010/05/08 22:16:26 mrg Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -24,6 +24,7 @@
 options PFIL_HOOKS # pfil(9) packet filter hooks
 options IPFILTER_LOG # ipmon(8) log support
 options IPFILTER_LOOKUP # ippool(8) support
+options IPFILTER_COMPAT # Compat for IP-Filter
 file-system FFS # Berkeley fast file system
 file-system MFS # Memory based filesystem
 file-system MSDOSFS # MSDOS filesystem
diff -r da459b97d178 -r c73750f132c8 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Sat May 08 22:18:23 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.74 2010/05/08 20:41:24 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.75 2010/05/08 22:18:23 mrg Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.90 2010/05/08 22:16:26 mrg Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -24,6 +24,7 @@
 options PFIL_HOOKS # pfil(9) packet filter hooks
 options IPFILTER_LOG # ipmon(8) log support
 options IPFILTER_LOOKUP # ippool(8) support
+options IPFILTER_COMPAT # Compat for IP-Filter
 file-system FFS # Berkeley fast file system
 file-system MFS # Memory based filesystem
 file-system MSDOSFS # MSDOS filesystem
diff -r da459b97d178 -r c73750f132c8 sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030      Sat May 08 22:16:25 2010 +0000
+++ b/sys/arch/atari/conf/SMALL030      Sat May 08 22:18:23 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: SMALL030,v 1.10 2010/05/08 20:41:24 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.11 2010/05/08 22:18:23 mrg Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.90 2010/05/08 22:16:26 mrg Exp $
 include "arch/atari/conf/std.atari"
 makeoptions COPTS="-Os"
 maxusers 16



Home | Main Index | Thread Index | Old Index