mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has
one such beast. Reported by: Rob Byrnes <rbyrnes@ozemail.com.au>
This commit is contained in:
parent
cf04ed1bdf
commit
443f70e31a
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ hint.fdc.0.irq="6"
|
|||
hint.fdc.0.drq="2"
|
||||
hint.fd.0.at="fdc0"
|
||||
hint.fd.0.drive="0"
|
||||
hint.ata.0.at="isa"
|
||||
hint.ata.0.port="0x1F0"
|
||||
hint.ata.0.irq="14"
|
||||
hint.ata.1.at="isa"
|
||||
hint.ata.1.port="0x170"
|
||||
hint.ata.1.irq="15"
|
||||
hint.atkbdc.0.at="isa"
|
||||
hint.atkbdc.0.port="0x060"
|
||||
hint.atkbd.0.at="atkbdc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue