NetBSD/sys/arch/hp300/conf/KARLA

105 lines
3.0 KiB
Plaintext

# $NetBSD: KARLA,v 1.8 2000/02/12 03:32:48 thorpej Exp $
#
# KARLA
#
# Dave Carrel's hp340
# carrel@NetBSD.org
#
include "arch/hp300/conf/std.hp300"
options HP340
maxusers 16
# Network options
options INET # Internet protocols
#options MULTICAST # IP Multicast (redundant)
#options MROUTING # Multicast routing support
#options GATEWAY # IP packet forwarding
#options ISO # OSI networking
# Filesystems
file-system FFS # fast filesystem
file-system NFS # Network filesystem
file-system KERNFS # kernel data-structure filesystem
file-system FDESC # user file descriptor filesystem
file-system PROCFS # /proc filesystem
file-system UNION # Union filesystem (req. for FDESC)
#file-system MFS # memory-based filesystem
#file-system PORTAL # portal filesystem (still experimental)
#file-system CD9660 # CD-ROM ISO-9660 filesystem
# Filesystem options
#options NFSSERVER # Network Filesystem server
options FDSCRIPTS
options SETUIDSCRIPTS
#options LKM
options UCONSOLE # allows non-root to read console output
#options COMPAT_NOMID
options COMPAT_43 # compatibility with 4.3BSD
options COMPAT_44 # compatibility with 4.4BSD binaries
#options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0 binaries
options COMPAT_11 # compatibility with NetBSD 1.1 binaries
options COMPAT_12 # compatibility with NetBSD 1.2 binaries
options COMPAT_13 # compatibility with NetBSD 1.3 binaries
options COMPAT_14 # compatibility with NetBSD 1.4
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options SYSVSHM # System V shared memory
options SYSVSEM # System V semaphores
options SYSVMSG # System V message queues
# Options for HP machines
options COMPAT_HPUX # HP-UX binary compatibility
options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
#options MAPPEDCOPY
#options USELEDS # make the lights twinkle
#options COMPAT_NOLABEL # default partitioning for unlabeled disks
#options PANICBUTTON # Two fast <reset>s on console dump kernel
#options DIOVERBOSE # describe "unknown" DIO devices
# Options specific to this host.
options DDB # Kernel Dynamic Debugger
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options DEBUG # extra kernel debugging support
#options DIAGNOSTIC # extra kernel debugging checks
options KTRACE # system call tracing support
config netbsd root on ? type ?
mainbus0 at root
intio0 at mainbus0 # internal i/o space
dio0 at mainbus0 # DIO/DIO-II bus
topcat* at intio? # DAVE - remove one of these
topcat* at dio? scode?
grf* at topcat? # DAVE - how to get two grf's??
ite* at grf?
dca0 at dio? scode? flags 0x0
le* at dio? scode?
nhpib0 at dio? scode 7 # slow internal HP-IB
nhpib* at dio? scode ?
fhpib* at dio? scode ? # fast HP-IB
hpibbus0 at nhpib0
hpibbus* at nhpib?
hpibbus* at fhpib?
oscsi* at dio? scode? # old HP SCSI
sd* at oscsi? target ? lun ?
st* at oscsi? target ? lun ?
pseudo-device pty 32
#pseudo-device sl 1
pseudo-device ppp 1
pseudo-device bpfilter 8
pseudo-device loop 1