Home | History | Annotate | Line # | Download | only in conf
M403 revision 1.67
      1 #	$NetBSD: M403,v 1.67 2017/09/14 07:58:39 mrg Exp $
      2 #
      3 #	configuration file for MIPS Magnum 4000 system
      4 #
      5 
      6 include 	"arch/arc/conf/std.arc"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 maxusers	32		# estimated number of users
     11 
     12 # Platform support
     13 options 	PLATFORM_MICROSOFT_JAZZ		# MIPS Magnum
     14 
     15 # Standard system options
     16 
     17 options 	RTC_OFFSET=-540	# hardware clock is this many mins. (Japan)
     18 options 	NTP		# NTP phase/frequency locked loop
     19 
     20 options 	KTRACE		# system call tracing via ktrace(1)
     21 
     22 options 	SYSVMSG		# System V-like message queues
     23 options 	SYSVSEM		# System V-like semaphores
     24 options 	SYSVSHM		# System V-like memory sharing
     25 
     26 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     27 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     28 
     29 # Diagnostic/debugging support options
     30 options 	DIAGNOSTIC		# cheap kernel consistency checks
     31 #options 	DEBUG			# expensive debugging checks/support
     32 options 	DDB			# in-kernel debugger
     33 pseudo-device	ksyms
     34 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     35 #options 	KGDB			# remote gdb
     36 #options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
     37 #options 	KGDB_DEV="17*256+0"	# device for kernel gdb
     38 #makeoptions	DEBUG="-g"		# compile full symbol table
     39 
     40 # Compatibility options
     41 include 	"conf/compat_netbsd10.config"
     42 options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     43 
     44 # mipsel specific
     45 options 	COMPAT_ULTRIX	# Ultrix binary compatibility
     46 options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
     47 
     48 # File systems
     49 file-system 	FFS		# fast filesystem
     50 #file-system 	EXT2FS		# second extended file system (linux)
     51 #file-system 	LFS		# log-structured file system
     52 file-system 	MFS		# memory file system
     53 file-system 	NTFS		# Windows/NT file system (experimental)
     54 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     55 file-system 	MSDOSFS		# MS-DOS file system
     56 file-system 	NFS		# Network File System client
     57 file-system 	FDESC		# /dev/fd
     58 file-system 	KERNFS		# /kern
     59 #file-system 	NULLFS		# loopback file system
     60 #file-system 	OVERLAY		# overlay file system
     61 file-system 	PROCFS		# /proc
     62 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     63 #file-system 	UNION		# union file system
     64 #file-system	CODA		# Coda File System; also needs vcoda (below)
     65 file-system	PTYFS		# /dev/pts/N support
     66 
     67 # File system options
     68 options 	QUOTA		# legacy UFS quotas
     69 options 	QUOTA2		# new, in-filesystem UFS quotas
     70 #options 	FFS_EI		# FFS Endian Independent support
     71 options 	NFSSERVER	# Network File System server
     72 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     73 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     74 				# immutable) behave as system flags.
     75 
     76 # Networking options
     77 #options 	GATEWAY		# IP packet forwarding
     78 options 	INET		# IP + ICMP + TCP + UDP
     79 options 	INET6		# IPV6
     80 #options 	IPSEC		# IP security
     81 #options 	IPSEC_DEBUG	# debug for IP security
     82 #options 	MROUTING	# IP multicast routing
     83 #options 	PIM		# Protocol Independent Multicast
     84 options 	NETATALK	# AppleTalk networking protocols
     85 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     86 options 	PPP_DEFLATE	# Deflate compression support for PPP
     87 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     88 options 	IPFILTER_LOG	# ipmon(8) log support
     89 options 	IPFILTER_LOOKUP	# ippool(8) support
     90 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     91 
     92 # JIT compiler for bpfilter
     93 #options	SLJIT
     94 #options	BPFJIT
     95 
     96 # These options enable verbose messages for several subsystems.
     97 # Warning, these may compile large string tables into the kernel!
     98 #options 	EISAVERBOSE	# verbose EISA device autoconfig messages
     99 #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    100 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    101 options 	SCSIVERBOSE	# human readable SCSI error messages
    102 
    103 # wscons terminal emulation
    104 options 	WSEMUL_VT100	# VT100 emulation
    105 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    106 
    107 # Kernel root file system and dump configuration.
    108 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    109 config		netbsd	root on ? type ?
    110 
    111 #
    112 # Device configuration
    113 #
    114 
    115 mainbus0	at root
    116 cpu*		at mainbus0
    117 
    118 #### Jazz-Internal bus devices
    119 
    120 # PLATFORM_ACER_PICA_61
    121 # PLATFORM_MICROSOFT_JAZZ
    122 # PLATFORM_NEC_JC94
    123 # PLATFORM_NEC_R94
    124 # PLATFORM_NEC_R96
    125 # PLATFORM_NEC_RAX94
    126 # PLATFORM_NEC_RD94
    127 jazzio*		at mainbus0	# Jazz-Internal bus host bridge.
    128 
    129 timer0		at jazzio?
    130 mcclock0 	at jazzio?
    131 #pc0		at jazzio?
    132 #opms0		at jazzio?
    133 pckbc0		at jazzio?	# PC keyboard controller
    134 options 	COM_FREQ_MAGNUM=8192000	# 8.192 MHz - NEC M403
    135 com0		at jazzio?
    136 com1		at jazzio?
    137 lpt0		at jazzio?
    138 sn0		at jazzio?
    139 
    140 fdc0		at jazzio?
    141 fd*		at fdc? drive ?
    142 
    143 asc0		at jazzio?			# NCR53C9x SCSI
    144 
    145 #### ISA bus devices
    146 
    147 # PLATFORM_ACER_PICA_61
    148 # PLATFORM_MICROSOFT_JAZZ
    149 # PLATFORM_NEC_R94
    150 # PLATFORM_NEC_R96
    151 jazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
    152 isa*		at jazzisabr?
    153 
    154 com2		at isa? port 0x3f8 irq 4
    155 com3		at isa? port 0x2f8 irq 3
    156 
    157 # SCSI bus support
    158 scsibus*	at scsi?
    159 
    160 #### SCSI bus devices
    161 
    162 sd*		at scsibus? target ? lun ?
    163 st*		at scsibus? target ? lun ?
    164 cd*		at scsibus? target ? lun ?
    165 ch*		at scsibus? target ? lun ?
    166 ss*		at scsibus? target ? lun ?
    167 uk*		at scsibus? target ? lun ?
    168 
    169 #### Workstation Console attachments
    170 
    171 pckbd*		at pckbc?	# PC keyboard (kbd port)
    172 wskbd*		at pckbd?
    173 pms*		at pckbc?	# PS/2-style mouse (aux port)
    174 wsmouse*	at pms?
    175 
    176 #### Pseudo devices
    177 
    178 # disk/mass storage pseudo-devices
    179 pseudo-device	ccd			# concatenated/striped disk devices
    180 #pseudo-device	raid			# RAIDframe disk driver
    181 #pseudo-device	fss			# file system snapshot device
    182 pseudo-device	md			# memory disk device (ramdisk)
    183 pseudo-device	vnd			# disk-like interface to files
    184 
    185 # network pseudo-devices
    186 pseudo-device	bpfilter		# Berkeley packet filter
    187 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    188 pseudo-device	loop			# network loopback
    189 pseudo-device	ppp			# Point-to-Point Protocol
    190 pseudo-device	sl			# Serial Line IP
    191 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    192 pseudo-device	tun			# network tunneling over tty
    193 #pseudo-device	gre			# generic L3 over IP tunnel
    194 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    195 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    196 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    197 pseudo-device	vlan			# IEEE 802.1q encapsulation
    198 
    199 # miscellaneous pseudo-devices
    200 pseudo-device	pty			# pseudo-terminals
    201 #pseudo-device	sequencer		# MIDI sequencer
    202 # rnd works; RND_COM does not on port arc yet.
    203 #options 	RND_COM			# use "com" randomness as well (BROKEN)
    204 pseudo-device	clockctl		# user control of clock subsystem
    205 
    206 # a pseudo device needed for Coda	# also needs CODA (above)
    207 #pseudo-device	vcoda			# coda minicache <-> venus comm.
    208 
    209 # mouse & keyboard multiplexor pseudo-devices
    210 #pseudo-device	wsmux
    211