xref: /openbsd/sys/arch/sparc64/conf/RAMDISKU1 (revision d485f761)
1# 	$OpenBSD: RAMDISKU1,v 1.3 2001/10/10 04:24:12 deraadt Exp $
2
3# Machine architecture; required by config(8)
4machine		sparc64
5
6option		SUN4U
7option		_LP64
8
9# maxusers means mostly "let's get small" in terms of kernel malloc's
10maxusers	2
11
12option		RAMDISK_HOOKS
13option		MINIROOTSIZE=6144
14
15#option		DDB		# need this to see what's happening
16
17option		TIMEZONE=0	# time zone to adjust RTC time by
18option		DST=0		# daylight saving time used by RTC
19
20option		SMALL_KERNEL
21#option		DIAGNOSTIC	# internal consistency checks
22option		FFS		# UFS
23#option		NFSCLIENT	# Network File System client
24#option		CD9660		# ISO 9660 + Rock Ridge file system
25option		INET		# IP + ICMP + TCP + UDP
26option		BOOT_CONFIG	# add support for boot -c
27
28# Generic swap; second partition of root disk or network.
29config		bsd	root on rd0a
30
31# Main bus and CPU .. all systems.
32mainbus0 at root
33cpu0	at mainbus0
34
35# Bus types found on SPARC systems.
36sbus0	at mainbus0				# Ultra 1
37
38clock*	at sbus? slot ? offset ?		# Mostek clock
39timer*	at mainbus0				# Timer chip
40
41## PROM console driver -- if all else fails
42pcons0	at mainbus0				# PROM console
43
44le*	at sbus? slot ? offset ?	# Lance Ethernet - AMD7990
45ledma*	at sbus? slot ? offset ?
46le*	at ledma?
47
48#qec*	at sbus? slot ? offset ?	# Quad-ethernet
49#qe*	at qec?
50#be*	at qec?
51
52hme*		at sbus? slot ? offset ?
53
54#
55# Note the flags on the esp entries below, that work around
56# deficiencies in the current driver:
57#	bits 0-7:  disable disconnect/reselect for the corresponding target
58#	bits 8-15: disable synch negotiation for target [bit-8]
59#	Note: targets 4-7 have disconnect/reselect enabled on the premise
60#	      that tape devices normally have one of these targets. Tape
61#	      devices should be allowed to disconnect for the SCSI bus
62#	      to operate acceptably.
63#
64dma*	at sbus? slot ? offset ?		# SBus
65esp*	at dma? flags 0x0000			# SBus
66esp*	at sbus? slot ? offset ?
67scsibus*	at esp?
68
69# These entries find devices on all SCSI busses and assign
70# unit numers dynamically.
71sd*		at scsibus? target ? lun ?	# SCSI disks
72#cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
73
74# Media Independent Interface (mii) drivers)
75nsphy*	at mii? phy ?				# NS and compatible PHYs
76qsphy*	at mii? phy ?				# Quality Semi QS6612 PHYs
77ukphy*	at mii? phy ?				# Unknown PHYs
78
79pseudo-device	rd	2	# ramdisk
80pseudo-device	loop	1	# network loopback
81