Deleted Added
full compact
SHEEVAPLUG (235609) SHEEVAPLUG (240572)
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 235609 2012-05-18 14:41:14Z gber $
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 240572 2012-09-16 19:48:48Z jmg $
5#
6
7ident SHEEVAPLUG
8include "../mv/kirkwood/std.sheevaplug"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12

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

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

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

51device uart
52
53# Networking
54device ether
55device mge # Marvell Gigabit Ethernet controller
56device mii
57device e1000phy
58device bpf
59options HZ=1000
60options DEVICE_POLLING
59options HZ=1000
60options DEVICE_POLLING
61device vlan
62
63device cesa # Marvell security engine
64device crypto
65device cryptodev
66
67# USB
68options USB_DEBUG # enable debug msgs

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

73device pass
74device da
75
76# NAND
77device nand
78
79# Flattened Device Tree
80options FDT
61device vlan
62
63device cesa # Marvell security engine
64device crypto
65device cryptodev
66
67# USB
68options USB_DEBUG # enable debug msgs

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

73device pass
74device da
75
76# NAND
77device nand
78
79# Flattened Device Tree
80options FDT
81options FDT_DTB_STATIC
81options FDT_DTB_STATIC
82makeoptions FDT_DTS_FILE=sheevaplug.dts
82makeoptions FDT_DTS_FILE=sheevaplug.dts