diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-05-14 23:36:26 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-05-14 23:54:04 +0000 |
| commit | 9a685c09f06a55b18589d75f9307563d84a17fa9 (patch) | |
| tree | 53a6721adc3616a83b29884d9d649c859fb33762 /release/tools | |
| parent | f6210541f9e3c6cfda321e0ad98f277fb98a625b (diff) | |
Diffstat (limited to 'release/tools')
| -rw-r--r-- | release/tools/ec2.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf index d6cb85959183..ef7a603efea9 100644 --- a/release/tools/ec2.conf +++ b/release/tools/ec2.conf @@ -65,11 +65,6 @@ ec2_common() { # screenshot") which was introduced in 2016. echo 'boot_multicons="YES"' >> ${DESTDIR}/boot/loader.conf - # Some older EC2 hardware used a version of Xen with a bug in its - # emulated serial port. It is not clear if EC2 still has any such - # nodes, but apply the workaround just in case. - echo 'hw.broken_txfifo="1"' >> ${DESTDIR}/boot/loader.conf - # Graviton 1 through Graviton 4 have a bug in their ACPI where they # mark the PL061's pins as needing to be configured in PullUp mode # (in fact the PL061 has no pullup/pulldown resistors). Graviton 1 |
