NetBSD/sys/arch/alpha/conf/BISHOP

175 lines
4.8 KiB
Plaintext

# $NetBSD: BISHOP,v 1.10 1999/01/23 16:10:47 drochner Exp $
#
# Kernel for bishop.nas.nasa.gov and ripley.nas.nasa.gov (AlphaStation 500
# and AlphaStation 600, respectively).
#
include "arch/alpha/conf/std.alpha"
maxusers 64
# CPU Support
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
# Standard system options
options KTRACE # System call tracing support
# Diagnostic/debugging support options
options DIAGNOSTIC # Cheap kernel consistency checks
#options DEBUG # more expensive debugging code
#options LOCKDEBUG # debug locks
options KMEMSTATS # malloc statistics
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
options DDB # kernel debugger
makeoptions DEBUG="-g" # full debugging symbols
# File systems
file-system FFS # Fast file system
file-system MFS # Memory-based file system
file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
file-system MSDOSFS # MS-DOS-compatible file system
file-system NFS # Sun NFS-compatible file system client
file-system PROCFS # /proc file system
file-system KERNFS # /kern file system
file-system FDESC # /dev/fd file system
# File system options
options NFSSERVER # Sun NFS-compatible file system server
options NFS_BOOT_DHCP # use DHCP for NFS root
# 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
options COMPAT_13
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# Loadable Kernel Modules
options LKM
# Disable kernel security.
options INSECURE
# Misc. options
options EISAVERBOSE # recognize "unknown" EISA devices
options PCIVERBOSE # recognize "unknown" PCI devices
options SCSIVERBOSE # Verbose SCSI errors
options UCONSOLE # users can use TIOCCONS (for xconsole)
# WS console uses SUN terminal emulation
options WSEMUL_SUN
config netbsd root on ? type ?
mainbus0 at root
cpu* at mainbus0
# PCI host bus adapter support
cia* at mainbus?
# PCI bus support
pci* at cia?
pci* at ppb?
# PCI devices
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
de* at pci? dev ? function ? # 21x4x-based Ethernet
en* at pci? dev ? function ? # ENI PCI ATM (untested)
ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
fxp* at pci? dev ? function ? # Intel EEPRO 10/100B (unt.)
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
ppb* at pci? dev ? function ? # PCI-PCI Bridges
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
vga* at pci? dev ? function ? # PCI VGA Graphics
# ISA/EISA bus support
isa* at pceb?
eisa* at pceb?
isa* at sio?
# EISA devices
fea* at eisa? slot ? # DEFEA FDDI controller
# ISA devices
mcclock* at isa? port 0x70
pckbc* at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard (kbd port)
pms* at pckbc? # PS/2-style mouse (aux port)
pcppi* at isa? port ? # PC prog. periph. interface
spkr* at pcppi? # PC speaker (IBM BASIC'ish)
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
vga* at isa? # ISA (EISA: XXX) VGA
#wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
#wdc1 at isa? port 0x170 irq 15
fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
#audio* at wss?
# ISA PnP bus support
isapnp* at isa?
# MII/PHY support
inphy* at mii? phy ?
nsphy* at mii? phy ?
qsphy* at mii? phy ?
tlphy* at mii? phy ?
# SCSI bus support
scsibus* at ahc?
scsibus* at bha?
scsibus* at isp?
scsibus* at ncr?
# SCSI devices
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
sd* at scsibus? target ? lun ? # SCSI disk drives
st* at scsibus? target ? lun ? # SCSI tape drives
# ST506/ESDI/IDE devices
#wd* at wdc? drive ?
# ATAPI bus support
#atapibus* at wdc?
# ATAPI devices
#sd* at atapibus? drive ? # ATAPI disk devices
#cd* at atapibus? drive ? # ATAPI CD-ROM devices
# Floppy drives
fd* at fdc? drive ?
# Workstation Console attachments
#wsdisplay* at cfb?
wsdisplay* at vga?
#wsdisplay* at sfb?
wsdisplay* at tga?
wskbd* at pckbd?
wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device ccd 4
pseudo-device loop 1
pseudo-device md 1
pseudo-device pty 64
pseudo-device vnd 4