1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Add new KDB option, and also drop in long-held fxp/dc eth drivers.

This commit is contained in:
Peter Grehan 2004-07-12 22:14:21 +00:00
parent cd445f61f9
commit 24c1c57156
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132063

View File

@ -59,7 +59,8 @@ options SYSVSEM #SYSV-style semaphores
options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
options DDB #Enable the kernel debugger
options KDB #Enable the kernel debugger
options DDB #Support DDB
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
@ -97,6 +98,8 @@ device zs # Zilog 8350 based serial ports
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
device gem # Sun GEM/Sun ERI/Apple GMAC
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
# Pseudo devices - the number indicates how many units to allocated.
device random # Entropy device