mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
4ba4cfaf9f
commit
4efd13ffd6
1 changed files with 0 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue