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.
This commit is contained in:
tsutsui 2014-11-24 08:29:26 +00:00
parent 1083772d09
commit 2c3ae0c218
6 changed files with 25 additions and 108 deletions

View File

@ -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 INET6 # IPV6
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 CD9660 # ISO 9660 filesystem with Rock Ridge
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 SYSVSEM # System V semaphores
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 @@ options TRY_SCSI_LINKED_COMMANDS=0x7f
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 @@ et4k0 at vme0 # Crazy Dots II
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

View File

@ -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 INET6 # IPV6
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 CD9660 # ISO 9660 filesystem with Rock Ridge
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 SYSVSEM # System V semaphores
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 ppp # ppp
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 @@ cd* at atapibus? drive ? # ATAPI CD-ROM drives
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

View File

@ -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 INET6 # IPV6
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 CD9660 # ISO 9660 filesystem with Rock Ridge
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 SYSVSEM # System V semaphores
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 @@ options TRY_SCSI_LINKED_COMMANDS=0x7f
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

View File

@ -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 INET6 # IPV6
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 CD9660 # ISO 9660 filesystem with Rock Ridge
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 SYSVSEM # System V semaphores
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 @@ options TRY_SCSI_LINKED_COMMANDS=0x7f
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
@ -127,6 +111,8 @@ wsdisplay* at vga? console ? # as a wscons console
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
wskbd* at pckbd? console ? # wscons keyboard
wd* at atabus? drive ?
atapibus* at atabus? # ATAPI bus support
cd* at atapibus? drive ? # ATAPI CD-ROM drives

View File

@ -1,12 +1,12 @@
#
# $NetBSD: MILAN-PCIIDE,v 1.87 2014/08/23 20:26:56 dholland Exp $
# $NetBSD: MILAN-PCIIDE,v 1.88 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 INET6 # IPV6
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 CD9660 # ISO 9660 filesystem with Rock Ridge
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 SYSVSEM # System V semaphores
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 @@ options TRY_SCSI_LINKED_COMMANDS=0x7f
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

View File

@ -1,11 +1,11 @@
#
# $NetBSD: SMALL030,v 1.19 2014/08/23 20:26:56 dholland Exp $
# $NetBSD: SMALL030,v 1.20 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"
makeoptions COPTS="-Os" # optimize for space
maxusers 16
@ -19,6 +19,7 @@ file-system MFS # Memory based filesystem
file-system MSDOSFS # MSDOS filesystem
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
options PANICWAIT # Require keystroke to dump/reboot
options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
@ -42,7 +43,6 @@ pseudo-device sl # Slip
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 view 4 # View (graphics mapping)
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
zs0 at mainbus0 # Serial support through 8530