--- elwix/config/Attic/ELWIX 2011/10/18 09:02:06 1.2 +++ elwix/config/Attic/ELWIX 2011/11/02 09:51:32 1.3 @@ -16,7 +16,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.554 2011/10/04 21:40:25 delphij Exp $ +# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.556 2011/10/19 21:55:20 kensmith Exp $ cpu I486_CPU cpu I586_CPU @@ -84,8 +84,11 @@ options FLOWTABLE # per-cpu routing cache #options KDTRACE_HOOKS # Kernel DTrace hooks options INCLUDE_CONFIG_FILE # Include this file in kernel -# Debugging for use in -current +# Debugging support. Always need this: #options KDB # Enable kernel debugger support. +# For minimum debugger support (stable branch) use: +#options KDB_TRACE # Print a stack trace for a panic. +# For full debugger support use this instead: #options DDB # Support DDB. #options GDB # Support remote GDB. #options DEADLKRES # Enable the deadlock resolver @@ -216,10 +219,8 @@ device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da -# If you've got a "dumb" serial or parallel PCI card that is -# supported by the puc(4) glue driver, uncomment the following -# line to enable it (connects to sio, uart and/or ppc drivers): -device puc +device puc # Multi I/O cards and multi-channel UARTs +device mos # PCI Ethernet NICs. device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet @@ -377,7 +378,8 @@ device zyd # ZyDAS zd1211/zd1211b wireless NICs # FireWire support device firewire # FireWire bus code -device sbp # SCSI over FireWire (Requires scbus and da) +# sbp(4) works for some systems but causes boot failure on others +#device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver @@ -487,8 +489,9 @@ device smb device smbus device iicbus device iicbb -#device bktr -#options BKTR_NEW_MSP34XX_DRIVER +device bktr +options BKTR_NEW_MSP34XX_DRIVER +options BKTR_KODICOM_MUX device speaker device gpio @@ -509,6 +512,7 @@ device ichwd #device ef device cas device cxgb +device vxge device disc device edsc device epair @@ -518,6 +522,8 @@ device mxge device my device nxge device stf + +#device netmap options ACCEPT_FILTER_DATA options ACCEPT_FILTER_DNS