Home | History | Annotate | Line # | Download | only in conf
ARCTIC revision 1.1
      1 #	$OpenBSD: ARCTIC,v 1.8 1997/04/29 05:16:40 deraadt Exp $
      2 #
      3 #	Generic configuration file for MIPS R4x00 ARC Systems
      4 #
      5 
      6 machine		arc
      7 
      8 maxusers	32
      9 
     10 # Need to set locally
     11 option		TIMEZONE=0	# minutes west of GMT (for)
     12 option		DST=0		# use daylight savings rules
     13 
     14 # Standard system options
     15 option		SWAPPAGER	# swap pager (anonymous and swap space)
     16 option		DEVPAGER	# device pager (mapped devices)
     17 
     18 # Debugging options
     19 option		DIAGNOSTIC	# extra kernel debugging checks
     20 option		DEBUG		# extra kernel debugging support
     21 option	 	KTRACE		# system call tracing support
     22 
     23 # System V options
     24 option		SYSVMSG		# System V-like message queues
     25 option		SYSVSEM		# System V-like semaphores
     26 option		SYSVSHM		# System V-like memory sharing
     27 option		SHMMAXPGS=1024	# 1024 pages is the default
     28 option		NATIVE_ELF	# Arc systems uses ELF as native format
     29 
     30 # Filesystem options
     31 option		CD9660		# ISO 9660 + Rock Ridge file system
     32 option		FDESC		# user file descriptor filesystem (/dev/fd)
     33 option		FIFO		# POSIX fifo support (in all filesystems)
     34 option		FFS,QUOTA	# fast filesystem with user and group quotas
     35 option		KERNFS		# kernel data-structure filesystem
     36 option		MFS		# memory-based filesystem
     37 option		MSDOSFS		# Ability to read write MS-Dos filsystem
     38 option		NFSCLIENT	# Sun NFS-compatible filesystem (client)
     39 option		NFSSERVER	# Sun NFS-compatible filesystem (server)
     40 option	 	NULLFS		# null layer filesystem
     41 option 		PORTAL		# portal filesystem (still experimental)
     42 option	 	UMAPFS		# uid/gid remapping filesystem
     43 
     44 # Networking options
     45 option 		INET		# Internet protocols
     46 option		IPSEC		# IP-sec
     47 #option 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     48 option	 	GATEWAY		# IP packet forwarding
     49 #option 	MULTICAST	# Multicast support
     50 #option 	MROUTING	# Multicast routing support
     51 #option 	ISO		# OSI networking
     52 #option 	TPIP
     53 #option 	EON
     54 
     55 # Compatibilitry modules
     56 option		COMPAT_43	# compatibility with 4.3BSD binaries
     57 #option		COMPAT_ULTRIX	# Ultrix binary compatibility (no go yet)
     58 
     59 # Special options
     60 option	 	MACHINE_NONCONTIG	# Support noncontigous memory.
     61 option		PCCONS_FORCE_WORD	# Max out at 16bit accesses to the
     62 					# VGA memory
     63 
     64 # Specify storage configuration (its a joke..)
     65 config		bsd	root on sd0 swap on sd0 dumps on sd0
     66 
     67 #
     68 # Definition of system
     69 #
     70 mainbus0	at root
     71 cpu*		at mainbus0
     72 
     73 isabr*		at mainbus0
     74 
     75 #
     76 #	ISA Bus.
     77 #
     78 
     79 isa*	at isabr?
     80 #isadma0	at isa?
     81 
     82 clock0	at isa? port 0x70 irq 0
     83 
     84 pc0     at isa? port 0x60 irq 1         # generic PC console device
     85 com0	at isa? port 0x3f8 irq 4
     86 com1	at isa? port 0x2f8 irq 3
     87 com2	at isa? port 0x3e8 irq 4
     88 com3	at isa? port 0x2e8 irq 3
     89 ast0	at isa? port 0x1a0 irq 3	# AST 4-port serial cards
     90 com*	at ast? slave ?
     91 
     92 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
     93 wdc1	at isa? port 0x170 irq 15
     94 wd*	at wdc? drive ?
     95 
     96 atapibus* at wdc?
     97 acd*	at atapibus? drive?
     98 
     99 lpt0	at isa? port 0x378 irq 7
    100 ep0	at isa? port ? irq ?           # 3C509 ethernet cards
    101 ed0     at isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC, 3C503, and NE[12]000
    102 ed1     at isa? port 0x250 iomem 0xd8000 irq 9  #   ethernet cards
    103 ed2     at isa? port 0x300 iomem 0xcc000 irq 10 #
    104 
    105 tel0    at isa? iomem 0xe0000 irq 9	# Teles S0, NICCY 1000, Creatix 8bit
    106 tel1    at isa? port 0xe80 iomem 0xde000 irq 11	# Teles S0/16, NICCY 1016,
    107 tel2    at isa? port 0x180 irq 5	# Teles S0/16.3 card (no shared memory)
    108 
    109 #aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    110 #aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    111 #scsibus* at aha?
    112 btl0	at isa? port 0x330 irq ? drq ?
    113 scsibus* at btl?
    114 #wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
    115 #wds1	at isa? port 0x358 irq 11 drq 5
    116 #scsibus* at wds?
    117 
    118 #
    119 #	SCSI Bus devices
    120 #
    121 
    122 sd*		at scsibus? target ? lun ?
    123 st*		at scsibus? target ? lun ?
    124 cd*		at scsibus? target ? lun ?
    125 ch*		at scsibus? target ? lun ?
    126 ss*		at scsibus? target ? lun ?
    127 uk*		at scsibus? target ? lun ?
    128 
    129 #
    130 pseudo-device	sl		 2	# serial-line IP ports
    131 pseudo-device	ppp		 2	# serial-line PPP ports
    132 pseudo-device	tun		 2	# network tunneling over tty
    133 pseudo-device	pty		64	# pseudo ptys
    134 pseudo-device	tb		 1	# tablet line discipline
    135 pseudo-device	bpfilter	 8	# packet filter ports
    136 pseudo-device	loop		 1	# network loopback
    137 pseudo-device	vnd		 4	# paging to files
    138 pseudo-device	enc		 4	# IP encap
    139