xref: /openbsd/sys/arch/octeon/conf/RAMDISK (revision 0e5b8cef)
1*0e5b8cefSyasuoka#	$OpenBSD: RAMDISK,v 1.10 2011/06/24 02:18:17 yasuoka Exp $
2c6b2ceb4Ssyuu#
3c6b2ceb4Ssyuu# For further information on compiling OpenBSD kernels, see the config(8)
4c6b2ceb4Ssyuu# man page.
5c6b2ceb4Ssyuu#
6c6b2ceb4Ssyuu# For further information on hardware support for this architecture, see
7c6b2ceb4Ssyuu# the intro(4) man page.  For further information about kernel options
8c6b2ceb4Ssyuu# for this architecture, see the options(4) man page.  For an explanation
9c6b2ceb4Ssyuu# of each device driver in this file see the section 4 man page for the
10c6b2ceb4Ssyuu# device.
11c6b2ceb4Ssyuu
12c6b2ceb4Ssyuumachine		octeon mips64
13c6b2ceb4Ssyuumaxusers	8
14c6b2ceb4Ssyuu
15c6b2ceb4Ssyuuoption		CPU_OCTEON
1660860a0fSsyuuoption		FPUEMUL
17c6b2ceb4Ssyuumakeoption	LINK_ADDRESS="0xffffffff81000000"
18c6b2ceb4Ssyuu
19c6b2ceb4Ssyuuoption		PCIVERBOSE
20c6b2ceb4Ssyuuoption		USBVERBOSE
21c6b2ceb4Ssyuu
22c6b2ceb4Ssyuu# Filesystem options
23c6b2ceb4Ssyuuoption		FFS		# UFS
24c6b2ceb4Ssyuuoption		FFS2		# UFS2
25c6b2ceb4Ssyuu#option		NFSCLIENT	# Network File System client
26c6b2ceb4Ssyuuoption		CD9660		# ISO 9660 + Rock Ridge file system
27c6b2ceb4Ssyuuoption		UDF		# UDF (DVD) file system
28c6b2ceb4Ssyuuoption		EXT2FS		# Second Extended Filesystem
29c6b2ceb4Ssyuuoption		MSDOSFS		# MS-DOS file system
30c6b2ceb4Ssyuuoption		INET		# IP + ICMP + TCP + UDP
31c6b2ceb4Ssyuuoption		INET6		# IPv6 (needs INET)
32c6b2ceb4Ssyuuoption		DDB		# kernel debugger
33c6b2ceb4Ssyuu
34c6b2ceb4Ssyuuoption		MINIROOTSIZE=8192
35c6b2ceb4Ssyuuoption		RAMDISK_HOOKS
36c6b2ceb4Ssyuu
37c6b2ceb4Ssyuuconfig	bsd	root on rd0a swap on rd0b
38c6b2ceb4Ssyuu
39c6b2ceb4Ssyuu#
40c6b2ceb4Ssyuu# Definition of system
41c6b2ceb4Ssyuu#
42c6b2ceb4Ssyuumainbus0	at root
43c6b2ceb4Ssyuucpu0		at mainbus0
44c6b2ceb4Ssyuuclock0		at mainbus0
4561e15267Ssyuuiobus0		at mainbus0
4604dde687Ssyuuuartbus0	at mainbus0
47c6b2ceb4Ssyuu
4861e15267Ssyuuoctcf0		at iobus0
49cde17f52Ssyuu
5004dde687Ssyuucom0		at uartbus0
5104dde687Ssyuucom1		at uartbus0
52c6b2ceb4Ssyuu
5361e15267Ssyuupcibus*		at iobus0
5462023fb5Ssyuupci*		at pcibus?
5562023fb5Ssyuu
5662023fb5Ssyuu# IDE Controller
5762023fb5Ssyuupciide*		at pci? flags 0x0000
5862023fb5Ssyuu
5962023fb5Ssyuu# IDE hard drives
6062023fb5Ssyuuwd*		at pciide? flags 0x0000
6162023fb5Ssyuu
624a04f2fdSsyuucn30xxgmx*	at iobus?
634a04f2fdSsyuucnmac*		at cn30xxgmx?
644a04f2fdSsyuu
654a04f2fdSsyuurgephy*		at mii?
66*0e5b8cefSyasuokaukphy*		at mii?
674a04f2fdSsyuu
68c6b2ceb4Ssyuupseudo-device	loop		1	# network loopback
69c6b2ceb4Ssyuupseudo-device	bpfilter	1	# packet filter
70c6b2ceb4Ssyuupseudo-device	rd		1	# ram disk
71c6b2ceb4Ssyuupseudo-device	wsmux		2	# mouse & keyboard multiplexor
72c6b2ceb4Ssyuu
73c6b2ceb4Ssyuuoption		BOOT_CONFIG	# boot-time kernel config
74