version 1.3, 2013/08/07 13:26:30
|
version 1.4.2.2, 2014/01/07 08:41:29
|
Line 6 cpu I586_CPU
|
Line 6 cpu I586_CPU
|
cpu I686_CPU |
cpu I686_CPU |
ident ELWIX_i386 |
ident ELWIX_i386 |
|
|
include DEFAULTS | #include DEFAULTS |
|
|
hints "ELWIX_i386.hints" # Default places to look for devices. |
hints "ELWIX_i386.hints" # Default places to look for devices. |
|
|
Line 84 options INCLUDE_CONFIG_FILE # Include this file i
|
Line 84 options INCLUDE_CONFIG_FILE # Include this file i
|
|
|
# Debugging support. Always need this: |
# Debugging support. Always need this: |
#options KDB # Enable kernel debugger support. |
#options KDB # Enable kernel debugger support. |
# For minimum debugger support (stable branch) use: |
|
#options KDB_TRACE # Print a stack trace for a panic. |
#options KDB_TRACE # Print a stack trace for a panic. |
# For full debugger support use this instead: | # For full debugger support use (turn off in stable branch): |
#options DDB # Support DDB. |
#options DDB # Support DDB. |
#options GDB # Support remote GDB. |
#options GDB # Support remote GDB. |
#options DEADLKRES # Enable the deadlock resolver |
#options DEADLKRES # Enable the deadlock resolver |
Line 155 device sa # Sequential Access (tape etc)
|
Line 154 device sa # Sequential Access (tape etc)
|
device cd # CD |
device cd # CD |
device pass # Passthrough device (direct ATA/SCSI access) |
device pass # Passthrough device (direct ATA/SCSI access) |
device ses # Enclosure Services (SES and SAF-TE) |
device ses # Enclosure Services (SES and SAF-TE) |
device ctl # CAM Target Layer | #device ctl # CAM Target Layer |
|
|
# RAID controllers interfaced to the SCSI subsystem |
# RAID controllers interfaced to the SCSI subsystem |
device amr # AMI MegaRAID |
device amr # AMI MegaRAID |
Line 225 device ppi # Parallel port interface device
|
Line 224 device ppi # Parallel port interface device
|
device puc # Multi I/O cards and multi-channel UARTs |
device puc # Multi I/O cards and multi-channel UARTs |
|
|
# PCI Ethernet NICs. |
# PCI Ethernet NICs. |
device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet | device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE |
device de # DEC/Intel DC21x4x (``Tulip'') |
device de # DEC/Intel DC21x4x (``Tulip'') |
device em # Intel PRO/1000 Gigabit Ethernet Family |
device em # Intel PRO/1000 Gigabit Ethernet Family |
device igb # Intel PRO/1000 PCIE Server Gigabit Family |
device igb # Intel PRO/1000 PCIE Server Gigabit Family |
Line 342 device wpifw
|
Line 341 device wpifw
|
# Pseudo devices. |
# Pseudo devices. |
device loop # Network loopback |
device loop # Network loopback |
device random # Entropy device |
device random # Entropy device |
options PADLOCK_RNG # VIA Padlock RNG | device padlock_rng # VIA Padlock RNG |
options RDRAND_RNG # Intel Bull Mountain RNG | device rdrand_rng # Intel Bull Mountain RNG |
device ether # Ethernet support |
device ether # Ethernet support |
device vlan # 802.1Q VLAN support |
device vlan # 802.1Q VLAN support |
device tun # Packet tunnel. |
device tun # Packet tunnel. |
Line 427 device vtnet # VirtIO Ethernet device
|
Line 426 device vtnet # VirtIO Ethernet device
|
device virtio_blk # VirtIO Block device |
device virtio_blk # VirtIO Block device |
device virtio_scsi # VirtIO SCSI device |
device virtio_scsi # VirtIO SCSI device |
device virtio_balloon # VirtIO Memory Balloon device |
device virtio_balloon # VirtIO Memory Balloon device |
|
|
|
# HyperV drivers |
|
device hyperv # HyperV drivers |
|
|
|
# Xen HVM Guest Optimizations |
|
# NOTE: XENHVM depends on xenpci. They must be added or removed together. |
|
options XENHVM # Xen HVM kernel infrastructure |
|
device xenpci # Xen HVM Hypervisor services driver |
|
|
|
# VMware support |
|
device vmx # VMware VMXNET3 Ethernet |
|
|
### ELWIX Additional custom settings ... |
### ELWIX Additional custom settings ... |
|
|