Deleted Added
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 $
4# $FreeBSD: stable/10/sys/arm/conf/TS7800 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident TS7800
8include "../mv/orion/std.ts7800"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12
12#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
13#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
15options SCHED_4BSD # 4BSD scheduler
16options INET # InterNETworking
17options INET6 # IPv6 communications protocols
18options FFS # Berkeley Fast Filesystem
16options SCHED_4BSD #4BSD scheduler
17options INET #InterNETworking
18options INET6 #IPv6 communications protocols
19options FFS #Berkeley Fast Filesystem
20options 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
21options NFSCL #New Network Filesystem Client
22options NFSLOCKD #Network Lock Manager
23options NFS_ROOT #NFS usable as /, requires NFSCL
24options BOOTP
25options BOOTP_NFSROOT
26options BOOTP_NFSV3
27options BOOTP_WIRED_TO=mge0
28
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
29options SYSVSHM #SYSV-style shared memory
30options SYSVMSG #SYSV-style message queues
31options SYSVSEM #SYSV-style semaphores
32options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
33options MUTEX_NOINLINE
34options RWLOCK_NOINLINE
35options NO_FFS_SNAPSHOT
36options NO_SWAPPING
37
38# Debugging
39options ALT_BREAK_TO_DEBUGGER
40options DDB

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

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