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

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

112device zyd # ZyDAS zb1211/zb1211b wireless NICs
113device urtw # Realtek RTL8187B/L USB
114device upgt # Conexant/Intersil PrismGT SoftMAC USB
115device u3g # USB-based 3G modems (Option, Huawei, Sierra)
116
117# I2C (TWSI)
118device iic
119device iicbus
19#
20#NO_UNIVERSE
21
22ident DOCKSTAR
23
24include "std.arm"
25include "../mv/kirkwood/std.db88f6xxx"
26

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

112device zyd # ZyDAS zb1211/zb1211b wireless NICs
113device urtw # Realtek RTL8187B/L USB
114device upgt # Conexant/Intersil PrismGT SoftMAC USB
115device u3g # USB-based 3G modems (Option, Huawei, Sierra)
116
117# I2C (TWSI)
118device iic
119device iicbus
120device twsi
120
121# Sound
122device sound
123device snd_uaudio
124
125#crypto
126device cesa # Marvell security engine
127device crypto

--- 41 unchanged lines hidden ---
121
122# Sound
123device sound
124device snd_uaudio
125
126#crypto
127device cesa # Marvell security engine
128device crypto

--- 41 unchanged lines hidden ---