Deleted Added
full compact
DOCKSTAR (266084) DOCKSTAR (266274)
1#
2# Custom kernel for Seagate DockStar (Marvell SheevaPlug based) devices.
3#
1#
2# Custom kernel for Seagate DockStar (Marvell SheevaPlug based) devices.
3#
4# $FreeBSD: stable/10/sys/arm/conf/DOCKSTAR 266084 2014-05-14 19:18:58Z ian $
4# $FreeBSD: stable/10/sys/arm/conf/DOCKSTAR 266274 2014-05-16 23:27:18Z ian $
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: stable/10/sys/arm/conf/DOCKSTAR 266084 2014-05-14 19:18:58Z ian $
18# $FreeBSD: stable/10/sys/arm/conf/DOCKSTAR 266274 2014-05-16 23:27:18Z ian $
19#
20
21ident DOCKSTAR
22
23include "../mv/kirkwood/std.db88f6xxx"
24
25makeoptions FDT_DTS_FILE=dockstar.dts
26

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

31options SCHED_4BSD #4BSD scheduler
32options INET #InterNETworking
33options INET6 #IPv6 communications protocols
34options SOFTUPDATES
35options CD9660 #ISO 9660 filesystem
36options FFS #Berkeley Fast Filesystem
37options MSDOSFS #MS DOS File System (FAT, FAT32)
38options NULLFS #NULL filesystem
19#
20
21ident DOCKSTAR
22
23include "../mv/kirkwood/std.db88f6xxx"
24
25makeoptions FDT_DTS_FILE=dockstar.dts
26

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

31options SCHED_4BSD #4BSD scheduler
32options INET #InterNETworking
33options INET6 #IPv6 communications protocols
34options SOFTUPDATES
35options CD9660 #ISO 9660 filesystem
36options FFS #Berkeley Fast Filesystem
37options MSDOSFS #MS DOS File System (FAT, FAT32)
38options NULLFS #NULL filesystem
39options TMPFS #Efficient memory filesystem
40options SYSVSHM #SYSV-style shared memory
41options SYSVMSG #SYSV-style message queues
42options SYSVSEM #SYSV-style semaphores
43options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
44options GEOM_ELI # Disk encryption.
45options GEOM_LABEL # Providers labelization.
46options GEOM_PART_GPT # GPT partitioning
47

--- 120 unchanged lines hidden ---
39options SYSVSHM #SYSV-style shared memory
40options SYSVMSG #SYSV-style message queues
41options SYSVSEM #SYSV-style semaphores
42options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
43options GEOM_ELI # Disk encryption.
44options GEOM_LABEL # Providers labelization.
45options GEOM_PART_GPT # GPT partitioning
46

--- 120 unchanged lines hidden ---