diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-08 03:22:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-08 03:22:34 +0000 |
commit | 3120ae6e73de04e5e0cf3c44bcb0f46529fad2d7 (patch) | |
tree | 59aacf60eeab4d61e579b55ec564e50b191693b7 /sys/arch/alpha/conf | |
parent | 15ed67a03f8a49b7f0a53a3daedb5978306c5272 (diff) |
This one is not ours either
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/NOSY | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/sys/arch/alpha/conf/NOSY b/sys/arch/alpha/conf/NOSY deleted file mode 100644 index 4df84a73b0c..00000000000 --- a/sys/arch/alpha/conf/NOSY +++ /dev/null @@ -1,87 +0,0 @@ -# $OpenBSD: NOSY,v 1.7 1997/07/08 21:26:30 deraadt Exp $ -# $NetBSD: NOSY,v 1.10 1996/11/15 19:37:31 cgd Exp $ -# -# Jason's DEC 3000/400 in the lab... -# - -machine alpha -option SWAPPAGER, DEVPAGER -maxusers 8 - -# CPU Support -options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* - -# needs to be set per system -options TIMEZONE="8*60" # Minutes west of GMT (for param.c) -options DST=1 # Daylight savings rules (for param.c) - -# Standard system options -options DEBUG, DIAGNOSTIC # Extra kernel debugging -options KTRACE # System call tracing support - -# File system options -options FIFO # POSIX fifo support (in all file systems) -options FFS # Fast file system -options MFS # Memory-based file system -options NFSSERVER # Sun NFS-compatible file system server -options NFSCLIENT # Sun NFS-compatible file system client -options UNION # Union filesystem - -# Networking options -options INET # Internet protocol suite - -# 4.3BSD compatibility. Should be optional, but necessary for now. -options COMPAT_43 - -# Binary compatibility with previous versions of NetBSD. -#options COMPAT_09 -options COMPAT_10 -options COMPAT_11 -options COMPAT_12 - -# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK -#options COMPAT_OSF1 - -# Loadable Kernel Modules -options LKM - -# Disable kernel security. -options INSECURE - -config bsd swap generic - -mainbus0 at root -cpu* at mainbus0 - -# TurboChannel host bus adapter support -tcasic* at mainbus0 - -# TurboChannel bus support -tc* at tcasic? - -# TurboChannel devices -ioasic0 at tc? slot ? offset ? -mcclock0 at ioasic? offset ? -le* at ioasic? offset ? -scc0 at ioasic? offset ? -scc1 at ioasic? offset ? -tcds0 at tc? slot ? offset ? -esp0 at tcds? slot ? -esp1 at tcds? slot ? -sfb* at tc? slot ? offset ? -fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards - -# SCSI bus support -scsibus* at esp? - -# SCSI devices -sd* at scsibus? target ? lun ? -st* at scsibus? target ? lun ? -cd* at scsibus? target ? lun ? - -# Workstation Console attachments -wscons* at sfb? - -pseudo-device bpfilter 16 -pseudo-device loop -pseudo-device pty 64 |