1998-06-26 05:53:43 +04:00
|
|
|
# $NetBSD: BUNNY,v 1.22 1998/06/26 01:53:44 lukem 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
|
1997-08-24 10:37:12 +04:00
|
|
|
options BUFPAGES=2048 # 16M of buffer cache
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# CPU Support
|
1997-08-24 10:37:12 +04:00
|
|
|
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
# Standard system options
|
1997-08-24 10:37:12 +04:00
|
|
|
options KTRACE # System call tracing support
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1997-01-31 21:00:33 +03:00
|
|
|
# Diagnostic/debugging support options
|
1997-08-24 10:37:12 +04:00
|
|
|
options DIAGNOSTIC # Cheap kernel consistency checks
|
|
|
|
options DEBUG # Expensive debugging checks/support
|
1997-01-31 21:00:33 +03:00
|
|
|
|
1997-01-31 04:42:34 +03:00
|
|
|
# File systems
|
1997-08-24 10:37:12 +04:00
|
|
|
file-system FFS # Fast file system
|
|
|
|
file-system MFS # Memory-based file system
|
|
|
|
file-system NFS # Sun NFS-compatible file system client
|
1997-01-31 04:42:34 +03:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# File system options
|
1997-08-24 10:37:12 +04:00
|
|
|
options NFSSERVER # Sun NFS-compatible file system server
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
# Networking options
|
1997-08-24 10:37:12 +04:00
|
|
|
options INET # Internet protocol suite
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
1997-08-24 10:37:12 +04:00
|
|
|
options COMPAT_43
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# Binary compatibility with previous versions of NetBSD.
|
1997-08-24 10:37:12 +04:00
|
|
|
#options COMPAT_09
|
|
|
|
options COMPAT_10
|
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1997-12-01 02:18:59 +03:00
|
|
|
options COMPAT_13
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# Loadable Kernel Modules
|
1997-08-24 10:37:12 +04:00
|
|
|
options LKM
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
# Disable kernel security.
|
1997-08-24 10:37:12 +04:00
|
|
|
#options INSECURE
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
# Misc. options
|
1997-08-24 10:37:12 +04:00
|
|
|
options PCIVERBOSE # recognize "unknown" PCI devices
|
|
|
|
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1998-04-16 01:19:21 +04:00
|
|
|
# WS console uses SUN terminal emulation
|
|
|
|
options WSEMUL_SUN
|
|
|
|
|
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
|
1998-04-16 01:19:21 +04:00
|
|
|
pckbc* at isa? # PC keyboard controller
|
|
|
|
pckbd* at pckbc? # PC keyboard (kbd port)
|
|
|
|
psm* at pckbc? # PS/2-style mouse (aux port)
|
1996-11-25 07:16:15 +03:00
|
|
|
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
|
1997-08-20 03:49:33 +04:00
|
|
|
#audio* at wss?
|
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
|
1998-04-16 01:19:21 +04:00
|
|
|
wsdisplay* at vga?
|
|
|
|
wsdisplay* at tga?
|
1998-04-24 22:18:41 +04:00
|
|
|
wskbd* at pckbd?
|
1998-04-16 01:19:21 +04:00
|
|
|
wsmouse* at psm?
|
1996-04-15 23:00:46 +04:00
|
|
|
|
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
|