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