Deleted Added
full compact
DOCKSTAR (233271) DOCKSTAR (240572)
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 233271 2012-03-21 08:38:42Z ed $
4# $FreeBSD: head/sys/arm/conf/DOCKSTAR 240572 2012-09-16 19:48:48Z jmg $
5#
6
7ident DOCKSTAR
8include "../mv/kirkwood/std.sheevaplug"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12

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

51# Serial ports
52device uart
53
54# Networking
55device ether
56device mge # Marvell Gigabit Ethernet controller
57device mii
58device bpf
5#
6
7ident DOCKSTAR
8include "../mv/kirkwood/std.sheevaplug"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12

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

51# Serial ports
52device uart
53
54# Networking
55device ether
56device mge # Marvell Gigabit Ethernet controller
57device mii
58device bpf
59options HZ=1000
60options DEVICE_POLLING
59options HZ=1000
60options DEVICE_POLLING
61device vlan
62
63# USB
64options USB_DEBUG # enable debug msgs
65device usb
66device ehci
67device umass
68device scbus
69device pass
70device da
71
72# Flattened Device Tree
73options FDT
61device vlan
62
63# USB
64options USB_DEBUG # enable debug msgs
65device usb
66device ehci
67device umass
68device scbus
69device pass
70device da
71
72# Flattened Device Tree
73options FDT
74options FDT_DTB_STATIC
74options FDT_DTB_STATIC
75makeoptions FDT_DTS_FILE=dockstar.dts
75makeoptions FDT_DTS_FILE=dockstar.dts