summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/conf/GENERIC
blob: bfa8522d0e44e497fe7f34fa98975863365f9d3f (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
#	$OpenBSD: GENERIC,v 1.8 2011/06/16 11:22:30 syuu Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

machine		octeon mips64
include		"../../../conf/GENERIC"
maxusers	32

option		CPU_OCTEON
option		FPUEMUL
makeoption	LINK_ADDRESS="0xffffffff81000000"

option		PCIVERBOSE
option		USBVERBOSE

config	bsd	swap generic

#
# Definition of system
#
mainbus0	at root
cpu0		at mainbus0
clock0		at mainbus0
iobus0		at mainbus0
uartbus0	at mainbus0

octcf0		at iobus0

com0		at uartbus0
com1		at uartbus0

pcibus*		at iobus0
pci*		at pcibus?

cn30xxgmx*	at iobus?
cnmac*		at cn30xxgmx?

rgephy*		at mii?

# IDE Controller
pciide*		at pci? flags 0x0000

# IDE hard drives
wd*		at pciide? flags 0x0000