summaryrefslogtreecommitdiff
path: root/sys/arch/arc/conf/PICA
blob: e33be8f56ecc17dbf7fda984c893be00177e575d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#
#	Generic configuration file for MIPS R4400 PICA system
#

machine		arc

maxusers	8

# Need to set locally
option		TIMEZONE="8*60"		# minutes west of GMT (for)
option		DST=1			# use daylight savings rules

# Standard system options
option		SWAPPAGER		# swap pager (anonymous and swap space)
option		DEVPAGER		# device pager (mapped devices)
option		DIAGNOSTIC		# extra kernel debugging checks
option		DEBUG			# extra kernel debugging support
option		"COMPAT_43"		# compatibility with 4.3BSD binaries
option		KTRACE			# system call tracing support
option		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
#option		KGDB			# support for kernel gdb
#option		"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
#option		"KGDBDEV=15*256+0"	# device for kernel gdb

# System V options
option		SYSVMSG		# System V-like message queues
option		SYSVSEM		# System V-like semaphores
option		SYSVSHM		# System V-like memory sharing
option		SHMMAXPGS=1024	# 1024 pages is the default
option		NATIVE_ELF

# Filesystem options
option		FIFO		# POSIX fifo support (in all filesystems)
option		FFS,QUOTA	# fast filesystem with user and group quotas
option		MFS		# memory-based filesystem
option		NFSCLIENT	# Sun NFS-compatible filesystem (client)
option		NFSSERVER	# Sun NFS-compatible filesystem (server)
option		KERNFS		# kernel data-structure filesystem
option		MSDOSFS		# Ability to read write MS-Dos filsystem
option		CD9660		# ISO 9660 + Rock Ridge file system
option		FDESC		# user file descriptor filesystem
#option		UMAPFS		# uid/gid remapping filesystem
#option		NULLFS		# null layer filesystem
#option		PORTAL		# portal filesystem (still experimental)

# Networking options
option		INET		# Internet protocols
#option		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
option		GATEWAY		# IP packet forwarding
#option		MULTICAST	# Multicast support
#option		MROUTING	# Multicast routing support
#option		ISO		# OSI networking
#option		TPIP
#option		EON

# Specify storage configuration
config		bsd	root on sd0 swap on sd0 and sd1

#
# Definition of system
#
mainbus0	at root
cpu*		at mainbus0

pica*		at mainbus0

clock0		at pica?
pc0		at pica?
pms0		at pica?
com0		at pica?
com1		at pica?
lpt0		at pica?
sn0		at pica?

fdc0		at pica?
fd*		at fdc? drive ?

asc0		at pica?
scsibus* 	at asc?

sd*		at scsibus? target ? lun ?
st*		at scsibus? target ? lun ?
cd*		at scsibus? target ? lun ?
ch*		at scsibus? target ? lun ?
ss*		at scsibus? target ? lun ?
uk*		at scsibus? target ? lun ?

#
#	ISA Bus.
#
isabr*		at mainbus0

isa*		at isabr?

com2		at isa? port 0x3f8 irq 4
com3		at isa? port 0x2f8 irq 3


pseudo-device	sl		 2	# serial-line IP ports
pseudo-device	ppp		 2	# serial-line PPP ports
pseudo-device	pty		64	# pseudo ptys
pseudo-device	bpfilter	16	# packet filter ports
pseudo-device	loop
pseudo-device	vnd		4	# virtual disk