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

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

91device da
92
93# Serial ports
94device uart
95
96# Networking
97device mge # Marvell Gigabit Ethernet controller
98device mii
19#
20#NO_UNIVERSE
21
22ident DOCKSTAR
23
24include "std.arm"
25include "../mv/kirkwood/std.db88f6xxx"
26

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

91device da
92
93# Serial ports
94device uart
95
96# Networking
97device mge # Marvell Gigabit Ethernet controller
98device mii
99device mdio
99device e1000phy
100
101# USB
102options USB_HOST_ALIGN=32 # Align DMA to cacheline
103#options USB_DEBUG # Compile in USB debug support
104device usb # Basic usb support
105device ehci # USB host controller
106device umass # Mass storage

--- 58 unchanged lines hidden ---
100device e1000phy
101
102# USB
103options USB_HOST_ALIGN=32 # Align DMA to cacheline
104#options USB_DEBUG # Compile in USB debug support
105device usb # Basic usb support
106device ehci # USB host controller
107device umass # Mass storage

--- 58 unchanged lines hidden ---