ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/Kernel/amd64/SOEKRIS
(Generate patch)

Comparing FreeBSDAdmin/Kernel/amd64/SOEKRIS (file contents):
Revision 1457 by douglas, 2014-07-22T12:54:38-07:00 vs.
Revision 1458 by douglas, 2014-07-22T13:02:41-07:00

# Line 16 | Line 16
16   # If you are in doubt as to the purpose or necessity of a line, check first
17   # in NOTES.
18   #
19 < # $FreeBSD: releng/9.2/sys/amd64/conf/GENERIC 253860 2013-08-01 13:18:47Z marius $
19 > # $FreeBSD: releng/9.3/sys/amd64/conf/GENERIC 265729 2014-05-09 03:52:10Z ken $
20  
21   cpu             HAMMER
22   ident           SOEKRIS
23  
24 < makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
24 > makeoptions     DEBUG=-gdwarf-2         # Build kernel with gdb(1) debug symbols
25   makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
26  
27   options         SCHED_ULE               # ULE scheduler
# Line 65 | Line 65 | options        KBD_INSTALL_CDEV        # install a CD
65   options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
66   options         AUDIT                   # Security event auditing
67   options         MAC                     # TrustedBSD MAC Framework
68 < #options        KDTRACE_FRAME           # Ensure frames are compiled in
69 < #options        KDTRACE_HOOKS           # Kernel DTrace hooks
68 > options         KDTRACE_FRAME           # Ensure frames are compiled in
69 > options         KDTRACE_HOOKS           # Kernel DTrace hooks
70   options         INCLUDE_CONFIG_FILE     # Include this file in kernel
71   options         KDB                     # Kernel debugger related code
72   options         KDB_TRACE               # Print a stack trace for a panic
# Line 106 | Line 106 | device         isp             # Qlogic family
106   #device         ispfw           # Firmware for QLogic HBAs- normally a module
107   device          mpt             # LSI-Logic MPT-Fusion
108   device          mps             # LSI-Logic MPT-Fusion 2
109 + device          mpr             # LSI-Logic MPT-Fusion 3
110   #device         ncr             # NCR/Symbios Logic
111   device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
112   device          trm             # Tekram DC395U/UW/F DC315U adapters
# Line 192 | Line 193 | device         ppi             # Parallel port interface d
193   device          puc             # Multi I/O cards and multi-channel UARTs
194  
195   # PCI Ethernet NICs.
196 < device          bxe             # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
196 > device          bxe             # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
197   device          de              # DEC/Intel DC21x4x (``Tulip'')
198   device          em              # Intel PRO/1000 Gigabit Ethernet Family
199   device          igb             # Intel PRO/1000 PCIE Server Gigabit Family

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines