--- elwix/config/ELWIX_i386 2018/07/03 22:03:59 1.6.2.5 +++ elwix/config/ELWIX_i386 2020/06/11 14:29:40 1.6.2.6 @@ -1,4 +1,4 @@ -# $Id: ELWIX_i386,v 1.6.2.5 2018/07/03 22:03:59 misho Exp $ +# $Id: ELWIX_i386,v 1.6.2.6 2020/06/11 14:29:40 misho Exp $ # $FreeBSD: head/sys/i386/conf/GENERIC 333890 2018-05-19 19:53:23Z markj $ cpu I486_CPU @@ -15,6 +15,13 @@ options INIT_PATH=/sbin/initx:/sbin/init makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 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 PREEMPTION # Enable kernel thread preemption options VIMAGE # Subsystem virtualization, e.g. VNET @@ -41,6 +48,10 @@ options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework 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_LABEL # Provides labelization #options GEOM_GATE @@ -116,6 +127,8 @@ options EARLY_AP_STARTUP device cpufreq # Bus support. +device isa +options ISAPNP device acpi device pci options PCI_HP # PCI-Express native HotPlug @@ -348,6 +361,8 @@ device mwlfw device wpifw # Pseudo devices. +device mem # Memory and kernel memory devices +device io # I/O device device loop # Network loopback device random # Entropy device device padlock_rng # VIA Padlock RNG