summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-07-12 22:14:21 +0000
committergrehan <grehan@FreeBSD.org>2004-07-12 22:14:21 +0000
commita0724f3f5a77c915495e31fdd8cacfc0ea42ddf8 (patch)
tree77b05cbb45f9517d39c116f4f98063628d34b2ca
parent8d3be5deceb5b42678dc3f1de67b187de545fc1c (diff)
downloadFreeBSD-src-a0724f3f5a77c915495e31fdd8cacfc0ea42ddf8.zip
FreeBSD-src-a0724f3f5a77c915495e31fdd8cacfc0ea42ddf8.tar.gz
Add new KDB option, and also drop in long-held fxp/dc eth drivers.
-rw-r--r--sys/powerpc/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index a6126f2..aa1a305 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud