OSDN Git Service

contributed by ryo@
[openbsd-octeon/openbsd-octeon.git] / src / sys / arch / octeon / conf / P
1 #       $OpenBSD: GENERIC,v 1.22 2010/05/08 21:59:53 miod Exp $
2 #
3 # For further information on compiling OpenBSD kernels, see the config(8)
4 # man page.
5 #
6 # For further information on hardware support for this architecture, see
7 # the intro(4) man page.  For further information about kernel options
8 # for this architecture, see the options(4) man page.  For an explanation
9 # of each device driver in this file see the section 4 man page for the
10 # device.
11
12 machine         octeon mips64
13 include         "../../../conf/GENERIC"
14 maxusers        32
15
16 option          CPU_OCTEON
17 makeoption      LINK_ADDRESS="0xffffffff81000000"
18
19 option          DEBUG
20 option          MALLOC_DEBUG
21 option          USER_PCICONF
22 option          SYSCALL_DEBUG
23 #option         POOL_DEBUG
24 #option         DEBUG_INTERRUPT
25
26 option          PCIVERBOSE
27 option          USBVERBOSE
28
29 #config bsd     root on nfs swap on nfs
30 config  bsd     root on wd0
31
32 #
33 # Definition of system
34 #
35 mainbus0        at root
36 cpu0            at mainbus0
37 clock0          at mainbus0
38 obio0           at mainbus0
39
40 com0            at obio0
41 com1            at obio0
42
43 option          COM_OCTEON
44 #option         FPUEMUL
45
46 pcibus*         at obio0
47 pci*            at pcibus?
48
49 ath*    at pci?                         # Atheros AR5k (802.11a/b/g)
50 athn*   at pci?                         # Atheros AR9k (802.11a/g/n)
51
52 # IDE Controller
53 pciide*         at pci? flags 0x0000
54
55 # IDE hard drives
56 wd*             at pciide? flags 0x0000
57 options WDCDEBUG
58