Deleted Added
full compact
TS7800 (256281) TS7800 (266086)
1#
2# Custom kernel for the TS-7800 board.
3#
1#
2# Custom kernel for the TS-7800 board.
3#
4# $FreeBSD: stable/10/sys/arm/conf/TS7800 253845 2013-07-31 17:21:18Z obrien $
4# $FreeBSD: stable/10/sys/arm/conf/TS7800 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident TS7800
8include "../mv/orion/std.ts7800"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12

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

56device ether
57device mge # Marvell Gigabit Ethernet controller
58device mii
59device e1000phy
60device bpf
61options HZ=1000
62
63# USB
5#
6
7ident TS7800
8include "../mv/orion/std.ts7800"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12

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

56device ether
57device mge # Marvell Gigabit Ethernet controller
58device mii
59device e1000phy
60device bpf
61options HZ=1000
62
63# USB
64options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
64device usb
65device ehci
66device umass
67device scbus
68device pass
69device da
70
71# SATA
72device ata
73
74# Flattened Device Tree
75options FDT
76options FDT_DTB_STATIC
77makeoptions FDT_DTS_FILE=ts7800.dts
78
65device usb
66device ehci
67device umass
68device scbus
69device pass
70device da
71
72# SATA
73device ata
74
75# Flattened Device Tree
76options FDT
77options FDT_DTB_STATIC
78makeoptions FDT_DTS_FILE=ts7800.dts
79