summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf/RAMDISKU5
blob: 4b0fbf52c7a2b474daf7b8e9311cfb6227a7d06a (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
# 	$OpenBSD: RAMDISKU5,v 1.6 2004/01/04 00:29:50 deraadt Exp $

# Machine architecture; required by config(8)
machine		sparc64

option		SUN4U

# maxusers means mostly "let's get small" in terms of kernel malloc's
maxusers	2

option		RAMDISK_HOOKS
option		MINIROOTSIZE=6144

#option		DDB		# need this to see what's happening

option		TIMEZONE=0	# time zone to adjust RTC time by
option		DST=0		# daylight saving time used by RTC

option		SMALL_KERNEL
option		NO_PROPOLICE
#option		DIAGNOSTIC	# internal consistency checks
option		FFS		# UFS
#option		NFSCLIENT	# Network File System client
#option		CD9660		# ISO 9660 + Rock Ridge file system
option		INET		# IP + ICMP + TCP + UDP
option		INET6		# IPv6 (needs INET)
option		BOOT_CONFIG	# add support for boot -c

# Generic swap; second partition of root disk or network.
config		bsd	root on rd0a

# Main bus and CPU .. all systems.
mainbus0 at root
cpu0	at mainbus0

# Bus types found on SPARC systems.
psycho*	at mainbus0
pci*	at psycho?				# Ultra 5
pci*	at ppb?
ppb*	at pci? dev ? function ?
ebus*	at pci?

hme*	at pci? dev ? function ?
gem*	at pci? dev ? function ?

auxio*	at ebus?
#com*	at ebus?
clock*	at ebus?				# Mostek clock 

## PROM console driver -- if all else fails
pcons0	at mainbus0				# PROM console

timer*	at mainbus0				# Timer chip (some systems)

pciide*	at pci? dev ? function ? flags 0x0000
wd*	at pciide? channel ? drive ? flags 0x0a00
atapiscsi* at pciide? channel ?
scsibus* at atapiscsi?

siop*	at pci? dev ? function ?
scsibus*	at siop?

# These entries find devices on all SCSI busses and assign
# unit numers dynamically.
sd*		at scsibus? target ? lun ?	# SCSI disks
#cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs

# Media Independent Interface (mii) drivers)
nsphy*	at mii? phy ?				# NS and compatible PHYs
qsphy*	at mii? phy ?				# Quality Semi QS6612 PHYs
ukphy*	at mii? phy ?				# Unknown PHYs

pseudo-device	rd	2	# ramdisk
pseudo-device	loop	1	# network loopback