Module Name: src
Committed By: mrg
Date: Sat May 8 22:18:24 UTC 2010
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
regenerate these configurations from GENERIC.in.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.263 -r1.264 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/amiga/conf/INSTALL
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/atari/conf/SMALL030
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/DRACO
diff -u src/sys/arch/amiga/conf/DRACO:1.134 src/sys/arch/amiga/conf/DRACO:1.135
--- src/sys/arch/amiga/conf/DRACO:1.134 Thu Apr 29 22:42:27 2010
+++ src/sys/arch/amiga/conf/DRACO Sat May 8 22:18:24 2010
@@ -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
Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.263 src/sys/arch/amiga/conf/GENERIC:1.264
--- src/sys/arch/amiga/conf/GENERIC:1.263 Thu Apr 29 22:42:27 2010
+++ src/sys/arch/amiga/conf/GENERIC Sat May 8 22:18:24 2010
@@ -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
Index: src/sys/arch/amiga/conf/INSTALL
diff -u src/sys/arch/amiga/conf/INSTALL:1.87 src/sys/arch/amiga/conf/INSTALL:1.88
--- src/sys/arch/amiga/conf/INSTALL:1.87 Thu Apr 29 22:42:27 2010
+++ src/sys/arch/amiga/conf/INSTALL Sat May 8 22:18:24 2010
@@ -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
Index: src/sys/arch/atari/conf/ATARITT
diff -u src/sys/arch/atari/conf/ATARITT:1.103 src/sys/arch/atari/conf/ATARITT:1.104
--- src/sys/arch/atari/conf/ATARITT:1.103 Sat May 8 20:41:24 2010
+++ src/sys/arch/atari/conf/ATARITT Sat May 8 22:18:23 2010
@@ -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
Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.100 src/sys/arch/atari/conf/FALCON:1.101
--- src/sys/arch/atari/conf/FALCON:1.100 Sat May 8 20:41:24 2010
+++ src/sys/arch/atari/conf/FALCON Sat May 8 22:18:23 2010
@@ -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
Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.93 src/sys/arch/atari/conf/HADES:1.94
--- src/sys/arch/atari/conf/HADES:1.93 Sat May 8 20:41:24 2010
+++ src/sys/arch/atari/conf/HADES Sat May 8 22:18:23 2010
@@ -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
Index: src/sys/arch/atari/conf/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.70 src/sys/arch/atari/conf/MILAN-ISAIDE:1.71
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.70 Sat May 8 20:41:24 2010
+++ src/sys/arch/atari/conf/MILAN-ISAIDE Sat May 8 22:18:23 2010
@@ -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
Index: src/sys/arch/atari/conf/MILAN-PCIIDE
diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.74 src/sys/arch/atari/conf/MILAN-PCIIDE:1.75
--- src/sys/arch/atari/conf/MILAN-PCIIDE:1.74 Sat May 8 20:41:24 2010
+++ src/sys/arch/atari/conf/MILAN-PCIIDE Sat May 8 22:18:23 2010
@@ -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
Index: src/sys/arch/atari/conf/SMALL030
diff -u src/sys/arch/atari/conf/SMALL030:1.10 src/sys/arch/atari/conf/SMALL030:1.11
--- src/sys/arch/atari/conf/SMALL030:1.10 Sat May 8 20:41:24 2010
+++ src/sys/arch/atari/conf/SMALL030 Sat May 8 22:18:23 2010
@@ -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