summaryrefslogtreecommitdiff
path: root/sys/arch/riscv64/conf/RAMDISK
blob: 81e1cee45b01f50204db88ff63d20584c45076f7 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#	$OpenBSD: RAMDISK,v 1.25 2021/07/25 06:11:48 jsg Exp $

machine		riscv64
maxusers	4

option		PCIVERBOSE
option		USBVERBOSE
option		SMALL_KERNEL
option		NO_PROPOLICE
option		BOOT_CONFIG

option		RAMDISK_HOOKS
option		MINIROOTSIZE=16384

option		FFS
option		FFS2
option		MSDOSFS
option		INET6
option		EXT2FS
option		NFSCLIENT
option		CRYPTO

makeoptions	KERNEL_BASE_PHYS="0x00200000"
makeoptions	KERNEL_BASE_VIRT="0xffffffc000200000"

config		bsd	root on rd0a swap on rd0b

# mainbus
mainbus0	at root

# cpu0
cpu0		at mainbus0
intc0		at cpu0

# NS16550 compatible serial ports
com*		at fdt?

# SiFive SOCs
sfclock*	at fdt? early 1 # PRCI
sfcc*		at fdt? early 1	# L2 Cache Controller
sfuart*		at fdt?

virtio*		at fdt?
virtio*		at pci?
vio*		at virtio?	# Network
vioblk*		at virtio?
vioscsi*	at virtio?	# Disk (SCSI)
#viomb*		at virtio?	# Memory Ballooning
viornd*		at virtio?	# Random Source

# simplebus0
simplebus*	at fdt?
# Platform Level Interrupt Controller
plic*		at fdt? early 1

syscon*		at fdt? early 1
gfrtc*		at fdt?

cad*		at fdt?
dwge*		at fdt?

dwmmc*		at fdt?
sdmmc*		at dwmmc?

dwpcie*		at fdt?
pci*		at dwpcie?
pciecam*	at fdt?
pci*		at pciecam?

ociic*		at fdt?
iic*		at ociic?
dapmic*		at iic?

# PCI
ppb*		at pci?		# PCI-PCI bridges
pci*		at ppb?

# PCI Ethernet
em*		at pci?		# Intel Pro/1000 Ethernet
bge*		at pci?		# Broadcom BCM57xx (aka Tigon3)
oce*		at pci?		# Emulex OneConnect 10Gb ethernet
ix*		at pci?		# Intel 82598EB 10Gb ethernet

# Wireless network cards
iwm*		at pci?		# Intel WiFi Link 7xxx

nvme*		at pci?		# NVMe controllers
ahci*		at pci?		# AHCI SATA controllers

scsibus*	at scsi?
sd*		at scsibus?
cd*		at scsibus?
ch*		at scsibus?
uk*		at scsibus?

# USB Controllers
xhci*		at pci?

# USB bus support
usb*		at xhci?

# USB devices
uhub*		at usb?
uhub*		at uhub?
#uhidev*	at uhub?
#ukbd*		at uhidev?
#wskbd*		at ukbd? mux 1
umass*		at uhub?
aue*		at uhub?	# ADMtek AN986 Pegasus Ethernet
atu*		at uhub?	# Atmel AT76c50x based 802.11b
axe*		at uhub?	# ASIX Electronics AX88172 USB Ethernet
axen*		at uhub?	# ASIX Electronics AX88179 USB Ethernet
cue*		at uhub?	# CATC USB-EL1201A based Ethernet
kue*		at uhub?	# Kawasaki KL5KUSB101B based Ethernet
smsc*		at uhub?	# SMSC LAN95xx Ethernet
cdce*		at uhub?	# CDC Ethernet
udav*		at uhub?	# Davicom DM9601 based Ethernet
mos*		at uhub?	# MOSCHIP MCS7730/7830 10/100 Ethernet
mue*		at uhub?	# Microchip LAN75xx/LAN78xx Ethernet
url*		at uhub?	# Realtek RTL8150L based adapters
ure*		at uhub?	# Realtek RTL8152 based adapters
wi*		at uhub?	# WaveLAN IEEE 802.11DS
upl*		at uhub?	# Prolific PL2301/PL2302 host-to-host
ugl*		at uhub?	# Genesys Logic GL620USB-A host-to-host
ural*		at uhub?	# Ralink RT2500
rum*		at uhub?	# Ralink RT2501USB/RT2601USB
run*		at uhub?	# Ralink RT2700U/RT2800U/RT3000U
zyd*		at uhub?	# Zydas ZD1211
upgt*		at uhub?	# Conexant/Intersil PrismGT SoftMAC USB
urtw*		at uhub?	# Realtek 8187
urtwn*		at uhub?	# Realtek RTL8188CU/RTL8192CU
rsu*		at uhub?	# Realtek RTL8188SU/RTL8191SU/RTL8192SU
uath*		at uhub?	# Atheros AR5005UG/AR5005UX
otus*		at uhub?	# Atheros AR9001U
athn*		at uhub?	# Atheros AR9002U
bwfm*		at uhub?	# Broadcom FullMAC

acphy*		at mii?		# Altima AC101 PHYs
amphy*		at mii?		# AMD 79C873 PHYs
atphy*		at mii?		# Attansic F1 PHYs
bmtphy*		at mii?		# Broadcom 10/100 PHYs
brgphy*		at mii?		# Broadcom Gigabit PHYs
eephy*		at mii?		# Marvell 88E1000 series PHY
rgephy*		at mii?		# Realtek 8169S/8110S PHY
rlphy*		at mii?		# Realtek 8139 internal PHYs
sqphy*		at mii?		# Seeq 8x220 PHYs
ukphy*		at mii?		# "unknown" PHYs
urlphy*		at mii?		# Realtek RTL8150L internal PHY

pseudo-device	loop 1
pseudo-device	vlan
pseudo-device	trunk
pseudo-device	bpfilter 1
pseudo-device	rd 1
pseudo-device	bio 1