Deleted Added
full compact
DB-88F5XXX (271050) DB-88F5XXX (276755)
1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
4# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 271050 2014-09-03 19:37:41Z ian $
4# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 276755 2015-01-06 16:15:57Z jhb $
5#
6
7ident DB-88F5XXX
8include "../mv/orion/std.db88f5xxx"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12
13#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
16options SCHED_4BSD # 4BSD scheduler
17options INET # InterNETworking
18options INET6 # IPv6 communications protocols
19options GEOM_PART_BSD # BSD partition scheme
20options GEOM_PART_MBR # MBR partition scheme
21options TMPFS # Efficient memory filesystem
22options FFS # Berkeley Fast Filesystem
5#
6
7ident DB-88F5XXX
8include "../mv/orion/std.db88f5xxx"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12
13#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
16options SCHED_4BSD # 4BSD scheduler
17options INET # InterNETworking
18options INET6 # IPv6 communications protocols
19options GEOM_PART_BSD # BSD partition scheme
20options GEOM_PART_MBR # MBR partition scheme
21options TMPFS # Efficient memory filesystem
22options FFS # Berkeley Fast Filesystem
23options NFSCL # New Network Filesystem Client
23options NFSCL # Network Filesystem Client
24options NFSLOCKD # Network Lock Manager
25options NFS_ROOT # NFS usable as /, requires NFSCL
26options BOOTP
27options BOOTP_NFSROOT
28options BOOTP_NFSV3
29options BOOTP_WIRED_TO=mge0
30
31#options ROOTDEVNAME=\"ufs:/dev/da0a\"

--- 61 unchanged lines hidden ---
24options NFSLOCKD # Network Lock Manager
25options NFS_ROOT # NFS usable as /, requires NFSCL
26options BOOTP
27options BOOTP_NFSROOT
28options BOOTP_NFSV3
29options BOOTP_WIRED_TO=mge0
30
31#options ROOTDEVNAME=\"ufs:/dev/da0a\"

--- 61 unchanged lines hidden ---