Skip to content

Instantly share code, notes, and snippets.

@ryo
Created May 26, 2021 08:53
Show Gist options
  • Save ryo/436f5b5397fa12bed5cdf131724931ba to your computer and use it in GitHub Desktop.
Save ryo/436f5b5397fa12bed5cdf131724931ba to your computer and use it in GitHub Desktop.
temp
include "arch/evbarm/conf/GENERIC64"
ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit
options MULTIPROCESSOR
options DB_MAX_WIDTH=0
options DB_MAX_LINE=64
#options UVMHIST,PMAPHIST
#options PMAPCOUNTERS
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#options DEBUG
#options DIAGNOSTIC
#options LOCKDEBUG
# # Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
# # if you want panics instead of warnings.
# options KUBSAN # mandatory
# options UBSAN_ALWAYS_FATAL # optional
# # Kernel Address Sanitizer (kASan). The quarantine is optional and can
# # help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
# # instead of warnings.
# makeoptions KASAN=1 # mandatory
# options KASAN # mandatory
# options POOL_QUARANTINE # optional
# #options KASAN_PANIC # optional
# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
options VERBOSE_INIT_ARM # verbose bootstrapping messages
options EARLYCONS=rk3399, CONSADDR=0xff1a0000
#options PMAPBOOT_DEBUG
# Pointer Authentication (PAC).
#makeoptions ARMV83_PAC=1
#options ARMV83_PAC
no config netbsd
config netbsd root on sd0b type ?
#config netbsd root on ld4a type ?
#config netbsd root on awge0 type ?
no m25p* at spi?
no spiflash* at spiflashbus?
## Performance monitors
#no armpmu* at fdt?
#no pseudo-device tprof
options INSECURE
#options AQ_EVENT_COUNTERS
#options HZ=32
#DEBUG
#no options MODULAR
options MSGBUFSIZE=1048576
no bcmsdhost* at fdt? # Broadcom BCM283x SD Host Interface
no dwcmmc* at fdt? # Designware SD/MMC
no mesongxmmc* at fdt? # Amlogic Meson GX eMMC/SD/SDIO controller
no mmcpwrseq* at fdt? # Simple MMC power sequence provider
no rkemmcphy* at fdt? # Rockchip eMMC PHY
#no sdhc* at fdt? # SD Host Controller Interface
#no sdhc* at acpi?
no sunximmc* at fdt? # Allwinner SD/MMC
#sniemmc* at fdt? # Socionext SC2A11 eMMC
#sniemmc* at acpi?
#no sdmmc* at sdmmcbus?
#no ld0 at sdmmc0
#no ld1 at sdmmc1
#no ld2 at sdmmc2
#no ld3 at sdmmc3
#no ld* at sdmmc?
no bwfm* at sdmmc? # Broadcom BCM43xxx WiFi Interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment