Deleted Added
full compact
PB92 (221489) PB92 (221753)
1#
2# PB92 -- Kernel configuration file for FreeBSD/mips for Atheros PB92 reference
3# board (AR7242)
4#
1#
2# PB92 -- Kernel configuration file for FreeBSD/mips for Atheros PB92 reference
3# board (AR7242)
4#
5# $FreeBSD: head/sys/mips/conf/PB92 221489 2011-05-05 09:04:49Z adrian $
5# $FreeBSD: head/sys/mips/conf/PB92 221753 2011-05-11 00:52:41Z gonzo $
6#
7
8ident PB92
9# XXX The default load address in the Uboot environment is 0x80010000
10makeoptions KERNLOADADDR=0x80050000
11options HZ=1000
12
13# The PB92 has 32mb of RAM; hard-code that

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

20makeoptions MODULES_OVERRIDE=""
21
22options DDB
23options KDB
24
25options SCHED_4BSD #4BSD scheduler
26options INET #InterNETworking
27options INET6
6#
7
8ident PB92
9# XXX The default load address in the Uboot environment is 0x80010000
10makeoptions KERNLOADADDR=0x80050000
11options HZ=1000
12
13# The PB92 has 32mb of RAM; hard-code that

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

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

--- 88 unchanged lines hidden ---
29options PSEUDOFS #Pseudo-filesystem framework
30options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
31options ALQ
32
33# Debugging for use in -current
34#options DEADLKRES
35#options INVARIANTS
36#options INVARIANT_SUPPORT

--- 88 unchanged lines hidden ---