1997-01-31 21:00:33 +03:00
|
|
|
# $NetBSD: BUNNY,v 1.15 1997/01/31 18:00:34 cgd Exp $
|
1995-06-27 04:54:55 +04:00
|
|
|
#
|
|
|
|
# Kernel for bunnahabhain.pdl.cs.cmu.edu.
|
1995-08-03 04:09:17 +04:00
|
|
|
#
|
1996-06-13 23:18:16 +04:00
|
|
|
# Trimmed down kernel for AlphaStation [24]xx systems, with lots
|
|
|
|
# of buffer cache.
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
include "arch/alpha/conf/std.alpha"
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
maxusers 8
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# bump up the number of buffers, for quicker compiles
|
|
|
|
options BUFPAGES=2048 # 16M of buffer cache
|
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# CPU Support
|
|
|
|
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options KTRACE # System call tracing support
|
|
|
|
|
1997-01-31 21:00:33 +03:00
|
|
|
# Diagnostic/debugging support options
|
|
|
|
options DIAGNOSTIC # Cheap kernel consistency checks
|
|
|
|
options DEBUG # Expensive debugging checks/support
|
|
|
|
|
1997-01-31 04:42:34 +03:00
|
|
|
# File systems
|
|
|
|
file-system FFS # Fast file system
|
|
|
|
file-system MFS # Memory-based file system
|
|
|
|
file-system NFS # Sun NFS-compatible file system client
|
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# File system options
|
|
|
|
options FIFO # POSIX fifo support (in all file systems)
|
1995-11-23 05:33:17 +03:00
|
|
|
options NFSSERVER # Sun NFS-compatible file system server
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options INET # Internet protocol suite
|
|
|
|
|
|
|
|
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
|
|
|
options COMPAT_43
|
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# Binary compatibility with previous versions of NetBSD.
|
1996-06-13 23:18:16 +04:00
|
|
|
#options COMPAT_09
|
1995-11-23 05:33:17 +03:00
|
|
|
options COMPAT_10
|
1996-06-13 23:18:16 +04:00
|
|
|
options COMPAT_11
|
1996-08-21 20:25:05 +04:00
|
|
|
options COMPAT_12
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# Loadable Kernel Modules
|
|
|
|
options LKM
|
|
|
|
|
|
|
|
# Disable kernel security.
|
|
|
|
#options INSECURE
|
|
|
|
|
|
|
|
# Misc. options
|
1996-09-16 20:30:40 +04:00
|
|
|
options PCIVERBOSE # recognize "unknown" PCI devices
|
|
|
|
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1997-01-31 04:42:34 +03:00
|
|
|
config netbsd root on ? type ?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# PCI host bus adapter support
|
1995-06-27 04:54:55 +04:00
|
|
|
apecs* at mainbus?
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# PCI bus support
|
1995-06-27 04:54:55 +04:00
|
|
|
pci* at apecs?
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# PCI devices
|
1995-06-27 04:54:55 +04:00
|
|
|
de* at pci?
|
1996-06-13 23:18:16 +04:00
|
|
|
ncr* at pci?
|
1996-11-19 07:43:55 +03:00
|
|
|
vga* at pci?
|
1995-06-27 04:54:55 +04:00
|
|
|
sio* at pci?
|
1996-04-15 23:00:46 +04:00
|
|
|
tga* at pci?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# ISA/EISA bus support
|
|
|
|
isa* at sio?
|
1995-08-03 04:09:17 +04:00
|
|
|
|
|
|
|
# ISA devices
|
1996-11-25 07:16:15 +03:00
|
|
|
mcclock* at isa? port 0x70
|
|
|
|
pcppi* at isa? # PC prog. periph. interface
|
|
|
|
pckbd* at pcppi? # PC keyboard (kbd port)
|
|
|
|
pms* at pcppi? # PS/2-style mouse (aux port)
|
|
|
|
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
|
|
|
com* at isa? port 0x2f8 irq 3
|
|
|
|
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
|
|
|
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# SCSI bus support
|
1995-06-27 04:54:55 +04:00
|
|
|
scsibus* at ncr?
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# SCSI devices
|
1995-06-27 04:54:55 +04:00
|
|
|
sd* at scsibus? target ? lun ?
|
1996-06-13 23:18:16 +04:00
|
|
|
st* at scsibus? target ? lun ?
|
|
|
|
cd* at scsibus? target ? lun ?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1996-04-15 23:00:46 +04:00
|
|
|
# Workstation Console attachments
|
1996-11-19 07:43:55 +03:00
|
|
|
wscons* at vga?
|
1996-04-15 23:00:46 +04:00
|
|
|
wscons* at tga?
|
|
|
|
|
1996-06-13 23:18:16 +04:00
|
|
|
pseudo-device bpfilter 16
|
1995-06-27 04:54:55 +04:00
|
|
|
pseudo-device loop
|
1996-06-13 23:18:16 +04:00
|
|
|
pseudo-device pty 64
|
|
|
|
pseudo-device vnd 4
|