1996-09-27 21:08:32 +04:00
|
|
|
# $NetBSD: NOSY,v 1.9 1996/09/27 17:08:34 cgd Exp $
|
1996-04-12 05:21:43 +04:00
|
|
|
#
|
|
|
|
# Jason's DEC 3000/400 in the lab...
|
1995-03-03 04:35:03 +03:00
|
|
|
#
|
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
include "arch/alpha/conf/std.alpha"
|
1995-03-03 04:35:03 +03:00
|
|
|
|
1996-04-26 22:54:15 +04:00
|
|
|
maxusers 8
|
1995-03-03 04:35:03 +03:00
|
|
|
|
|
|
|
# CPU Support
|
1995-11-23 05:33:17 +03:00
|
|
|
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
1995-03-03 04:35:03 +03:00
|
|
|
|
|
|
|
# needs to be set per system
|
1996-04-12 05:21:43 +04:00
|
|
|
options TIMEZONE="8*60" # Minutes west of GMT (for param.c)
|
1995-03-03 04:35:03 +03:00
|
|
|
options DST=1 # Daylight savings rules (for param.c)
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
|
|
|
|
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
|
1996-04-12 05:21:43 +04:00
|
|
|
options NFSSERVER # Sun NFS-compatible file system server
|
1995-03-03 04:35:03 +03:00
|
|
|
options NFSCLIENT # Sun NFS-compatible file system client
|
1996-06-12 03:24:02 +04:00
|
|
|
options UNION # Union filesystem
|
1995-03-03 04:35:03 +03:00
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options INET # Internet protocol suite
|
|
|
|
|
|
|
|
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
|
|
|
options COMPAT_43
|
|
|
|
|
1996-06-13 23:18:16 +04:00
|
|
|
# Binary compatibility with previous versions of NetBSD.
|
|
|
|
#options COMPAT_09
|
|
|
|
options COMPAT_10
|
|
|
|
options COMPAT_11
|
1996-08-21 20:25:05 +04:00
|
|
|
options COMPAT_12
|
1996-06-13 23:18:16 +04:00
|
|
|
|
|
|
|
# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
|
|
|
|
#options COMPAT_OSF1
|
|
|
|
|
1995-03-03 04:35:03 +03:00
|
|
|
# Loadable Kernel Modules
|
|
|
|
options LKM
|
|
|
|
|
1996-04-12 05:21:43 +04:00
|
|
|
# Disable kernel security.
|
|
|
|
options INSECURE
|
|
|
|
|
1996-06-13 23:18:16 +04:00
|
|
|
config netbsd swap generic
|
1995-03-03 04:35:03 +03:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
|
1995-12-20 03:14:10 +03:00
|
|
|
# TurboChannel host bus adapter support
|
|
|
|
tcasic* at mainbus0
|
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# TurboChannel bus support
|
1995-12-20 03:14:10 +03:00
|
|
|
tc* at tcasic?
|
1995-11-23 05:33:17 +03:00
|
|
|
|
|
|
|
# TurboChannel devices
|
1995-12-20 03:14:10 +03:00
|
|
|
ioasic0 at tc? slot ? offset ?
|
1996-04-18 02:01:16 +04:00
|
|
|
mcclock0 at ioasic? offset ?
|
1996-06-13 23:18:16 +04:00
|
|
|
le* at ioasic? offset ?
|
1995-12-20 03:14:10 +03:00
|
|
|
scc0 at ioasic? offset ?
|
|
|
|
scc1 at ioasic? offset ?
|
1995-03-03 04:35:03 +03:00
|
|
|
tcds0 at tc? slot ? offset ?
|
|
|
|
esp0 at tcds? slot ?
|
|
|
|
esp1 at tcds? slot ?
|
1996-05-02 00:33:17 +04:00
|
|
|
sfb* at tc? slot ? offset ?
|
1996-06-13 23:18:16 +04:00
|
|
|
fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
1995-03-03 04:35:03 +03:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# SCSI bus support
|
1995-06-27 04:54:55 +04:00
|
|
|
scsibus* at esp?
|
1995-03-03 04:35:03 +03:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# SCSI devices
|
1995-04-22 16:46:06 +04:00
|
|
|
sd* at scsibus? target ? lun ?
|
|
|
|
st* at scsibus? target ? lun ?
|
|
|
|
cd* at scsibus? target ? lun ?
|
1995-03-03 04:35:03 +03:00
|
|
|
|
1996-05-02 00:33:17 +04:00
|
|
|
# Workstation Console attachments
|
|
|
|
wscons* at sfb?
|
|
|
|
|
1996-04-12 05:21:43 +04:00
|
|
|
pseudo-device bpfilter 16
|
1995-03-03 04:35:03 +03:00
|
|
|
pseudo-device loop
|
1996-04-12 05:21:43 +04:00
|
|
|
pseudo-device pty 64
|