amd64 GENERIC: Drop hints for fdc0 and ppc0

Modern x86 systems do not ship with ISA floppy disk controllers or LPT
ports.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D45946

(cherry picked from commit 480cc750a2a8f92d078803f15eecb1f8a084a1ea)
This commit is contained in:
John Baldwin 2024-07-15 07:16:39 -07:00
parent 4ba4cfaf9f
commit 4efd13ffd6

View file

@ -1,11 +1,3 @@
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
@ -21,8 +13,6 @@ hint.uart.0.irq="4"
hint.uart.1.at="isa"
hint.uart.1.port="0x2F8"
hint.uart.1.irq="3"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
hint.atrtc.0.at="isa"
hint.atrtc.0.port="0x70"
hint.atrtc.0.irq="8"