Deleted Added
full compact
DOCKSTAR (289945) DOCKSTAR (294413)
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: head/sys/arm/conf/DOCKSTAR 289945 2015-10-25 22:00:56Z zbb $
4# $FreeBSD: head/sys/arm/conf/DOCKSTAR 294413 2016-01-20 11:57:11Z zbb $
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: head/sys/arm/conf/DOCKSTAR 289945 2015-10-25 22:00:56Z zbb $
18# $FreeBSD: head/sys/arm/conf/DOCKSTAR 294413 2016-01-20 11:57:11Z zbb $
19#
20#NO_UNIVERSE
21
22ident DOCKSTAR
23
24include "std.arm"
25include "../mv/kirkwood/std.db88f6xxx"
26

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

143options DUMMYNET
144options IPDIVERT
145
146#PF
147device pf
148device pflog
149device pfsync
150
19#
20#NO_UNIVERSE
21
22ident DOCKSTAR
23
24include "std.arm"
25include "../mv/kirkwood/std.db88f6xxx"
26

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

143options DUMMYNET
144options IPDIVERT
145
146#PF
147device pf
148device pflog
149device pfsync
150
151# GPIO
152device gpio
153
151# ALTQ, required for PF
152options ALTQ # Basic ALTQ support
153options ALTQ_CBQ # Class Based Queueing
154options ALTQ_RED # Random Early Detection
155options ALTQ_RIO # RED In/Out
156options ALTQ_HFSC # Hierarchical Packet Scheduler
157options ALTQ_CDNR # Traffic conditioner
158options ALTQ_PRIQ # Priority Queueing
159options ALTQ_NOPCC # Required if the TSC is unusable
160#options ALTQ_DEBUG
161
162# Flattened Device Tree
163options FDT # Configure using FDT/DTB data
164options FDT_DTB_STATIC
165makeoptions FDT_DTS_FILE=dockstar.dts
154# ALTQ, required for PF
155options ALTQ # Basic ALTQ support
156options ALTQ_CBQ # Class Based Queueing
157options ALTQ_RED # Random Early Detection
158options ALTQ_RIO # RED In/Out
159options ALTQ_HFSC # Hierarchical Packet Scheduler
160options ALTQ_CDNR # Traffic conditioner
161options ALTQ_PRIQ # Priority Queueing
162options ALTQ_NOPCC # Required if the TSC is unusable
163#options ALTQ_DEBUG
164
165# Flattened Device Tree
166options FDT # Configure using FDT/DTB data
167options FDT_DTB_STATIC
168makeoptions FDT_DTS_FILE=dockstar.dts