diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -29,6 +29,7 @@ include "std.altera" include "std.amd" include "std.arm" +include "std.aws" include "std.broadcom" include "std.cavium" include "std.hisilicon" diff --git a/sys/arm64/conf/std.aws b/sys/arm64/conf/std.aws new file mode 100644 --- /dev/null +++ b/sys/arm64/conf/std.aws @@ -0,0 +1,16 @@ +# +# AWS support (Graviton, Graviton 2) +# + +# Serial (COM) ports +device uart_ns8250 + +# Ethernet NIC, typically loaded as a module instead +#device ena + +# Options typically present in AWS /boot/loader.conf that we don't want to +# enable for GENERIC +#envvar hw.broken_txfifo=1 +#options NVME_USE_NVD=0 + +device acpi