summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/conf/RAMDISK
blob: 74ecaadfca6235217188904f7e24192755b1c567 (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
#	$OpenBSD: RAMDISK,v 1.11 2015/07/17 22:52:29 tedu Exp $

machine		socppc powerpc
maxusers	4

option		TIMEZONE=0
option		DST=0
option		SMALL_KERNEL
option		NO_PROPOLICE
option		BOOT_CONFIG

option		MINIROOTSIZE=8192
option		RAMDISK_HOOKS

option		PCIVERBOSE
option		USBVERBOSE

option		FFS
option		FFS2
option		NFSCLIENT
option		CD9660
option		UDF
option		MSDOSFS
option		INET6

config		bsd root on rd0a swap on rd0b

mainbus0	at root
cpu0		at mainbus0
obio0		at mainbus0
ipic0		at obio?

wdc0		at mainbus0		# On-board CF
wdc1		at mainbus0
wd*		at wdc? flags 0x0000

sociic0		at obio?
sociic1		at obio?
iic*		at sociic?
ricohrtc0	at iic? addr 0x32	# Ricoh RTC
fintek0		at iic?	flags 0x0001	# temp/fan controller

com0		at obio?
com1		at obio?

socpcic*	at mainbus?
socpcic*	at obio?
tsec0		at obio?
tsec1		at obio?

pci*		at socpcic?
pciide*		at pci?
wd*		at pciide? flags 0x0000

ehci0		at obio?
usb*		at ehci?

uhub*		at usb?
uhub*		at uhub?
umass*		at uhub?
ural*		at uhub?		# Ralink RT2500USB
rum*		at uhub?		# Ralink RT2501USB/RT2601USB
zyd*		at uhub?		# Zydas ZD1211

scsibus*	at scsi?
sd*		at scsibus?

vge*		at pci?
athn*		at pci?			# Atheros AR9k (802.11a/g/n)

rgephy*		at mii?			# Realtek 8169S/8110S PHY
eephy*		at mii?			# Marvell 88E1000 series PHY
ciphy*		at mii?			# Cicada CS8201 10/100/1000 copper PHY
gentbi*		at mii?			# Generic 1000BASE-X ten-bit PHY
ukphy*		at mii?			# Generic unknown PHY

pseudo-device	loop 1
pseudo-device	bpfilter 1
pseudo-device	rd 1