Deleted Added
sdiff udiff text old ( 283387 ) new ( 266086 )
full compact
1#
2# Custom kernel for the TS-7800 board.
3#
4# $FreeBSD: stable/10/sys/arm/conf/TS7800 283387 2015-05-24 14:57:17Z ian $
5#
6
7ident TS7800
8include "../mv/orion/std.ts7800"
9
10options SOC_MV_ORION
11
12#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
13makeoptions WERROR="-Werror"
14
15options SCHED_4BSD # 4BSD scheduler
16options INET # InterNETworking
17options INET6 # IPv6 communications protocols
18options FFS # Berkeley Fast Filesystem
19options SOFTUPDATES # Enable FFS soft updates support
20options NFSCL # New Network Filesystem Client
21options NFSLOCKD # Network Lock Manager
22options NFS_ROOT # NFS usable as /, requires NFSCL
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=mge0
27
28options GEOM_PART_BSD # BSD partition scheme
29options GEOM_PART_MBR # MBR partition scheme
30options TMPFS # Efficient memory filesystem
31
32options SYSVSHM # SYSV-style shared memory
33options SYSVMSG # SYSV-style message queues
34options SYSVSEM # SYSV-style semaphores
35options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
36options MUTEX_NOINLINE
37options RWLOCK_NOINLINE
38options NO_FFS_SNAPSHOT
39options NO_SWAPPING
40
41# Debugging
42options ALT_BREAK_TO_DEBUGGER
43options DDB

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

59device ether
60device mge # Marvell Gigabit Ethernet controller
61device mii
62device e1000phy
63device bpf
64options HZ=1000
65
66# USB
67device usb
68device ehci
69device umass
70device scbus
71device pass
72device da
73
74# SATA
75device ata
76
77# Flattened Device Tree
78options FDT
79options FDT_DTB_STATIC
80makeoptions FDT_DTS_FILE=ts7800.dts
81