Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Regen config files from GENERIC.in rev 1...
details: https://anonhg.NetBSD.org/src/rev/be80be35fce7
branches: trunk
changeset: 804113:be80be35fce7
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Nov 24 08:29:26 2014 +0000
description:
Regen config files from GENERIC.in rev 1.109 by makeconf:
> Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports.
>
> This allows all (at least ATARITT and FALCON, which have certain users)
> gzipped kernel binaries put into 1440KB 2HD floppy so that users can
> load these kernels on the native TOS using LOADBSD.TTP utility for
> installation. Note SMALL030 kernel doesn't include any Ethernet
> configuration and requires CD-ROM or other removable disks.
>
> Should be pulled up to netbsd-7.
diffstat:
sys/arch/atari/conf/ATARITT | 27 ++++-----------------------
sys/arch/atari/conf/FALCON | 26 ++++----------------------
sys/arch/atari/conf/HADES | 24 ++++--------------------
sys/arch/atari/conf/MILAN-ISAIDE | 26 ++++++--------------------
sys/arch/atari/conf/MILAN-PCIIDE | 24 ++++--------------------
sys/arch/atari/conf/SMALL030 | 6 +++---
6 files changed, 25 insertions(+), 108 deletions(-)
diffs (truncated from 437 to 300 lines):
diff -r 0860bc06f656 -r be80be35fce7 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Mon Nov 24 08:23:48 2014 +0000
+++ b/sys/arch/atari/conf/ATARITT Mon Nov 24 08:29:26 2014 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: ATARITT,v 1.115 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: ATARITT,v 1.116 2014/11/24 08:29:26 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -18,9 +18,6 @@
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
-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
@@ -28,16 +25,11 @@
file-system KERNFS # Kernel parameter filesystem
file-system NFS # Network File System client side code
file-system PROCFS # Process filesystem
-file-system FDESC # /dev/fd
file-system NULLFS # Loopback filesystem
-file-system OVERLAY # overlay filesystem
-file-system UNION # union file system
-file-system UMAPFS # null file system (with uid & gid remapping)
-file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system EXT2FS # second extended file system (linux)
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
+options FFS_NO_SNAPSHOT # No FFS snapshot support
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
@@ -65,7 +57,7 @@
options KTRACE # Add kernel tracing system call
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-options SCSIVERBOSE # human readable SCSI error messages
+options MODULAR # new style module(7) framework
options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
options TT_SCSI # SCSI-support for TT
options TT_VIDEO # Graphics support for TT
@@ -78,20 +70,13 @@
config netbsd root on ? type ?
pseudo-device sl # Slip
pseudo-device ppp # ppp
-pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device md # Boot memory disk
-pseudo-device putter # for puffs and pud
pseudo-device vnd # 3 pseudo disks (see vnconfig)
pseudo-device bpfilter # berkeley packet filters
-pseudo-device tun # network tunnel
-pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
-pseudo-device ccd # concatenating disk driver
-pseudo-device fss # file system snapshot device
-pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device view 4 # View (graphics mapping)
@@ -118,8 +103,4 @@
scsibus* at scsi? # SCSI bus
sd* at scsibus? target ? lun ? # SCSI disk drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
-st* at scsibus? target ? lun ? # SCSI tape drives
-ch* at scsibus? target ? lun ? # SCSI autochangers
-ss* at scsibus? target ? lun ? # SCSI scanners
se* at scsibus? target ? lun ? # SCSI ethernet
-uk* at scsibus? target ? lun ? # SCSI unknown
diff -r 0860bc06f656 -r be80be35fce7 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Mon Nov 24 08:23:48 2014 +0000
+++ b/sys/arch/atari/conf/FALCON Mon Nov 24 08:29:26 2014 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: FALCON,v 1.112 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: FALCON,v 1.113 2014/11/24 08:29:26 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -23,9 +23,6 @@
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
-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
@@ -33,16 +30,11 @@
file-system KERNFS # Kernel parameter filesystem
file-system NFS # Network File System client side code
file-system PROCFS # Process filesystem
-file-system FDESC # /dev/fd
file-system NULLFS # Loopback filesystem
-file-system OVERLAY # overlay filesystem
-file-system UNION # union file system
-file-system UMAPFS # null file system (with uid & gid remapping)
-file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system EXT2FS # second extended file system (linux)
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
+options FFS_NO_SNAPSHOT # No FFS snapshot support
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
@@ -70,7 +62,7 @@
options KTRACE # Add kernel tracing system call
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-options SCSIVERBOSE # human readable SCSI error messages
+options MODULAR # new style module(7) framework
options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
options FALCON_SCSI # SCSI-support for Falcon
options FALCON_VIDEO # Graphics support for FALCON
@@ -86,16 +78,10 @@
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device md # Boot memory disk
-pseudo-device putter # for puffs and pud
pseudo-device vnd # 3 pseudo disks (see vnconfig)
pseudo-device bpfilter # berkeley packet filters
-pseudo-device tun # network tunnel
-pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
-pseudo-device ccd # concatenating disk driver
-pseudo-device fss # file system snapshot device
-pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device view 4 # View (graphics mapping)
@@ -121,8 +107,4 @@
scsibus* at scsi? # SCSI bus
sd* at scsibus? target ? lun ? # SCSI disk drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
-st* at scsibus? target ? lun ? # SCSI tape drives
-ch* at scsibus? target ? lun ? # SCSI autochangers
-ss* at scsibus? target ? lun ? # SCSI scanners
se* at scsibus? target ? lun ? # SCSI ethernet
-uk* at scsibus? target ? lun ? # SCSI unknown
diff -r 0860bc06f656 -r be80be35fce7 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Mon Nov 24 08:23:48 2014 +0000
+++ b/sys/arch/atari/conf/HADES Mon Nov 24 08:29:26 2014 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.106 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: HADES,v 1.107 2014/11/24 08:29:26 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: HADES.in,v 1.12 2010/12/12 10:05:25 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $
include "arch/atari/conf/std.hades"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -22,9 +22,6 @@
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
-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
@@ -32,16 +29,11 @@
file-system KERNFS # Kernel parameter filesystem
file-system NFS # Network File System client side code
file-system PROCFS # Process filesystem
-file-system FDESC # /dev/fd
file-system NULLFS # Loopback filesystem
-file-system OVERLAY # overlay filesystem
-file-system UNION # union file system
-file-system UMAPFS # null file system (with uid & gid remapping)
-file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system EXT2FS # second extended file system (linux)
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
+options FFS_NO_SNAPSHOT # No FFS snapshot support
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
@@ -69,8 +61,7 @@
options KTRACE # Add kernel tracing system call
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-options SCSIVERBOSE # human readable SCSI error messages
-options MIIVERBOSE # verbose PHY autoconfig messages
+options MODULAR # new style module(7) framework
options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
options TT_SCSI # SCSI-support for TT
options TT_VIDEO # Graphics support for TT
@@ -83,20 +74,13 @@
config netbsd root on ? type ?
pseudo-device sl # Slip
pseudo-device ppp # ppp
-pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device loop # Loopback network
pseudo-device md # Boot memory disk
-pseudo-device putter # for puffs and pud
pseudo-device vnd # 3 pseudo disks (see vnconfig)
pseudo-device bpfilter # berkeley packet filters
-pseudo-device tun # network tunnel
-pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
-pseudo-device ccd # concatenating disk driver
-pseudo-device fss # file system snapshot device
-pseudo-device ipfilter # IP filtering device
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs
diff -r 0860bc06f656 -r be80be35fce7 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Mon Nov 24 08:23:48 2014 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Mon Nov 24 08:29:26 2014 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.83 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.84 2014/11/24 08:29:26 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -22,9 +22,6 @@
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
-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
@@ -32,16 +29,11 @@
file-system KERNFS # Kernel parameter filesystem
file-system NFS # Network File System client side code
file-system PROCFS # Process filesystem
-file-system FDESC # /dev/fd
file-system NULLFS # Loopback filesystem
-file-system OVERLAY # overlay filesystem
-file-system UNION # union file system
-file-system UMAPFS # null file system (with uid & gid remapping)
-file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system EXT2FS # second extended file system (linux)
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
+options FFS_NO_SNAPSHOT # No FFS snapshot support
options NFSSERVER # Network File System server side code
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
@@ -69,8 +61,7 @@
options KTRACE # Add kernel tracing system call
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-options SCSIVERBOSE # human readable SCSI error messages
-options MIIVERBOSE # verbose PHY autoconfig messages
+options MODULAR # new style module(7) framework
options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
options MEMORY_DISK_HOOKS # Boot RAM-disk
options DISKLABEL_NBDA # NetBSD disklabels (required)
@@ -81,20 +72,13 @@
config netbsd root on ? type ?
pseudo-device sl # Slip
Home |
Main Index |
Thread Index |
Old Index