Deleted Added
full compact
OCTEON1 (194143) OCTEON1 (194148)
1# OCTEON1 -- Configuration kernel for all Octeon1 SoCs from Cavium Networks
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook

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

53
54
55# Debugging for use in -current
56options INVARIANTS #Enable calls of extra sanity checking
57options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
58#options WITNESS #Enable checks to detect deadlocks and cycles
59#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
60
1# OCTEON1 -- Configuration kernel for all Octeon1 SoCs from Cavium Networks
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook

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

53
54
55# Debugging for use in -current
56options INVARIANTS #Enable calls of extra sanity checking
57options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
58#options WITNESS #Enable checks to detect deadlocks and cycles
59#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
60
61device genclock
61#XXXimp device genclock
62device loop
63device ether
64device md
65device uart
62device loop
63device ether
64device md
65device uart
66device uart_oct16550
67nodevice uart_8250
66nodevice uart_ns8250
68device rgmii
69#options VERBOSE_SYSINIT
70
71
72#
73# Use the following for Compact Flash file-system
74device cf
75options ROOTDEVNAME = \"ufs:cf0s2\" # Unmask if compact flash is needed as RFS
76
77#
78# Use the following for RFS in mem-device
79#options MD_ROOT
80#options ROOTDEVNAME = \"ufs:md0\"
81
82#options MD_ROOT_SIZE = 21264
83options SMP
67device rgmii
68#options VERBOSE_SYSINIT
69
70
71#
72# Use the following for Compact Flash file-system
73device cf
74options ROOTDEVNAME = \"ufs:cf0s2\" # Unmask if compact flash is needed as RFS
75
76#
77# Use the following for RFS in mem-device
78#options MD_ROOT
79#options ROOTDEVNAME = \"ufs:md0\"
80
81#options MD_ROOT_SIZE = 21264
82options SMP