Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/atari/conf Regen for #321
details: https://anonhg.NetBSD.org/src/rev/ff74cefc9b63
branches: netbsd-7
changeset: 798707:ff74cefc9b63
user: martin <martin%NetBSD.org@localhost>
date: Sun Dec 14 15:23:36 2014 +0000
description:
Regen for #321
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 | 24 ++++--------------------
sys/arch/atari/conf/MILAN-PCIIDE | 24 ++++--------------------
sys/arch/atari/conf/SMALL030 | 6 +++---
6 files changed, 23 insertions(+), 108 deletions(-)
diffs (truncated from 428 to 300 lines):
diff -r 2639d6d6c9d9 -r ff74cefc9b63 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Sun Dec 14 15:22:28 2014 +0000
+++ b/sys/arch/atari/conf/ATARITT Sun Dec 14 15:23:36 2014 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: ATARITT,v 1.113 2014/07/05 09:31:21 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.113.2.1 2014/12/14 15:23:36 martin 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.106.2.1 2014/12/14 15:22:28 martin 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
@@ -64,7 +56,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
@@ -77,20 +69,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)
@@ -117,8 +102,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 2639d6d6c9d9 -r ff74cefc9b63 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Sun Dec 14 15:22:28 2014 +0000
+++ b/sys/arch/atari/conf/FALCON Sun Dec 14 15:23:36 2014 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: FALCON,v 1.110 2014/07/05 09:31:21 tsutsui Exp $
+# $NetBSD: FALCON,v 1.110.2.1 2014/12/14 15:23:36 martin 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.106.2.1 2014/12/14 15:22:28 martin 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
@@ -69,7 +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 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
@@ -85,16 +77,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)
@@ -120,8 +106,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 2639d6d6c9d9 -r ff74cefc9b63 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sun Dec 14 15:22:28 2014 +0000
+++ b/sys/arch/atari/conf/HADES Sun Dec 14 15:23:36 2014 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.104 2014/07/05 09:31:21 tsutsui Exp $
+# $NetBSD: HADES,v 1.104.2.1 2014/12/14 15:23:36 martin 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.106.2.1 2014/12/14 15:22:28 martin 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
@@ -68,8 +60,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
@@ -82,20 +73,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 2639d6d6c9d9 -r ff74cefc9b63 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Sun Dec 14 15:22:28 2014 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Sun Dec 14 15:23:36 2014 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.81 2014/07/05 09:32:48 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.81.2.1 2014/12/14 15:23:36 martin 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.106.2.1 2014/12/14 15:22:28 martin 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
@@ -68,8 +60,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)
@@ -80,20 +71,13 @@
config netbsd root on ? type ?
pseudo-device sl # Slip
Home |
Main Index |
Thread Index |
Old Index