Deleted Added
full compact
DB-88F5XXX (282576) DB-88F5XXX (289945)
1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
4# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 282576 2015-05-07 12:38:23Z andrew $
4# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 289945 2015-10-25 22:00:56Z zbb $
5#
6
7ident DB-88F5XXX
8include "std.arm"
9include "../mv/orion/std.db88f5xxx"
10
11options SOC_MV_ORION
12

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

60
61# Serial ports
62device uart
63
64# Networking
65device ether
66device mge # Marvell Gigabit Ethernet controller
67device mii
5#
6
7ident DB-88F5XXX
8include "std.arm"
9include "../mv/orion/std.db88f5xxx"
10
11options SOC_MV_ORION
12

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

60
61# Serial ports
62device uart
63
64# Networking
65device ether
66device mge # Marvell Gigabit Ethernet controller
67device mii
68device mdio
68device e1000phy
69device bpf
70options DEVICE_POLLING
71options HZ=1000
72
73# I2C (TWSI)
74device iic
75device iicbus

--- 17 unchanged lines hidden ---
69device e1000phy
70device bpf
71options DEVICE_POLLING
72options HZ=1000
73
74# I2C (TWSI)
75device iic
76device iicbus

--- 17 unchanged lines hidden ---