Deleted Added
full compact
DB-78XXX (256281) DB-78XXX (266086)
1#
2# Custom kernel for Marvell DB-78xx boards.
3#
1#
2# Custom kernel for Marvell DB-78xx boards.
3#
4# $FreeBSD: stable/10/sys/arm/conf/DB-78XXX 253845 2013-07-31 17:21:18Z obrien $
4# $FreeBSD: stable/10/sys/arm/conf/DB-78XXX 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident DB-88F78XX
8include "../mv/discovery/std.db78xxx"
9
10options SOC_MV_DISCOVERY
11makeoptions MODULES_OVERRIDE=""
12

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

62# Networking
63device ether
64device mge # Marvell Gigabit Ethernet controller
65device mii
66device e1000phy
67device bpf
68
69# USB
5#
6
7ident DB-88F78XX
8include "../mv/discovery/std.db78xxx"
9
10options SOC_MV_DISCOVERY
11makeoptions MODULES_OVERRIDE=""
12

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

62# Networking
63device ether
64device mge # Marvell Gigabit Ethernet controller
65device mii
66device e1000phy
67device bpf
68
69# USB
70options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
70options USB_DEBUG # enable debug msgs
71device usb
72device ehci
73device umass
74device scbus
75device pass
76device da
77

--- 15 unchanged lines hidden ---
71options USB_DEBUG # enable debug msgs
72device usb
73device ehci
74device umass
75device scbus
76device pass
77device da
78

--- 15 unchanged lines hidden ---