Page MenuHomeFreeBSD

D36776.id112288.diff
No OneTemporary

D36776.id112288.diff

diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -31,6 +31,7 @@
include "std.arm"
include "std.broadcom"
include "std.cavium"
+include "std.ec2"
include "std.hyperv"
include "std.hisilicon"
include "std.imx"
diff --git a/sys/arm64/conf/std.ec2 b/sys/arm64/conf/std.ec2
new file mode 100644
--- /dev/null
+++ b/sys/arm64/conf/std.ec2
@@ -0,0 +1,15 @@
+#
+# EC2 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
+
+device acpi

File Metadata

Mime Type
text/plain
Expires
Mon, May 18, 7:59 PM (10 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33265972
Default Alt Text
D36776.id112288.diff (741 B)

Event Timeline