Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.3
      1 #
      2 # NEWS3400 config file
      3 #
      4 # 	$NetBSD: GENERIC,v 1.3 1998/03/18 16:34:43 bouyer Exp $
      5 #
      6 include		"arch/newsmips/conf/std.newsmips"
      7 
      8 maxusers	16
      9 
     10 options 	news3400
     11 options 	MIPS1			# R2000/R3000 support
     12 options 	CPU_SINGLE
     13 
     14 # Standard system options
     15 options 	KTRACE			# system call tracing support
     16 options 	SYSVMSG			# System V message queues
     17 options 	SYSVSEM			# System V semaphores
     18 options 	SYSVSHM			# System V shared memory
     19 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     20 options 	LKM			# loadable kernel modules
     21 options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     22 #options 	NTP			# network time protocol
     23 #options 	UCONSOLE		# users can redirect console (unsafe)
     24 
     25 # Debugging options
     26 #options 	DDB			# kernel dynamic debugger
     27 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     28 #options 	DEBUG			# extra kernel debugging support
     29 #options 	DIAGNOSTIC		# extra kernel sanity checking
     30 #options 	SCSIVERBOSE		# Verbose SCSI errors
     31 
     32 # Compatibility options
     33 options 	COMPAT_43		# compatibility with 4.3BSD binaries
     34 options 	COMPAT_10		# NetBSD 1.0 binary compatibility
     35 options 	COMPAT_11		# NetBSD 1.1 binary compatibility
     36 options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     37 options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     38 options 	EXEC_AOUT		# exec a.out binaries
     39 #options 	EXEC_ECOFF		# exec ecoff binaries
     40 
     41 # Filesystem options
     42 file-system	FFS		# Berkeley Fast Filesystem
     43 file-system	NFS		# Sun NFS-compatible filesystem client
     44 file-system	KERNFS		# kernel data-structure filesystem
     45 file-system	NULLFS		# NULL layered filesystem
     46 file-system	MFS		# memory-based filesystem
     47 file-system	FDESC		# user file descriptor filesystem
     48 file-system	UMAPFS		# uid/gid remapping filesystem
     49 file-system	LFS		# Log-based filesystem (still experimental)
     50 file-system	PORTAL		# portal filesystem (still experimental)
     51 file-system	PROCFS		# /proc
     52 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     53 file-system	UNION		# union file system
     54 file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     55 
     56 options 	NFSSERVER	# Sun NFS-compatible filesystem server
     57 options 	QUOTA		# FFS quotas
     58 #options 	FFS_EI		# FFS Endian Independant support
     59 options 	FIFO		# POSIX fifo support (in all filesystems)
     60 
     61 # Networking options
     62 options 	INET		# Internet protocols
     63 options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     64 #options 	GATEWAY		# IP packet forwarding
     65 #options 	ISO,TPIP	# OSI networking
     66 #options 	EON		# OSI tunneling over IP
     67 #options 	CCITT,LLC,HDLC	# X.25
     68 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
     69 
     70 config		netbsd	root on ? type ?
     71 
     72 mainbus0 at root
     73 
     74 cpu0	at mainbus0
     75 hb0	at mainbus0
     76 
     77 mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
     78 
     79 le0	at hb0 addr 0xbff80000		# onboard LANCE ethernet
     80 #le1	at hb0 addr 0xb8c30000
     81 
     82 kb0	at hb0 addr 0xbfd00000		# keyboard
     83 ms0	at hb0 addr 0xbfd00004		# mouse
     84 
     85 zsc0	at hb0 addr 0xbfec0000
     86 zstty0	at zsc0 channel 0 flags 0x01	# tty00
     87 zstty1	at zsc0 channel 1 flags 0x01	# tty01
     88 
     89 fb0	at hb0 addr 0x88000000		# framebuffer
     90 
     91 sc0	at hb0 addr 0xbfe00100		# onboard cxd1185 SCSI controller
     92 
     93 scsibus0 at sc0
     94 
     95 sd*	at scsibus? target ? lun ?	# SCSI disks
     96 st*	at scsibus? target ? lun ?	# SCSI tapes
     97 cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     98 ch*	at scsibus? target ? lun ?	# SCSI changer devices
     99 
    100 pseudo-device	loop			# loopback interface; required
    101 pseudo-device	pty		32	# pseudo-terminals
    102 pseudo-device	sl		2	# SLIP interfaces
    103 pseudo-device	ppp		2	# PPP interfaces
    104 pseudo-device	tun		4	# Network "tunnel" device
    105 pseudo-device	bpfilter	16	# Berkeley Packet Filter
    106 pseudo-device	vnd		4	# disk-like interface to files
    107 pseudo-device	ccd		4	# concatenated and striped disks
    108 #pseudo-device	strip		1	# radio clock
    109 #pseudo-device	ipfilter		# ip filter
    110