Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/atari/conf Pullup versions 1.29-1.30 of GENERI...
details: https://anonhg.NetBSD.org/src/rev/962009b46237
branches: netbsd-1-6
changeset: 529892:962009b46237
user: jmc <jmc%NetBSD.org@localhost>
date: Fri Jan 10 06:57:54 2003 +0000
description:
Pullup versions 1.29-1.30 of GENERIC.in and regenerate config's (requested by
leo in ticket #1062)
Since 1.6 we have 3 images (not 2\!):
- 1Mb on HD floppy's
- 1.44Mb on HD floppy's
- 1.44Mb on a DD floppy
diffstat:
sys/arch/atari/conf/ATARITT | 8 ++++----
sys/arch/atari/conf/BOOT | 6 +++---
sys/arch/atari/conf/BOOTX | 6 +++---
sys/arch/atari/conf/FALCON | 8 ++++----
sys/arch/atari/conf/GENERIC.in | 4 ++--
sys/arch/atari/conf/HADES | 8 ++++----
sys/arch/atari/conf/MILAN-ISAIDE | 10 +++++-----
sys/arch/atari/conf/MILAN-PCIIDE | 10 +++++-----
8 files changed, 30 insertions(+), 30 deletions(-)
diffs (255 lines):
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/ATARITT Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: ATARITT,v 1.47.4.1 2002/08/01 04:41:35 lukem Exp $
+# $NetBSD: ATARITT,v 1.47.4.2 2003/01/10 06:57:54 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD$
#This configuration file is for a GENERIC ATARI-TT
@@ -62,7 +62,7 @@
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
-#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
@@ -171,7 +171,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
pseudo-device bpfilter 2 # berkeley packet filters
pseudo-device tun 2 # network tunnel
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/BOOT Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOT,v 1.46.4.1 2002/08/01 04:41:43 lukem Exp $
+# $NetBSD: BOOT,v 1.46.4.2 2003/01/10 06:57:55 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD$
#This configuration file is for a generic ATARI-Falcon
@@ -97,7 +97,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
#Hardware options for GENERIC are in the various machine type specific files
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/BOOTX
--- a/sys/arch/atari/conf/BOOTX Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/BOOTX Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOTX,v 1.40.4.1 2002/08/01 04:41:53 lukem Exp $
+# $NetBSD: BOOTX,v 1.40.4.2 2003/01/10 06:57:55 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD$
#This configuration file is for a generic ATARI-Falcon
@@ -101,7 +101,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
#Hardware options for GENERIC are in the various machine type specific files
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/FALCON Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: FALCON,v 1.47.4.1 2002/08/01 04:42:02 lukem Exp $
+# $NetBSD: FALCON,v 1.47.4.2 2003/01/10 06:57:56 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD$
#This configuration file is for a generic ATARI-Falcon
@@ -65,7 +65,7 @@
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
-#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
@@ -172,7 +172,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
pseudo-device bpfilter 2 # berkeley packet filters
pseudo-device tun 2 # network tunnel
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/GENERIC.in Fri Jan 10 06:57:54 2003 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.in,v 1.19.4.3 2002/10/24 09:34:16 lukem Exp $
+# $NetBSD: GENERIC.in,v 1.19.4.4 2003/01/10 06:57:54 jmc Exp $
#
# Generic atari
#
@@ -217,7 +217,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
#ifndef INSTALL_KERNEL
pseudo-device bpfilter 2 # berkeley packet filters
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/HADES Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.37.4.2 2002/08/01 04:42:11 lukem Exp $
+# $NetBSD: HADES,v 1.37.4.3 2003/01/10 06:57:57 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: HADES.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD$
#This configuration file is for a generic Medusa-Hades
@@ -61,7 +61,7 @@
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
-#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
@@ -174,7 +174,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
pseudo-device bpfilter 2 # berkeley packet filters
pseudo-device tun 2 # network tunnel
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.12.4.3 2002/08/01 04:42:20 lukem Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.12.4.4 2003/01/10 06:57:57 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: MILAN.in,v 1.10 2002/06/15 21:44:07 leo Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD: MILAN.in,v 1.8.10.1 2002/06/18 23:52:07 lukem Exp $
+# NetBSD$
#This configuration file is for a generic Milan
@@ -61,7 +61,7 @@
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
-#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
@@ -171,7 +171,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
pseudo-device bpfilter 2 # berkeley packet filters
pseudo-device tun 2 # network tunnel
diff -r 13e6a15fa2ae -r 962009b46237 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE Fri Jan 10 06:49:47 2003 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE Fri Jan 10 06:57:54 2003 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.12.4.3 2002/08/01 04:42:30 lukem Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.12.4.4 2003/01/10 06:57:58 jmc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: MILAN.in,v 1.10 2002/06/15 21:44:07 leo Exp $
-# NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
+# NetBSD: MILAN.in,v 1.8.10.1 2002/06/18 23:52:07 lukem Exp $
+# NetBSD$
#This configuration file is for a generic Milan
@@ -61,7 +61,7 @@
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
-#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
@@ -171,7 +171,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
-pseudo-device md 2 # Boot memory disk
+pseudo-device md 3 # Boot memory disk
pseudo-device bpfilter 2 # berkeley packet filters
pseudo-device tun 2 # network tunnel
Home |
Main Index |
Thread Index |
Old Index