summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-10-30 06:11:15 +0000
committerimp <imp@FreeBSD.org>2001-10-30 06:11:15 +0000
commit0b566da3e2320a87272134f4429aa46af9b9e511 (patch)
treedc79457003cb9ab15a5234e3beb3d26beaf0a919 /sys/i386
parent848a9660c50dec06cf0f91825157dc88db154b24 (diff)
downloadFreeBSD-src-0b566da3e2320a87272134f4429aa46af9b9e511.zip
FreeBSD-src-0b566da3e2320a87272134f4429aa46af9b9e511.tar.gz
MFGeneric: ->1.327 Sync with GENERIC
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NEWCARD21
1 files changed, 11 insertions, 10 deletions
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index c962100..8ac2ff8 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -33,7 +33,6 @@ maxusers 32
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
-options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -41,7 +40,7 @@ options SOFTUPDATES #Enable FFS soft updates support
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server
-options NFS_ROOT #NFS usable as root device, NFS required
+options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem
@@ -59,10 +58,10 @@ options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# Debugging for use in -current
-options DDB
-options INVARIANTS
-options INVARIANT_SUPPORT
-options WITNESS
+options DDB #Enable the kernel debugger
+options INVARIANTS #Enable calls of extra sanity checking
+options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
+options WITNESS #Enable mutex checks to detects deadlocks and cycles
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
@@ -71,6 +70,7 @@ options WITNESS
device isa
device eisa
device pci
+#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
# Floppy drives
device fdc
@@ -108,10 +108,12 @@ device mly # Mylex AcceleRAID/eXtremeRAID
# SCSI peripherals
device scbus # SCSI bus (required)
+device ch # SCSI media changers
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
+device ses # SCSI Environmental Services (and SAF-TE)
# RAID controllers
device aac # Adaptec FSA RAID
@@ -165,8 +167,8 @@ device ppi # Parallel port interface device
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
-device vx # 3Com 3c590, 3c595 (``Vortex'')
device txp # 3Com 3cR990 (``Typhoon'')
+device vx # 3Com 3c590, 3c595 (``Vortex'')
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
@@ -191,13 +193,12 @@ device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device ex # Intel EtherExpress Pro/10 and Pro/10+
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
+device lnc # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of ethernet chips
device xe # Xircom pccard ethernet
-# The probe order of these is presently determined by i386/isa/isa_compat.c.
-#device ie
+# ISA deivces that use the old ISA shims
#device le
-device lnc
# Wireless NIC cards
device an # Aironet 4500/4800 802.11 wireless NICs.
OpenPOWER on IntegriCloud