Deleted Added
full compact
AR91XX_BASE (221164) AR91XX_BASE (221753)
1#
2# AR91XX -- Kernel configuration base file for the Atheros AR913x SoC.
3#
4# This file (and the hints file accompanying it) are not designed to be
5# used by themselves. Instead, users of this file should create a kernel
6# config file which includes this file (which gets the basic hints), then
7# override the default options (adding devices as needed) and adding
8# hints as needed (for example, the GPIO and LAN PHY.)
9#
1#
2# AR91XX -- Kernel configuration base file for the Atheros AR913x SoC.
3#
4# This file (and the hints file accompanying it) are not designed to be
5# used by themselves. Instead, users of this file should create a kernel
6# config file which includes this file (which gets the basic hints), then
7# override the default options (adding devices as needed) and adding
8# hints as needed (for example, the GPIO and LAN PHY.)
9#
10# $FreeBSD: head/sys/mips/conf/AR91XX_BASE 221164 2011-04-28 12:52:01Z adrian $
10# $FreeBSD: head/sys/mips/conf/AR91XX_BASE 221753 2011-05-11 00:52:41Z gonzo $
11#
12
13machine mips mipseb
14ident AR91XX_BASE
15cpu CPU_MIPS4KC
16options ISA_MIPS32
17makeoptions KERNLOADADDR=0x80050000
18options HZ=1000

--- 5 unchanged lines hidden (view full) ---

24makeoptions MODULES_OVERRIDE=""
25
26options DDB
27options KDB
28
29options SCHED_4BSD #4BSD scheduler
30options INET #InterNETworking
31options INET6 #InterNETworking
11#
12
13machine mips mipseb
14ident AR91XX_BASE
15cpu CPU_MIPS4KC
16options ISA_MIPS32
17makeoptions KERNLOADADDR=0x80050000
18options HZ=1000

--- 5 unchanged lines hidden (view full) ---

24makeoptions MODULES_OVERRIDE=""
25
26options DDB
27options KDB
28
29options SCHED_4BSD #4BSD scheduler
30options INET #InterNETworking
31options INET6 #InterNETworking
32options NFSCLIENT #Network Filesystem Client
32options NFSCL #Network Filesystem Client
33options PSEUDOFS #Pseudo-filesystem framework
34options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
35
36# options NFS_LEGACYRPC
37# Debugging for use in -current
38# options INVARIANTS
39# options INVARIANT_SUPPORT
40# options WITNESS

--- 59 unchanged lines hidden ---
33options PSEUDOFS #Pseudo-filesystem framework
34options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
35
36# options NFS_LEGACYRPC
37# Debugging for use in -current
38# options INVARIANTS
39# options INVARIANT_SUPPORT
40# options WITNESS

--- 59 unchanged lines hidden ---