72 lines
2.2 KiB
Plaintext
72 lines
2.2 KiB
Plaintext
# $NetBSD: DUMMY,v 1.4 1996/12/23 08:36:33 matthias Exp $
|
|
#
|
|
# DUMMY: Matthias Pfaller's second pc532
|
|
#
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
|
|
|
maxusers 8 # estimated number of users
|
|
|
|
makeoptions DEBUG="-g"
|
|
#options DDB # kernel debugger; recommended
|
|
options KGDB # remote gdb kernel debugger
|
|
options KGDBDEV=0x0802 # over tty02
|
|
options KGDBRATE=9600 # with 9600 baud
|
|
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
#options ACCOUNTING # process accounting
|
|
options FIFO # fifos; recommended
|
|
#options SYSVSHM # System V shared memory; broken
|
|
#options SHMMAXPGS=1024
|
|
options LKM # loadable kernel modules
|
|
|
|
# compatibility options
|
|
options COMPAT_43 # 4.3 system calls
|
|
options COMPAT_12
|
|
|
|
# file system options
|
|
#options QUOTA # file system quotas
|
|
options FFS # Berkeley fast file system
|
|
options UNION
|
|
options NULLFS
|
|
options NFSCLIENT # Network File System client
|
|
|
|
# networking options
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP + ICMP + TCP + UDP
|
|
#options NS # XNS
|
|
#options ISO,TPIP # OSI
|
|
#options EON # OSI tunneling over IP
|
|
#options CCITT,LLC,HDLC # X.25
|
|
options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
|
|
|
|
# pc532 specific options
|
|
options CONSOLE_SPEED=B9600 # default console baud rate
|
|
options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
|
|
options NS381 # FPU installed
|
|
options DEV_RTC # RTC driver in pc532/mem.c
|
|
options NO_INLINE_SPLX
|
|
|
|
config netbsd swap generic
|
|
options GENERIC
|
|
|
|
sd0 at scsibus? target 0 lun 0 # Conner CP30100-121mb
|
|
sd1 at scsibus? target 1 lun 0 # Emulex MD21/Seagate ST4383E
|
|
sd2 at scsibus? target 2 lun 0 # Teac FC-1 HF (3.5" Floppy)
|
|
st0 at scsibus? target 4 lun 0 # Tandberg TDC 3620 QIC-60 Drive
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
uk* at scsibus? target ? lun ? # All the things we don't know
|
|
|
|
pseudo-device pty 16 # pseudo-terminals
|
|
pseudo-device loop 1 # loopback network
|
|
pseudo-device vnd 4 # vnode devices
|
|
pseudo-device bpfilter 8 # packet filter
|
|
pseudo-device ccd 1
|
|
pseudo-device sl 1 # compressed SLIP
|
|
pseudo-device ppp 1 # Point-to-Point Protocol
|
|
pseudo-device tun 1 # ip tunneling
|