Deleted Added
full compact
DB-78XXX (271050) DB-78XXX (276755)
1#
2# Custom kernel for Marvell DB-78xx boards.
3#
1#
2# Custom kernel for Marvell DB-78xx boards.
3#
4# $FreeBSD: head/sys/arm/conf/DB-78XXX 271050 2014-09-03 19:37:41Z ian $
4# $FreeBSD: head/sys/arm/conf/DB-78XXX 276755 2015-01-06 16:15:57Z jhb $
5#
6
7ident DB-88F78XX
8include "../mv/discovery/std.db78xxx"
9
10options SOC_MV_DISCOVERY
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 NANDFS # NAND Filesystem
5#
6
7ident DB-88F78XX
8include "../mv/discovery/std.db78xxx"
9
10options SOC_MV_DISCOVERY
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 NANDFS # NAND Filesystem
24options NFSCL # New Network Filesystem Client
24options NFSCL # Network Filesystem Client
25options NFSLOCKD # Network Lock Manager
26options NFS_ROOT # NFS usable as /, requires NFSCL
27options BOOTP
28options BOOTP_NFSROOT
29options BOOTP_NFSV3
30options BOOTP_WIRED_TO=mge0
31
32#options ROOTDEVNAME=\"ufs:/dev/da0a\"

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

--- 63 unchanged lines hidden ---