version 1.6.2.5, 2018/07/03 22:03:59
|
version 1.6.2.6, 2020/06/11 14:29:40
|
Line 15 options INIT_PATH=/sbin/initx:/sbin/init
|
Line 15 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 |
|
|
|
# UART chips on this platform |
|
device uart_ns8250 |
|
|
|
# enable support for native hardware |
|
device atpic |
|
|
|
options NEW_PCIB |
options SCHED_ULE # ULE scheduler |
options SCHED_ULE # ULE scheduler |
options PREEMPTION # Enable kernel thread preemption |
options PREEMPTION # Enable kernel thread preemption |
options VIMAGE # Subsystem virtualization, e.g. VNET |
options VIMAGE # Subsystem virtualization, e.g. VNET |
Line 41 options CD9660 # ISO 9660 Filesystem
|
Line 48 options CD9660 # ISO 9660 Filesystem
|
options PROCFS # Process filesystem (requires PSEUDOFS) |
options PROCFS # Process filesystem (requires PSEUDOFS) |
options PSEUDOFS # Pseudo-filesystem framework |
options PSEUDOFS # Pseudo-filesystem framework |
options GEOM_PART_GPT # GUID Partition Tables. |
options GEOM_PART_GPT # GUID Partition Tables. |
|
options GEOM_PART_BSD |
|
options GEOM_PART_EBR |
|
options GEOM_PART_EBR_COMPAT |
|
options GEOM_PART_MBR |
options GEOM_RAID # Soft RAID functionality. |
options GEOM_RAID # Soft RAID functionality. |
options GEOM_LABEL # Provides labelization |
options GEOM_LABEL # Provides labelization |
#options GEOM_GATE |
#options GEOM_GATE |
Line 116 options EARLY_AP_STARTUP
|
Line 127 options EARLY_AP_STARTUP
|
device cpufreq |
device cpufreq |
|
|
# Bus support. |
# Bus support. |
|
device isa |
|
options ISAPNP |
device acpi |
device acpi |
device pci |
device pci |
options PCI_HP # PCI-Express native HotPlug |
options PCI_HP # PCI-Express native HotPlug |
Line 348 device mwlfw
|
Line 361 device mwlfw
|
device wpifw |
device wpifw |
|
|
# Pseudo devices. |
# Pseudo devices. |
|
device mem # Memory and kernel memory devices |
|
device io # I/O device |
device loop # Network loopback |
device loop # Network loopback |
device random # Entropy device |
device random # Entropy device |
device padlock_rng # VIA Padlock RNG |
device padlock_rng # VIA Padlock RNG |