Created attachment 199946 [details] ec2.conf patch Disable the floppy devices (fdc0, fd0) and parallel port device (ppc0) on Amazon EC2 instances. They are not present on these machines and output an error on boot (see below); # dmesg | grep fdc fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 fdc0: No FDOUT register! # dmesg | grep ppc ppc0: cannot reserve I/O port range
Phabricator Differential; https://reviews.freebsd.org/D18482
Reopened (after closing prematurely) as patch was ready to land.
^Triage: clean up and fix assignment.
Oops, I totally forgot about this. Thanks Mark for pointing it at me!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a0018c65a7590f10f9552b05a422d4888d0aedc4 commit a0018c65a7590f10f9552b05a422d4888d0aedc4 Author: James Wright <james.wright@digital-chaos.com> AuthorDate: 2024-10-13 05:40:47 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-10-13 05:43:33 +0000 EC2: Disable floppy and parallel port devices PR: 233861 Reviewed by: lwhsu, imp Differential Revision: https://reviews.freebsd.org/D18482 release/tools/ec2.conf | 7 +++++++ 1 file changed, 7 insertions(+)