mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
MFi386: revisions from 1.342 to 1.344
This commit is contained in:
parent
5463ee36b6
commit
f832bb8c37
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ options INVARIANTS #Enable calls of extra sanity checking
|
|||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
options ALT_BREAK_TO_DEBUGGER
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
@ -160,6 +161,7 @@ device ppi # Parallel port interface device
|
|||
|
||||
# PCI Ethernet NICs.
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
|
||||
device txp # 3Com 3cR990 (``Typhoon'')
|
||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue