Deleted Added
full compact
EA3250 (256281) EA3250 (266086)
1#
2# Custom kernel for EA3250 boards.
3#
1#
2# Custom kernel for EA3250 boards.
3#
4# $FreeBSD: stable/10/sys/arm/conf/EA3250 253845 2013-07-31 17:21:18Z obrien $
4# $FreeBSD: stable/10/sys/arm/conf/EA3250 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident EA3250
8include "../lpc/std.lpc"
9hints "EA3250.hints"
10
11makeoptions MODULES_OVERRIDE=""
12

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

60
61# Networking
62device ether
63device mii
64device bpf
65device lpe
66
67# USB
5#
6
7ident EA3250
8include "../lpc/std.lpc"
9hints "EA3250.hints"
10
11makeoptions MODULES_OVERRIDE=""
12

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

60
61# Networking
62device ether
63device mii
64device bpf
65device lpe
66
67# USB
68options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
68options USB_DEBUG
69device usb
70device ohci
71device umass
72device scbus
73device pass
74device da
75

--- 21 unchanged lines hidden ---
69options USB_DEBUG
70device usb
71device ohci
72device umass
73device scbus
74device pass
75device da
76

--- 21 unchanged lines hidden ---