Deleted unused options EIOMAPSIZE and ITEKANJI.

Removed unmaintained configs.
This commit is contained in:
minoura 1998-09-03 14:29:33 +00:00
parent 2b34aa908f
commit 2eacfa5148
9 changed files with 5 additions and 498 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.21 1998/08/05 16:08:33 minoura Exp $
# $NetBSD: ALL,v 1.22 1998/09/03 14:29:33 minoura Exp $
#
# ALL -- everything that's currently supported
@ -87,10 +87,8 @@ options DEBUG # extra kernel debugging support
options FPU_EMULATE # software fpu emulation
options M060SP # int/fp emulation for MC68060
options FPSP # floating point emulation for MC68040
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options JUPITER # support for "JUPITER-X"
options EIOMAPSIZE=0 # do not map PCI address space
options MAPPEDCOPY # use page mapping for large copyin/copyout
#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options KGDB # support for kernel gdb

View File

@ -1,88 +0,0 @@
# $NetBSD: EMPTY,v 1.9 1998/08/05 16:08:34 minoura Exp $
#
# EMPTY
#
#--- from std.x68k
# $NetBSD: EMPTY,v 1.9 1998/08/05 16:08:34 minoura Exp $
#
# standard x68k information
#
machine x68k m68k
options MACHINE_NONCONTIG # Non-contiguous memory support
mainbus0 at root
zsc0 at mainbus0
zstty0 at zsc0 channel 0 # built-in RS-232C
#par0 at mainbus0 # builtin parallel port
spc0 at mainbus0 # scsi
scsibus* at spc?
grfbus0 at mainbus0 # bitmapped display's
grf0 at grfbus0 # graphics driver
ite0 at grf0 # console
pseudo-device mouse # standard mouse
pseudo-device kbd # standard keyboard
#sd* at scsibus? target ? lun ?
sd0 at scsibus? target 0 lun ?
sd1 at scsibus? target 1 lun ?
sd2 at scsibus? target 2 lun ?
sd3 at scsibus? target 3 lun ?
sd4 at scsibus? target 4 lun ?
sd5 at scsibus? target 5 lun ?
sd6 at scsibus? target 6 lun ?
st* at scsibus? target ? lun 0
cd* at scsibus? target ? lun ?
#---
# estimated number of users
maxusers 8
# different CPU types; you must have at least the correct one; REQUIRED
options "M68040"
# set to indicate RTC is offset from GMT
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
# standard options
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
#options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
# compatibility options
options COMPAT_43 # compatibility with 4.3BSD binaries
options COMPAT_10 # compatibility with NetBSD 1.0
options COMPAT_11 # compatibility with NetBSD 1.1
options COMPAT_12
options COMPAT_13
# file system options
file-system FFS # Berkeley fast file system
options FASTLINKS # fast symbolic links in FFS
# networking options
options INET # IP
# Options specific to this host.
options DEBUG # extra kernel debugging support
options FPSP # floating point emulation for MC68040
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options "EIOMAPSIZE=0" # do not map PCI address space
config netbsd root on ? type ?
pseudo-device pty 4 # pseudo-terminals
pseudo-device loop # loopback; recommended
pseudo-device vnd 10 # vn virtual filesystem device
pseudo-device ccd 4 # concatenating disk driver
pseudo-device ppp 4 # point-to-point protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.20 1998/08/05 16:08:34 minoura Exp $
# $NetBSD: GENERIC,v 1.21 1998/09/03 14:29:33 minoura Exp $
#
# GENERIC
@ -85,9 +85,7 @@ options INET # Internet protocols
options DEBUG
options MACHINE_NONCONTIG # support for noncontig memory
options FPSP # '40 Floating Point Software
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options EIOMAPSIZE=0 # do not map PCI address space
options MAPPEDCOPY # use page mapping for large copyin/copyout
#options BUFPAGES=900
#options NKMEMCLUSTERS=256

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.5 1998/08/05 16:08:34 minoura Exp $
# $NetBSD: INSTALL,v 1.6 1998/09/03 14:29:33 minoura Exp $
#
# ALL -- everything that's currently supported
@ -66,10 +66,8 @@ options MACHINE_NONCONTIG # support for noncontig memory
options FPU_EMULATE # software fpu emulation
options M060SP # int/fp emulation for MC68060
options FPSP # floating point emulation for MC68040
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options JUPITER # support for "JUPITER-X"
options EIOMAPSIZE=0 # do not map PCI address space
options MAPPEDCOPY # use page mapping for large copyin/copyout
config netbsd root on ? type ?

View File

@ -1,146 +0,0 @@
# $NetBSD: JUPITER,v 1.11 1998/08/05 16:08:34 minoura Exp $
#
# JUPITER
#
# architecture type and name of kernel; REQUIRED
machine x68k m68k
options EXEC_SCRIPT # Support #!
options EXEC_AOUT # a.out format executables
# different CPU types; you must have at least the correct one; REQUIRED
options M68030
options M68040
options M68060
# set to indicate RTC is offset from GMT
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
# estimated number of users
maxusers 32
# standard options
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options DIAGNOSTIC # internal consistency checking
options KTRACE # system call tracing, a la ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
options SHMMAXPGS=1024 # 1024 pages in the defualt
options LKM # loadable kernel modules
# compatibility options
options COMPAT_NOMID # old zmagic executables
options COMPAT_43 # compatibility with 4.3BSD binaries
options COMPAT_44 # compatibility with 4.4BSD binaries
options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0
options COMPAT_12
options COMPAT_13
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# file system options
file-system FFS # Berkeley fast file system
file-system MFS # memory file system; uses RAM and swap
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
file-system MSDOSFS # MS-DOS FAT file system
file-system FDESC # /dev/fd
file-system KERNFS # kernel file system; recommended
file-system PROCFS # /proc
file-system NULLFS # Loop-back filesystem
file-system PORTAL # portal filesystem (still experimental)
#file-system ADOSFS # AmigaDOS filesystem
file-system LFS # Log-based filesystem (still experimental)
file-system UMAPFS # uid/gid remapping filesystem
file-system UNION # union mount
options QUOTA # file system quotas
options FASTLINKS # fast symbolic links in FFS
options NFSSERVER # Network File System server
# networking options
options INET # Internet protocols
options GATEWAY # IP packet forwarding
options MROUTING # Multicast routing support
#options NS # XNS
#options CCITT,LLC,HDLC # X.25
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
options MULTICAST # multicast
options TUN # tunnelling
# Options specific to this host.
options MACHINE_NONCONTIG # support for noncontig memory
options DEBUG # extra kernel debugging support
options FPSP # floating point emulation for MC68040
options M060SP # floating point / integer emulation for M68060
options JUPITER # JUPITER-X extension
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options EIOMAPSIZE=0 # do not mapping PCI address space
#options MAPPEDCOPY # use page mapping for large copyin/copyout
#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options KGDB # support for kernel gdb
#options KGDBRATE=19200 # kernel gdb port rate (default 9600)
#options KGDBDEV=15*256+2 # device for kernel gdb
#config netbsd root on sd6a type ffs
config netbsd root on ? type ?
mainbus0 at root
zsc0 at mainbus0
zstty0 at zsc0 channel 0 # built-in RS-232C
ms0 at zsc0 channel 1 # standard mouse
par0 at mainbus0 # builtin parallel port
spc0 at mainbus0 # scsi
scsibus* at spc?
grfbus0 at mainbus0 # bitmapped display's
grf0 at grfbus0 # graphics driver
ite0 at grf0 # console
#fdc0 at mainbus0 # floppy controller
#fd* at fdc0 unit ? # builtin floppy drive
# SCSI disks
#sd* at scsibus? target ? lun ?
sd0 at scsibus? target 0 lun ?
sd1 at scsibus? target 1 lun ?
sd2 at scsibus? target 2 lun ?
sd3 at scsibus? target 3 lun ?
sd4 at scsibus? target 4 lun ?
sd5 at scsibus? target 5 lun ?
sd6 at scsibus? target 6 lun ?
sd7 at scsibus? target 7 lun ?
# SCSI CD-ROMs
cd* at scsibus? target ? lun ?
# SCSI tapes
st* at scsibus? target ? lun 0
# ethernet board
#se0 at scsibus? target ? lun ?
#ed0 at mainbus0
#device bsdaudio0 at nexus0 # /dev/audio
pseudo-device sl 4 # compressed SLIP
pseudo-device ppp 4 # point-to-point protocol
pseudo-device bpfilter 16 # packet filter
pseudo-device tun 4 # tunnel
pseudo-device pty 64 # pseudo-terminals
pseudo-device kbd # kbd
pseudo-device sram # static RAM
pseudo-device bell # OPM bell
pseudo-device pow 2 # software power switch
pseudo-device loop # loopback; recommended
pseudo-device vnd 10 # virtual filesystem device
pseudo-device ccd 4 # concatenating disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: MARINE,v 1.11 1998/08/05 16:08:35 minoura Exp $
# $NetBSD: MARINE,v 1.12 1998/09/03 14:29:33 minoura Exp $
#
# MARINE
@ -82,9 +82,7 @@ options INET # Internet protocls
options MACHINE_NONCONTIG # support for noncontig memory
#options DEBUG # extra kernel debugging support
options FPSP # floating point emulation for MC68040
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options NODISCONNECT # do not use disconnect for SCSI
#options MAPPEDCOPY # use page mapping for large copyin/copyout
#options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
#options KGDB # support for kernel gdb

View File

@ -1,4 +1,4 @@
# $NetBSD: NBTY,v 1.12 1998/08/05 16:08:35 minoura Exp $
# $NetBSD: NBTY,v 1.13 1998/09/03 14:29:33 minoura Exp $
#
# ALL -- everything that's currently supported
@ -86,10 +86,8 @@ options TUN # tunnelling
#options MACHINE_NONCONTIG # support for noncontig memory
options DEBUG # extra kernel debugging support
options FPSP # floating point emulation for MC68040
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
#options JUPITER # support for "JUPITER-X"
#options EIOMAPSIZE=0 # do not map PCI address space
#options MAPPEDCOPY # use page mapping for large copyin/copy
#options BUFPAGES=900
#options NKMEMCLUSTERS=256

View File

@ -1,114 +0,0 @@
# $NetBSD: SMALL,v 1.9 1998/06/26 01:54:15 lukem Exp $
#
# SMALL
#
include "std.x68k"
# estimated number of users
maxusers 8
# different CPU types; you must have at least the correct one; REQUIRED
#options "M68030"
options "M68040"
# set to indicate RTC is offset from GMT
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
# standard options
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
#options KTRACE # system call tracing, a la ktrace(1)
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=1024 # 1024 pages in the defualt
#options LKM # loadable kernel modules
# compatibility options
#options COMPAT_NOMID # old zmagic executables
options "COMPAT_43" # compatibility with 4.3BSD binaries
#options "COMPAT_44" # compatibility with 4.4BSD binaries
#options "COMPAT_09" # compatibility with NetBSD 0.9
options "COMPAT_10" # compatibility with NetBSD 1.0
options COMPAT_12
options COMPAT_13
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
# file system options
file-system FFS # Berkeley fast file system
#file-system MFS # memory file system; uses RAM and swap
#file-system NFS # Network File System client
#file-system CD9660 # ISO 9660 CD-ROM file system, with RR
#file-system MSDOSFS # MS-DOS FAT file system
#file-system HUMANFS # Human68k FAT file system
#file-system FDESC # /dev/fd
#file-system KERNFS # kernel file system; recommended
#file-system PROCFS # /proc
#file-system NULLFS # Loop-back filesystem
#file-system PORTAL # portal filesystem (still experimental)
#file-system ADOSFS # AmigaDOS filesystem
#file-system LFS # Log-based filesystem (still experimental)
#file-system UMAPFS # uid/gid remapping filesystem
#file-system UNION # union mount
#options QUOTA # file system quotas
options FASTLINKS # fast symbolic links in FFS
#options NFSSERVER # Network File System server
# networking options
options INET # IP
#options GATEWAY # IP packet forwarding
#options MROUTING # Multicast routing support
#options NS # XNS
#options CCITT,LLC,HDLC # X.25
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
#options MULTICAST # multicast
#options TUN # tunnelling
# Options specific to this host.
#options INSECURE # Disable kernel security.
options DEBUG # extra kernel debugging support
options FPSP # floating point emulation for MC68040
options ITEKANJI # Kanji display for console
options PANICBUTTON # enable interrupt switch
options NODISCONNECT # do not use disconnect for SCSI
#options JUPITER # support for "JUPITER-X"
options "EIOMAPSIZE=0" # do not mapping PCI address space
#options MAPPEDCOPY # use page mapping for large copyin/copyout
#options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
#options KGDB # support for kernel gdb
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
#options "KGDBDEV=15*256+2" # device for kernel gdb
#options BUFPAGES=900
#options PROFTIMER, PRF_INTERVAL=500
#config netbsd root on sd6a
config netbsd root on ? type ?
# ethernet board
#device se0 at scsi? slave 2
#device ed0 at nexus0
#device bsdaudio0 at nexus0 # /dev/audio
#device sram0 at nexus0 # battery backuped memory
#device pow0 at nexus0 # power switch device
#device pow1 at nexus0 # power switch device
#device bell0 at nexus0 # /dev/bell
#pseudo-device sl 4 # compressed SLIP
pseudo-device ppp 1 # point-to-point protocol
#pseudo-device bpfilter 16 # packet filter
pseudo-device pty 4 # pseudo-terminals
#pseudo-device kbd # kbd
pseudo-device loop # loopback; recommended
#pseudo-device ether # ethernet
#pseudo-device vnd 10 # vn virtual filesystem device
#pseudo-device ccd 4 # concatenating disk driver

View File

@ -1,135 +0,0 @@
# $NetBSD: SMALL030,v 1.10 1998/08/05 16:08:35 minoura Exp $
#
# SMALL030 -- small configuration with mc68030 processor
#
# architecture type and name of kernel; REQUIRED
machine x68k m68k
options EXEC_SCRIPT # Support #!
options EXEC_AOUT # a.out format executables
# different CPU types; you must have at least the correct one; REQUIRED
options M68030
#options M68040
#options M68060
# set to indicate RTC is offset from GMT
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
# estimated number of users
maxusers 8
# standard options
options SWAPPAGER # paging
options VNODEPAGER,DEVPAGER # vnode and device node caching
#options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
#options KTRACE # system call tracing, a la ktrace(1)
#options SYSVSHM # System V shared memory; broken
#options SHMMAXPGS=1024
#options LKM # loadable kernel modules
# compatibility options
#options COMPAT_NOMID # old zmagic executables
#options COMPAT_43 # compatibility with 4.3BSD binaries
#options COMPAT_44 # compatibility with 4.4BSD binaries
#options COMPAT_09 # compatibility with NetBSD 0.9
#options COMPAT_10 # compatibility with NetBSD 1.0
#options COMPAT_11 # compatibility with NetBSD 1.1
#options COMPAT_12 # compatibility with NetBSD 1.2
#options COMPAT_13 # compatibility with NetBSD 1.3
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# file system options
file-system FFS # Berkeley fast file system
#file-system MFS # memory file system; uses RAM and swap
#file-system NFS # Network File System client
#file-system CD9660 # ISO 9660 CD-ROM file system, with RR
#file-system MSDOSFS # MS-DOS FAT file system
#file-system HUMANFS # MS-DOS FAT file system with Human Ext.
#file-system FDESC # /dev/fd
#file-system KERNFS # kernel file system; recommended
#file-system PROCFS # /proc
#file-system LOFS # Loop-back filesystem
#file-system PORTAL # portal filesystem (still experimental)
#file-system ADOSFS # AmigaDOS filesystem
#file-system LFS # Log-based filesystem (still experimental)
#file-system UMAPFS # uid/gid remapping filesystem
#options QUOTA # file system quotas
options FASTLINKS # fast symbolic links in FFS
#options NFSSERVER # Network File System server
# networking options
#options GATEWAY # packet forwarding
options INET # IP
#options NS # XNS
#options CCITT # X.25
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
#options MULTICAST # multicast
#options PFIL_HOOKS # packet filter hooks
# Options specific to this host.
#options INSECURE # Disable kernel security.
#options MACHINE_NONCONTIG # support for noncontig memory
#options DEBUG # extra kernel debugging support
#options FPU_EMULATE # software fpu emulation
#options M060SP # int/fp emulation for MC68060
#options FPSP # '40 Floating Point Software
options ITEKANJI # Kanji display for console
#options PANICBUTTON # enable interrput switch
#options JUPITER # support for "JUPITER-X"
#options BUFPAGES=900
#options NKMEMCLUSTERS=256
#options PROFTIMER, PRF_INTERVAL=500
#options KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
#options PPP_OUTQ_SIZE=4096
#config netbsd root on sd6a type ffs
config netbsd root on ? type ?
mainbus0 at root
spc0 at mainbus0 # builtin scsi
spc1 at mainbus0 # external scsi
scsibus* at spc?
zsc0 at mainbus0
zstty0 at zsc0 channel 0 # built-in RS-232C
#ms0 at zsc0 channel 1 # standard mouse
#zs1 at mainbus0 # Zilog serial
#par0 at mainbus0 # builtin parallel port
grfbus0 at mainbus0 # bitmapped display's
grf0 at grfbus0 # multiplane graphics
#grf1 at grfbus0 # flexible graphics
ite0 at grf0 # console
#fdc0 at mainbus0 # floppy controller
#fd* at fdc0 unit ? # builtin floppy drive
#com0 at mainbus0 # NS16550
#com1 at mainbus0 # NS16550
sd* at scsibus? target ? lun ? # SCSI disks
#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#st* at scsibus? target ? lun 0 # SCSI tapes
#ss* at scsibus? target ? lun ? # SCSI scanners
#ch* at scsibus? target ? lun ? # SCSI changer devices
#uk* at scsibus? target ? lun ? # SCSI unknown device
#pseudo-device sl 4 # compressed SLIP
pseudo-device ppp 1 # point-to-point protocol
#pseudo-device bpfilter 16 # packet filter
pseudo-device pty 16 # pseudo-terminals
pseudo-device mouse # mouse
pseudo-device loop # loopback; recommended
#pseudo-device sram # battery-backuped static RAM
#pseudo-device bell # OPM bell
#pseudo-device pow 2 # software power switch
#pseudo-device vnd 10 # vn virtual filesystem device
#pseudo-device ccd 4 # concatenating disk driver
#pseudo-device md 1 # memory disk