Home | History | Annotate | Line # | Download | only in conf
ARCTIC revision 1.9.2.2
      1  1.9.2.2  bouyer #	$NetBSD: ARCTIC,v 1.9.2.2 2000/11/20 20:00:23 bouyer Exp $
      2  1.9.2.2  bouyer #	$OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
      3  1.9.2.2  bouyer #
      4  1.9.2.2  bouyer #	configuration file for DeskStation
      5  1.9.2.2  bouyer #
      6  1.9.2.2  bouyer 
      7  1.9.2.2  bouyer include		"arch/arc/conf/std.arc"
      8  1.9.2.2  bouyer 
      9  1.9.2.2  bouyer maxusers	32		# estimated number of users
     10  1.9.2.2  bouyer 
     11  1.9.2.2  bouyer # Misc. arc-specific options
     12  1.9.2.2  bouyer options 	PCCONS_FORCE_WORD	# Max out at 16bit accesses to the
     13  1.9.2.2  bouyer 					# VGA memory
     14  1.9.2.2  bouyer 
     15  1.9.2.2  bouyer # Standard system options
     16  1.9.2.2  bouyer 
     17  1.9.2.2  bouyer options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18  1.9.2.2  bouyer options 	NTP		# NTP phase/frequency locked loop
     19  1.9.2.2  bouyer 
     20  1.9.2.2  bouyer options 	KTRACE		# system call tracing via ktrace(1)
     21  1.9.2.2  bouyer 
     22  1.9.2.2  bouyer options 	SYSVMSG		# System V-like message queues
     23  1.9.2.2  bouyer options 	SYSVSEM		# System V-like semaphores
     24  1.9.2.2  bouyer options 	SYSVSHM		# System V-like memory sharing
     25  1.9.2.2  bouyer #options 	SHMMAXPGS=1024	# 1024 pages is the default
     26  1.9.2.2  bouyer 
     27  1.9.2.2  bouyer options 	LKM		# loadable kernel modules
     28  1.9.2.2  bouyer 
     29  1.9.2.2  bouyer # Diagnostic/debugging support options
     30  1.9.2.2  bouyer options 	DIAGNOSTIC	# cheap kernel consistency checks
     31  1.9.2.2  bouyer #options 	DEBUG		# expensive debugging checks/support
     32  1.9.2.2  bouyer #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     33  1.9.2.2  bouyer options 	DDB		# in-kernel debugger
     34  1.9.2.2  bouyer #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     35  1.9.2.2  bouyer #options 	KGDB		# remote gdb
     36  1.9.2.2  bouyer #options 	KGDBRATE=19200	# kernel gdb port rate (default 9600)
     37  1.9.2.2  bouyer #options 	KGDBDEV="17*256+0"	# device for kernel gdb
     38  1.9.2.2  bouyer #makeoptions	DEBUG="-g"	# compile full symbol table
     39  1.9.2.2  bouyer 
     40  1.9.2.2  bouyer # Compatibility options
     41  1.9.2.2  bouyer options 	COMPAT_10	# NetBSD 1.0,
     42  1.9.2.2  bouyer options 	COMPAT_11	# NetBSD 1.1,
     43  1.9.2.2  bouyer options 	COMPAT_12	# NetBSD 1.2,
     44  1.9.2.2  bouyer options 	COMPAT_13	# NetBSD 1.3,
     45  1.9.2.2  bouyer options 	COMPAT_14	# NetBSD 1.4,
     46  1.9.2.2  bouyer options 	COMPAT_43	# and 4.3BSD
     47  1.9.2.2  bouyer options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     48  1.9.2.2  bouyer 
     49  1.9.2.2  bouyer # mipsel specific
     50  1.9.2.2  bouyer options 	COMPAT_ULTRIX	# Ultrix binary compatibility
     51  1.9.2.2  bouyer options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
     52  1.9.2.2  bouyer 
     53  1.9.2.2  bouyer # File systems
     54  1.9.2.2  bouyer file-system 	FFS		# fast filesystem
     55  1.9.2.2  bouyer #file-system 	EXT2FS		# second extended file system (linux)
     56  1.9.2.2  bouyer #file-system 	LFS		# log-structured file system
     57  1.9.2.2  bouyer file-system 	MFS		# memory file system
     58  1.9.2.2  bouyer file-system 	NTFS		# Windows/NT file system (experimental)
     59  1.9.2.2  bouyer file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     60  1.9.2.2  bouyer file-system 	MSDOSFS		# MS-DOS file system
     61  1.9.2.2  bouyer file-system 	NFS		# Network File System client
     62  1.9.2.2  bouyer file-system 	FDESC		# /dev/fd
     63  1.9.2.2  bouyer file-system 	KERNFS		# /kern
     64  1.9.2.2  bouyer #file-system 	NULLFS		# loopback file system
     65  1.9.2.2  bouyer #file-system 	OVERLAY		# overlay file system
     66  1.9.2.2  bouyer #file-system 	PORTAL		# portal filesystem (still experimental)
     67  1.9.2.2  bouyer file-system 	PROCFS		# /proc
     68  1.9.2.2  bouyer #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     69  1.9.2.2  bouyer #file-system 	UNION		# union file system
     70  1.9.2.2  bouyer #file-system	CODA		# Coda File System; also needs vcoda (below)
     71  1.9.2.2  bouyer 
     72  1.9.2.2  bouyer # File system options
     73  1.9.2.2  bouyer options 	QUOTA		# FFS quotas
     74  1.9.2.2  bouyer #options 	FFS_EI		# FFS Endian Independent support
     75  1.9.2.2  bouyer #options 	SOFTDEP		# FFS soft updates support.
     76  1.9.2.2  bouyer options 	NFSSERVER	# Network File System server
     77  1.9.2.2  bouyer #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     78  1.9.2.2  bouyer 				# immutable) behave as system flags.
     79  1.9.2.2  bouyer 
     80  1.9.2.2  bouyer # Networking options
     81  1.9.2.2  bouyer #options 	GATEWAY		# IP packet forwarding
     82  1.9.2.2  bouyer options 	INET		# IP + ICMP + TCP + UDP
     83  1.9.2.2  bouyer options 	INET6		# IPV6
     84  1.9.2.2  bouyer #options 	IPSEC		# IP security
     85  1.9.2.2  bouyer #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     86  1.9.2.2  bouyer #options 	IPSEC_DEBUG	# debug for IP security
     87  1.9.2.2  bouyer #options 	MROUTING	# IP multicast routing
     88  1.9.2.2  bouyer #options 	NS		# XNS
     89  1.9.2.2  bouyer #options 	NSIP		# XNS tunneling over IP
     90  1.9.2.2  bouyer #options 	ISO,TPIP	# OSI networking
     91  1.9.2.2  bouyer #options 	EON		# OSI tunneling over IP
     92  1.9.2.2  bouyer #options 	CCITT,LLC,HDLC	# X.25
     93  1.9.2.2  bouyer options 	NETATALK	# AppleTalk networking protocols
     94  1.9.2.2  bouyer options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     95  1.9.2.2  bouyer options 	PPP_DEFLATE	# Deflate compression support for PPP
     96  1.9.2.2  bouyer options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     97  1.9.2.2  bouyer options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     98  1.9.2.2  bouyer options 	IPFILTER_LOG	# ipmon(8) log support
     99  1.9.2.2  bouyer 
    100  1.9.2.2  bouyer # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    101  1.9.2.2  bouyer #options 	TCP_COMPAT_42
    102  1.9.2.2  bouyer 
    103  1.9.2.2  bouyer # These options enable verbose messages for several subsystems.
    104  1.9.2.2  bouyer # Warning, these may compile large string tables into the kernel!
    105  1.9.2.2  bouyer #options 	EISAVERBOSE	# verbose EISA device autoconfig messages
    106  1.9.2.2  bouyer #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    107  1.9.2.2  bouyer #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    108  1.9.2.2  bouyer options 	SCSIVERBOSE	# human readable SCSI error messages
    109  1.9.2.2  bouyer 
    110  1.9.2.2  bouyer # wscons terminal emulation
    111  1.9.2.2  bouyer options 	WSEMUL_VT100	# VT100 emulation
    112  1.9.2.2  bouyer 
    113  1.9.2.2  bouyer # Kernel root file system and dump configuration.
    114  1.9.2.2  bouyer options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    115  1.9.2.2  bouyer config		netbsd	root on ? type ?
    116  1.9.2.2  bouyer 
    117  1.9.2.2  bouyer #
    118  1.9.2.2  bouyer # Device configuration
    119  1.9.2.2  bouyer #
    120  1.9.2.2  bouyer 
    121  1.9.2.2  bouyer mainbus0	at root
    122  1.9.2.2  bouyer cpu*		at mainbus0
    123  1.9.2.2  bouyer 
    124  1.9.2.2  bouyer #### ISA bus devices
    125  1.9.2.2  bouyer 
    126  1.9.2.2  bouyer isabr*		at mainbus0	# ISA Bus bridge (std ISA bus).
    127  1.9.2.2  bouyer isa*		at isabr?
    128  1.9.2.2  bouyer #isadma0 	at isa?
    129  1.9.2.2  bouyer 
    130  1.9.2.2  bouyer aclock0 	at isa? port 0x70 irq 0
    131  1.9.2.2  bouyer 
    132  1.9.2.2  bouyer pc0		at isa? port 0x60 irq 1		# generic PC console device
    133  1.9.2.2  bouyer #vga0		at isa?
    134  1.9.2.2  bouyer #pckbc0		at isa?				# PC keyboard controller
    135  1.9.2.2  bouyer com0		at isa? port 0x3f8 irq 4
    136  1.9.2.2  bouyer com1		at isa? port 0x2f8 irq 3
    137  1.9.2.2  bouyer com2		at isa? port 0x3e8 irq 4
    138  1.9.2.2  bouyer com3		at isa? port 0x2e8 irq 3
    139  1.9.2.2  bouyer ast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
    140  1.9.2.2  bouyer com*		at ast? slave ?
    141  1.9.2.2  bouyer 
    142  1.9.2.2  bouyer # Joystick driver. Probe is a little strange; add only if you have one.
    143  1.9.2.2  bouyer joy0		at isa? port 0x201
    144  1.9.2.2  bouyer 
    145  1.9.2.2  bouyer # ISA ST506, ESDI, and IDE controllers
    146  1.9.2.2  bouyer # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
    147  1.9.2.2  bouyer # fall back to 16bits I/O if 32bits I/O are not functional).
    148  1.9.2.2  bouyer # Some controllers pass the initial 32bit test, but will fail later.
    149  1.9.2.2  bouyer wdc0		at isa? port 0x1f0 irq 14 flags 0x00
    150  1.9.2.2  bouyer wdc1		at isa? port 0x170 irq 15 flags 0x00
    151  1.9.2.2  bouyer #wdc*		at isapnp?
    152  1.9.2.2  bouyer 
    153  1.9.2.2  bouyer # IDE drives
    154  1.9.2.2  bouyer # Flags are used only with controllers that support DMA operations
    155  1.9.2.2  bouyer # and mode settings (e.g. some pciide controllers)
    156  1.9.2.2  bouyer # The lowest order four bits (rightmost digit) of the flags define the PIO
    157  1.9.2.2  bouyer # mode to use, the next set of four bits the DMA mode and the third set the
    158  1.9.2.2  bouyer # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    159  1.9.2.2  bouyer # to use, and the last bit must be 1 for this setting to be used.
    160  1.9.2.2  bouyer # For DMA and UDMA, 0xf (1111) means 'disable'.
    161  1.9.2.2  bouyer # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    162  1.9.2.2  bouyer # (0xc=1100, 0xa=1010, 0xf=1111)
    163  1.9.2.2  bouyer # 0x0000 means "use whatever the drive claims to support".
    164  1.9.2.2  bouyer wd*		at wdc? channel ? drive ? flags 0x0000
    165  1.9.2.2  bouyer 
    166  1.9.2.2  bouyer # ATAPI bus support
    167  1.9.2.2  bouyer atapibus*	at wdc? channel ?
    168  1.9.2.2  bouyer 
    169  1.9.2.2  bouyer # ISA parallel printer interfaces
    170  1.9.2.2  bouyer lpt0		at isa? port 0x378 irq 7
    171  1.9.2.2  bouyer 
    172  1.9.2.2  bouyer # ISA network interfaces
    173  1.9.2.2  bouyer ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
    174  1.9.2.2  bouyer ep0		at isa? port ? irq ?		# 3C509 ethernet cards
    175  1.9.2.2  bouyer ne0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
    176  1.9.2.2  bouyer ne1		at isa? port 0x300 irq 10
    177  1.9.2.2  bouyer #ne*		at isapnp?			# NE[12]000 PnP ethernet
    178  1.9.2.2  bouyer we0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    179  1.9.2.2  bouyer we1		at isa? port 0x300 iomem 0xcc000 irq 10
    180  1.9.2.2  bouyer #we*		at isapnp?
    181  1.9.2.2  bouyer 
    182  1.9.2.2  bouyer #aha0		at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    183  1.9.2.2  bouyer #aha1		at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    184  1.9.2.2  bouyer #scsibus*	at aha?
    185  1.9.2.2  bouyer btl0		at isa? port 0x330 irq ? drq ?
    186  1.9.2.2  bouyer scsibus*	at btl?
    187  1.9.2.2  bouyer #wds0		at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 SCSI
    188  1.9.2.2  bouyer #wds1		at isa? port 0x358 irq 11 drq 5
    189  1.9.2.2  bouyer #scsibus*	at wds?
    190  1.9.2.2  bouyer 
    191  1.9.2.2  bouyer #### SCSI bus devices
    192  1.9.2.2  bouyer 
    193  1.9.2.2  bouyer sd*		at scsibus? target ? lun ?
    194  1.9.2.2  bouyer st*		at scsibus? target ? lun ?
    195  1.9.2.2  bouyer cd*		at scsibus? target ? lun ?
    196  1.9.2.2  bouyer ch*		at scsibus? target ? lun ?
    197  1.9.2.2  bouyer ss*		at scsibus? target ? lun ?
    198  1.9.2.2  bouyer uk*		at scsibus? target ? lun ?
    199  1.9.2.2  bouyer 
    200  1.9.2.2  bouyer #### ATAPI bus devices
    201  1.9.2.2  bouyer 
    202  1.9.2.2  bouyer # flags have the same meaning as for IDE drives.
    203  1.9.2.2  bouyer cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    204  1.9.2.2  bouyer sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    205  1.9.2.2  bouyer uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
    206  1.9.2.2  bouyer 
    207  1.9.2.2  bouyer #### Workstation Console attachments
    208  1.9.2.2  bouyer 
    209  1.9.2.2  bouyer #wsdisplay*	at vga?
    210  1.9.2.2  bouyer #wsdisplay*	at tga?
    211  1.9.2.2  bouyer #pckbd*		at pckbc?	# PC keyboard (kbd port)
    212  1.9.2.2  bouyer #wskbd*		at pckbd?
    213  1.9.2.2  bouyer #pms*		at pckbc?	# PS/2-style mouse (aux port)
    214  1.9.2.2  bouyer #wsmouse*	at pms?
    215  1.9.2.2  bouyer #pmsi*		at pckbc?	# PS/2 "Intelli"mouse (aux port)
    216  1.9.2.2  bouyer #wsmouse*	at pmsi?
    217  1.9.2.2  bouyer 
    218  1.9.2.2  bouyer #### Pseudo devices
    219  1.9.2.2  bouyer 
    220  1.9.2.2  bouyer # disk/mass storage pseudo-devices
    221  1.9.2.2  bouyer pseudo-device	ccd		4	# concatenated/striped disk devices
    222  1.9.2.2  bouyer #pseudo-device	raid		4	# RAIDframe disk driver
    223  1.9.2.2  bouyer pseudo-device	md		1	# memory disk device (ramdisk)
    224  1.9.2.2  bouyer pseudo-device	vnd		4	# disk-like interface to files
    225  1.9.2.2  bouyer 
    226  1.9.2.2  bouyer # network pseudo-devices
    227  1.9.2.2  bouyer pseudo-device	bpfilter	8	# Berkeley packet filter
    228  1.9.2.2  bouyer pseudo-device	ipfilter		# IP filter (firewall) and NAT
    229  1.9.2.2  bouyer pseudo-device	loop		1	# network loopback
    230  1.9.2.2  bouyer pseudo-device	ppp		2	# Point-to-Point Protocol
    231  1.9.2.2  bouyer pseudo-device	sl		2	# Serial Line IP
    232  1.9.2.2  bouyer #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    233  1.9.2.2  bouyer pseudo-device	tun		2	# network tunneling over tty
    234  1.9.2.2  bouyer #pseudo-device	gre		2	# generic L3 over IP tunnel
    235  1.9.2.2  bouyer pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    236  1.9.2.2  bouyer pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    237  1.9.2.2  bouyer #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    238  1.9.2.2  bouyer #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    239  1.9.2.2  bouyer 
    240  1.9.2.2  bouyer # miscellaneous pseudo-devices
    241  1.9.2.2  bouyer pseudo-device	pty			# pseudo-terminals
    242  1.9.2.2  bouyer #pseudo-device	tb		1	# tablet line discipline
    243  1.9.2.2  bouyer #pseudo-device	sequencer	1	# MIDI sequencer
    244  1.9.2.2  bouyer # rnd works; RND_COM does not on port arc yet.
    245  1.9.2.2  bouyer pseudo-device	rnd			# /dev/random and in-kernel generator
    246  1.9.2.2  bouyer #options 	RND_COM			# use "com" randomness as well (BROKEN)
    247  1.9.2.2  bouyer 
    248  1.9.2.2  bouyer # a pseudo device needed for Coda	# also needs CODA (above)
    249  1.9.2.2  bouyer #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    250  1.9.2.2  bouyer 
    251  1.9.2.2  bouyer # mouse & keyboard multiplexor pseudo-devices
    252  1.9.2.2  bouyer #pseudo-device	wsmux		2
    253