Deleted Added
full compact
BCM (300208) BCM (301410)
1#
1#
2# $FreeBSD: head/sys/mips/conf/BCM 300208 2016-05-19 14:19:01Z bz $
2# $FreeBSD: head/sys/mips/conf/BCM 301410 2016-06-04 19:53:47Z landonf $
3#
4# The Broadcom 470x/471x/535x series of processors and boards is very commonly
5# used in COTS hardware including the ASUS RT-N12, RT-N16, RT-N53.
6#
7
3#
4# The Broadcom 470x/471x/535x series of processors and boards is very commonly
5# used in COTS hardware including the ASUS RT-N12, RT-N16, RT-N53.
6#
7
8#NO_UNIVERSE
9
10ident BCM
11
12hints "BCM.hints"
13include "../broadcom/std.broadcom"
14
15# ships with cfe firmware
16options CFE
17options ALT_BREAK_TO_DEBUGGER

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

52options INVARIANT_SUPPORT
53
54#options BHND_LOGLEVEL=BHND_DEBUG_LEVEL
55#options BUS_DEBUG
56#makeoptions BUS_DEBUG
57#options VERBOSE_SYSINIT
58#makeoptions VERBOSE_SYSINIT
59
8ident BCM
9
10hints "BCM.hints"
11include "../broadcom/std.broadcom"
12
13# ships with cfe firmware
14options CFE
15options ALT_BREAK_TO_DEBUGGER

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

50options INVARIANT_SUPPORT
51
52#options BHND_LOGLEVEL=BHND_DEBUG_LEVEL
53#options BUS_DEBUG
54#makeoptions BUS_DEBUG
55#options VERBOSE_SYSINIT
56#makeoptions VERBOSE_SYSINIT
57
58# bhnd(4)
59device bhnd
60device bcma # bcma backplane
61device bcma_nexus
62
60device pci
63device pci
64device bhnd_pcib # PCIe-G1 core
61
62#device bgmac # Broadcom GMAC - not yet
65
66#device bgmac # Broadcom GMAC - not yet
63device bhnd
64
65device mdio
66
67#Flash
68device spibus
69device mx25l # Serial Flash
70device cfi # Parallel Flash
71device cfid

--- 26 unchanged lines hidden ---
67
68device mdio
69
70#Flash
71device spibus
72device mx25l # Serial Flash
73device cfi # Parallel Flash
74device cfid

--- 26 unchanged lines hidden ---