Deleted Added
full compact
DB-78XXX (220982) DB-78XXX (224699)
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 220982 2011-04-24 08:58:58Z mav $
4# $FreeBSD: head/sys/arm/conf/DB-78XXX 224699 2011-08-07 20:16:46Z rmacklem $
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 FFS #Berkeley Fast 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 FFS #Berkeley Fast Filesystem
20options NFSCLIENT #Network Filesystem Client
20options NFSCL #New Network Filesystem Client
21options NFSLOCKD #Network Lock Manager
21options NFSLOCKD #Network Lock Manager
22options NFS_ROOT #NFS usable as /, requires NFSCLIENT
22options NFS_ROOT #NFS usable as /, requires NFSCL
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=mge0
27
28#options ROOTDEVNAME=\"ufs:/dev/da0a\"
29
30options SYSVSHM #SYSV-style shared memory

--- 58 unchanged lines hidden ---
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=mge0
27
28#options ROOTDEVNAME=\"ufs:/dev/da0a\"
29
30options SYSVSHM #SYSV-style shared memory

--- 58 unchanged lines hidden ---