version 1.8, 2021/07/16 18:35:50
|
version 1.8.2.1, 2021/09/08 12:07:28
|
Line 1
|
Line 1
|
# $Id$ |
# $Id$ |
# $FreeBSD$ |
# $FreeBSD$ |
|
|
|
machine i386 |
cpu I486_CPU |
cpu I486_CPU |
cpu I586_CPU |
cpu I586_CPU |
cpu I686_CPU |
cpu I686_CPU |
Line 15 options INIT_PATH=/sbin/initx:/sbin/init
|
Line 16 options INIT_PATH=/sbin/initx:/sbin/init
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols |
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols |
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support |
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support |
|
|
|
# Pseudo devices. |
|
device mem # Memory and kernel memory devices |
|
device io # I/O device |
|
|
# UART chips on this platform |
# UART chips on this platform |
device uart_ns8250 |
device uart_ns8250 |
|
|
# enable support for native hardware |
# enable support for native hardware |
device atpic |
device atpic |
|
options NEW_PCIB |
|
|
options NEW_PCIB |
options NEW_PCIB |
options SCHED_ULE # ULE scheduler |
options SCHED_ULE # ULE scheduler |
Line 242 device puc # Multi I/O cards and multi-channel UART
|
Line 248 device puc # Multi I/O cards and multi-channel UART
|
|
|
# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure |
# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure |
device iflib |
device iflib |
|
device igc # Intel I225 2.5G Ethernet |
device em # Intel PRO/1000 Gigabit Ethernet Family |
device em # Intel PRO/1000 Gigabit Ethernet Family |
device vmx # VMware VMXNET3 Ethernet |
device vmx # VMware VMXNET3 Ethernet |
|
|
Line 265 device dc # DEC/Intel 21143 and various workalikes
|
Line 272 device dc # DEC/Intel 21143 and various workalikes
|
device et # Agere ET1310 10/100/Gigabit Ethernet |
device et # Agere ET1310 10/100/Gigabit Ethernet |
device fxp # Intel EtherExpress PRO/100B (82557, 82558) |
device fxp # Intel EtherExpress PRO/100B (82557, 82558) |
#device gem # Sun GEM/Sun ERI/Apple GMAC |
#device gem # Sun GEM/Sun ERI/Apple GMAC |
#device hme # Sun HME (Happy Meal Ethernet) |
|
device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet |
device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet |
device lge # Level 1 LXT1001 gigabit Ethernet |
device lge # Level 1 LXT1001 gigabit Ethernet |
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet |
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet |
Line 301 device wlan_wep # 802.11 WEP support
|
Line 307 device wlan_wep # 802.11 WEP support
|
device wlan_ccmp # 802.11 CCMP support |
device wlan_ccmp # 802.11 CCMP support |
device wlan_tkip # 802.11 TKIP support |
device wlan_tkip # 802.11 TKIP support |
device wlan_amrr # AMRR transmit rate control algorithm |
device wlan_amrr # AMRR transmit rate control algorithm |
device an # Aironet 4500/4800 802.11 wireless NICs. |
|
device ath # Atheros NICs |
device ath # Atheros NICs |
device ath_pci # Atheros pci/cardbus glue |
device ath_pci # Atheros pci/cardbus glue |
device ath_hal # pci/cardbus chip support |
device ath_hal # pci/cardbus chip support |
Line 424 device virtio_scsi # VirtIO SCSI device
|
Line 429 device virtio_scsi # VirtIO SCSI device
|
device virtio_balloon # VirtIO Memory Balloon device |
device virtio_balloon # VirtIO Memory Balloon device |
|
|
# HyperV drivers and enhancement support |
# HyperV drivers and enhancement support |
device hyperv # HyperV drivers | # NOTE: HYPERV depends on hyperv. They must be added or removed together. |
| options HYPERV # Kernel support for HyperV drivers |
| device hyperv # HyperV drivers |
|
|
# Xen HVM Guest Optimizations |
# Xen HVM Guest Optimizations |
# NOTE: XENHVM depends on xenpci. They must be added or removed together. | # NOTE: XENHVM and xenpci interdepend. They must be added or removed |
| # together. xentimer depends on XENHVM and isn't required. |
options XENHVM # Xen HVM kernel infrastructure |
options XENHVM # Xen HVM kernel infrastructure |
device xenpci # Xen HVM Hypervisor services driver |
device xenpci # Xen HVM Hypervisor services driver |
|
device xentimer # Xen x86 PV timer device |
|
|
# evdev interface |
# evdev interface |
options EVDEV_SUPPORT # evdev support in legacy drivers |
options EVDEV_SUPPORT # evdev support in legacy drivers |