NetBSD/sys/arch/pc532/conf/KLONDIKE

96 lines
3.0 KiB
Plaintext
Raw Normal View History

# $NetBSD: KLONDIKE,v 1.7 1996/11/07 07:32:18 matthias Exp $
#
# KLONDIKE: Matthias Pfaller's pc532
#
1995-09-26 23:15:57 +03:00
machine pc532
maxusers 8 # estimated number of users
options TIMEZONE=0, DST=0 # time zone to read RTC in
options SWAPPAGER # paging
options VNODEPAGER,DEVPAGER # vnode and device node caching
#makeoptions DEBUG="-g"
options DDB # kernel debugger; recommended
#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
1995-09-26 23:15:57 +03:00
#options SHMMAXPGS=1024
options LKM # loadable kernel modules
options INSECURE # allow lkms in multiuser mode
# compatibility options
1995-09-26 23:15:57 +03:00
options COMPAT_43 # 4.3 system calls
options EXEC_SCRIPT # #! scripts
options EXEC_AOUT # a.out executables
# file system options
#options QUOTA # file system quotas
options FFS # Berkeley fast file system
#options LFS # log-structered file system
options MFS # memory file system; uses RAM and swap
options FDESC # /dev/fd
options KERNFS # /kern
options PROCFS # /proc
options NFSSERVER # Network File System server
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 NLINES=4
options CONSOLE_SPEED=B9600 # default console baud rate
options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
options NS381 # FPU installed
1995-09-26 23:15:57 +03:00
options PLIP # PLIP driver in dev/lpt.c
options DEV_RTC # RTC driver in pc532/mem.c
1995-09-26 23:15:57 +03:00
config netbsd root on sd0a swap on sd0b and sd1b
membus0 at root
#clock0 at membus?
#timer0 at membus?
ncr0 at membus?
scsibus0 at ncr0
sd0 at scsibus0 target 0 lun 0 # Quantum LP52S
sd1 at scsibus0 target 1 lun 0 # Micropolis 4110
sd2 at scsibus0 target 2 lun 0 # Teac FC-1 HF (3.5" Floppy)
sd3 at scsibus0 target 2 lun 1 # Teac FC-1 GF (5.25" Floppy)
cd0 at scsibus0 target 3 lun 0 # Toshiba XM-4101TA
st0 at scsibus0 target 4 lun 0 # Conner 4324RP DAT Drive
st1 at scsibus0 target 5 lun 0 # Tandberg TDC 3660 QIC-150 Drive
uk0 at scsibus0 target 6 lun 0 # Adaptec 1542B (Send)
uk1 at scsibus0 target 6 lun 1 # Adaptec 1542B (Receive)
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
scn0 at membus?
scn1 at membus?
scn2 at membus?
scn3 at membus?
lpt0 at membus? addr 0xffc80030 irq 7
lpt1 at membus? addr 0xffc80034 irq 6
pseudo-device pty 16 # pseudo-terminals
pseudo-device loop 1 # loopback network
pseudo-device vnd 4 # vnode devices
pseudo-device bpfilter 8 # packet filter
1996-01-26 08:12:58 +03:00
pseudo-device sl 1 # compressed SLIP
pseudo-device ppp 1 # Point-to-Point Protocol
pseudo-device tun 1 # ip tunneling