Remove config.old files for pmax. They should have been removed before
the NetBSD-1.1 release, as they have not worked or been supported for some time.
This commit is contained in:
parent
05ef657fb8
commit
4c0067c40b
@ -1,89 +0,0 @@
|
||||
# $NetBSD: DISKLESS,v 1.2 1994/10/26 21:08:42 cgd Exp $
|
||||
#
|
||||
# Diskless DECstation (3100 or 5000/xxx)
|
||||
#
|
||||
# @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93
|
||||
#
|
||||
machine pmax
|
||||
|
||||
cpu "DS3100"
|
||||
cpu "DS5000"
|
||||
ident DISKLESS
|
||||
|
||||
# Need to set locally
|
||||
timezone 8 dst
|
||||
maxusers 48
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
options VNODEPAGER # vnode pager (mapped files)
|
||||
options DEVPAGER # device pager (mapped devices)
|
||||
options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
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+0" # device for kernel gdb
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS,QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem (client)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options LOFS # Loop-back filesystem
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
#options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options NULLFS # null layer filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
|
||||
config netbsd swap nfs
|
||||
|
||||
controller dtop0 at nexus0 csr ?
|
||||
controller dc0 at nexus0 csr ?
|
||||
controller xcfb0 at nexus0 csr ?
|
||||
controller cfb0 at nexus0 csr ?
|
||||
controller mfb0 at nexus0 csr ?
|
||||
controller pm0 at nexus0 csr ?
|
||||
controller scc0 at nexus0 csr ?
|
||||
controller scc1 at nexus0 csr ?
|
||||
controller le0 at nexus0 csr ?
|
||||
master sii0 at nexus0 csr ?
|
||||
disk rz0 at sii0 drive 0 slave 0
|
||||
disk rz1 at sii0 drive 1 slave 0
|
||||
disk rz2 at sii0 drive 2 slave 0
|
||||
disk rz3 at sii0 drive 3 slave 0
|
||||
disk rz4 at sii0 drive 4 slave 0
|
||||
tape tz0 at sii0 drive 5 slave 0
|
||||
tape tz1 at sii0 drive 6 slave 0
|
||||
master asc0 at nexus0 csr ?
|
||||
disk rz0 at asc0 drive 0 slave 0
|
||||
disk rz1 at asc0 drive 1 slave 0
|
||||
disk rz2 at asc0 drive 2 slave 0
|
||||
disk rz3 at asc0 drive 3 slave 0
|
||||
disk rz4 at asc0 drive 4 slave 0
|
||||
tape tz0 at asc0 drive 5 slave 0
|
||||
tape tz1 at asc0 drive 6 slave 0
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
@ -1,91 +0,0 @@
|
||||
# $NetBSD: GENERIC.pmax,v 1.6 1995/07/18 02:02:38 jonathan Exp $
|
||||
#
|
||||
# GENERIC DECstation (3100 or 5000/xxx)
|
||||
#
|
||||
# @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93
|
||||
#
|
||||
machine pmax
|
||||
|
||||
cpu "DS3100"
|
||||
cpu "DS5000"
|
||||
cpu "DS5000_240"
|
||||
ident GENERIC
|
||||
|
||||
# Need to set locally
|
||||
timezone 8 dst
|
||||
maxusers 48
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
options VNODEPAGER # vnode pager (mapped files)
|
||||
options DEVPAGER # device pager (mapped devices)
|
||||
options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
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+0" # device for kernel gdb
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS,QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem (client)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options LOFS # Loop-back filesystem
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
#options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options NULLFS # null layer filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
|
||||
config netbsd swap generic
|
||||
#config netbsd root on rz0a swap on rz0b dumps on rz0b
|
||||
|
||||
controller dtop0 at nexus0 csr ?
|
||||
controller dc0 at nexus0 csr ?
|
||||
controller xcfb0 at nexus0 csr ?
|
||||
controller cfb0 at nexus0 csr ?
|
||||
controller mfb0 at nexus0 csr ?
|
||||
controller pm0 at nexus0 csr ?
|
||||
controller scc0 at nexus0 csr ?
|
||||
controller scc1 at nexus0 csr ?
|
||||
controller le0 at nexus0 csr ?
|
||||
master sii0 at nexus0 csr ?
|
||||
disk rz0 at sii0 drive 0 slave 0
|
||||
disk rz1 at sii0 drive 1 slave 0
|
||||
disk rz2 at sii0 drive 2 slave 0
|
||||
disk rz3 at sii0 drive 3 slave 0
|
||||
disk rz4 at sii0 drive 4 slave 0
|
||||
tape tz0 at sii0 drive 5 slave 0
|
||||
tape tz1 at sii0 drive 6 slave 0
|
||||
master asc0 at nexus0 csr ?
|
||||
disk rz0 at asc0 drive 0 slave 0
|
||||
disk rz1 at asc0 drive 1 slave 0
|
||||
disk rz2 at asc0 drive 2 slave 0
|
||||
disk rz3 at asc0 drive 3 slave 0
|
||||
disk rz4 at asc0 drive 4 slave 0
|
||||
tape tz0 at asc0 drive 5 slave 0
|
||||
tape tz1 at asc0 drive 6 slave 0
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
@ -1,77 +0,0 @@
|
||||
# $NetBSD: GLUTTON,v 1.3 1994/10/26 21:08:44 cgd Exp $
|
||||
#
|
||||
# GLUTTON - Adam's test DS3100
|
||||
#
|
||||
# @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93
|
||||
#
|
||||
machine pmax
|
||||
|
||||
cpu "DS3100"
|
||||
ident GENERIC
|
||||
|
||||
# Need to set locally
|
||||
timezone 8 dst
|
||||
maxusers 5
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
options VNODEPAGER # vnode pager (mapped files)
|
||||
options DEVPAGER # device pager (mapped devices)
|
||||
options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options COMPAT_ULTRIX # compatibility with ULTRIX binaries
|
||||
options KTRACE # system call tracing support
|
||||
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+0" # device for kernel gdb
|
||||
|
||||
# special extra nasty debugging stuff
|
||||
options SYSCALL_DEBUG
|
||||
#options VMFAULT_TRACE
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS,QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem (client)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options LOFS # Loop-back filesystem
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
#options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options NULLFS # null layer filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
config netbsd swap generic
|
||||
#config netbsd root on rz0a swap on rz0b dumps on rz0b
|
||||
|
||||
controller dc0 at nexus0 csr ?
|
||||
controller pm0 at nexus0 csr ?
|
||||
controller le0 at nexus0 csr ?
|
||||
master sii0 at nexus0 csr ?
|
||||
disk rz0 at sii0 drive 0 slave 0
|
||||
disk rz1 at sii0 drive 1 slave 0
|
||||
disk rz2 at sii0 drive 2 slave 0
|
||||
disk rz3 at sii0 drive 3 slave 0
|
||||
disk rz4 at sii0 drive 4 slave 0
|
||||
tape tz0 at sii0 drive 5 slave 0
|
||||
tape tz1 at sii0 drive 6 slave 0
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device pty 20 # pseudo ptys
|
||||
pseudo-device bpfilter 5 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
@ -1,66 +0,0 @@
|
||||
#
|
||||
# GENERIC DECstation (3100 or 5000/xxx)
|
||||
#
|
||||
# from: @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93
|
||||
# $Id: TOCCATA,v 1.2 1995/04/11 10:52:33 mellon Exp $
|
||||
#
|
||||
machine pmax
|
||||
|
||||
cpu "DS5000"
|
||||
ident TOCCATA
|
||||
|
||||
# Need to set locally
|
||||
timezone 8 dst
|
||||
maxusers 48
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
options VNODEPAGER # vnode pager (mapped files)
|
||||
options DEVPAGER # device pager (mapped devices)
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options "COMPAT_09" # compatibility with 4.4BSD binaries
|
||||
options "COMPAT_10" # compatibility with NetBSD 1.0 binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
#options SYSCALL_DEBUG # Print syscalls...
|
||||
#options DDB
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem (client)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
#options GATEWAY # IP packet forwarding
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
|
||||
#config netbsd swap generic
|
||||
config netbsd root on rz4a swap on rz4b dumps on rz4b
|
||||
|
||||
controller dtop0 at nexus0 csr ?
|
||||
controller sfb0 at nexus0 csr ?
|
||||
controller sfb1 at nexus0 csr ?
|
||||
controller xcfb0 at nexus0 csr ?
|
||||
#controller cfb0 at nexus0 csr ?
|
||||
controller scc0 at nexus0 csr ?
|
||||
controller le0 at nexus0 csr ?
|
||||
master asc0 at nexus0 csr ?
|
||||
disk rz0 at asc0 drive 0 slave 0
|
||||
disk rz1 at asc0 drive 1 slave 0
|
||||
disk rz2 at asc0 drive 2 slave 0
|
||||
disk rz3 at asc0 drive 3 slave 0
|
||||
disk rz4 at asc0 drive 4 slave 0
|
||||
disk rz5 at asc0 drive 5 slave 0
|
||||
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
||||
pseudo-device sl 1 # Serial Line IP...
|
||||
pseudo-device rcons
|
@ -1,3 +0,0 @@
|
||||
# $NetBSD: devices.pmax.oldconf,v 1.5 1995/01/03 22:42:03 hpeyerl Exp $
|
||||
rz 21
|
||||
md 1
|
@ -1,41 +0,0 @@
|
||||
# $NetBSD: files.pmax.oldconf,v 1.14 1995/04/27 20:52:39 mellon Exp $
|
||||
arch/pmax/pmax/autoconf.c standard
|
||||
arch/pmax/pmax/clock.c standard
|
||||
arch/pmax/pmax/conf.c standard
|
||||
arch/pmax/pmax/cons.c standard
|
||||
arch/pmax/pmax/disksubr.c standard
|
||||
arch/pmax/pmax/kadb.c optional kadb
|
||||
arch/pmax/pmax/machdep.c standard config-dependent
|
||||
arch/pmax/pmax/cpu_exec.c standard
|
||||
arch/pmax/pmax/mem.c standard
|
||||
arch/pmax/pmax/pmap.c standard
|
||||
arch/pmax/pmax/process_machdep.c standard
|
||||
arch/pmax/pmax/sys_machdep.c standard
|
||||
arch/pmax/pmax/trap.c standard
|
||||
arch/pmax/pmax/vm_machdep.c standard
|
||||
arch/pmax/stand/libsa/callvec.c standard
|
||||
arch/pmax/pmax/elf.c standard
|
||||
arch/pmax/dev/fb.c standard
|
||||
arch/pmax/dev/scsi.c standard
|
||||
# This is a dummy - don't try to use it:
|
||||
arch/pmax/dev/foo.c optional fb device-driver
|
||||
arch/pmax/dev/rcons.c optional rcons device-driver
|
||||
arch/pmax/dev/asc.c optional asc device-driver
|
||||
arch/pmax/dev/dc.c optional dc device-driver
|
||||
arch/pmax/dev/dtop.c optional dtop device-driver
|
||||
arch/pmax/dev/if_le.c optional le device-driver
|
||||
arch/pmax/dev/pm.c optional pm device-driver
|
||||
arch/pmax/dev/cfb.c optional cfb device-driver
|
||||
arch/pmax/dev/sfb.c optional sfb device-driver
|
||||
arch/pmax/dev/mfb.c optional mfb device-driver
|
||||
arch/pmax/dev/rz.c optional rz device-driver
|
||||
arch/pmax/dev/scc.c optional scc device-driver
|
||||
arch/pmax/dev/sii.c optional sii device-driver
|
||||
arch/pmax/dev/tz.c optional tz device-driver
|
||||
arch/pmax/dev/xcfb.c optional xcfb device-driver
|
||||
arch/pmax/dev/if_tt.c optional tt device-driver
|
||||
compat/ultrix/ultrix_misc.c optional compat_ultrix
|
||||
compat/ultrix/ultrix_syscalls.c optional compat_ultrix
|
||||
compat/ultrix/ultrix_sysent.c optional compat_ultrix
|
||||
netinet/in_cksum.c optional inet
|
||||
netns/ns_cksum.c optional ns
|
Loading…
x
Reference in New Issue
Block a user