Remove 'at' hints for npx and apm as both drivers have identify routines
that add an instance of themselves. The npx(4) driver doesn't even check the npx 'port' hint but hardcodes IO_NPX instead. The npx(4) driver also will use isa IRQ 13 (on x86, 8 on pc98) by default if no 'irq' hint is specified, so we don't need that hint either.
This commit is contained in:
parent
cba63e0291
commit
e7ab2f3683
@ -28,10 +28,6 @@ hint.vga.0.at="isa"
|
||||
hint.sc.0.at="isa"
|
||||
hint.sc.0.flags="0x100"
|
||||
hint.vt.0.at="isa"
|
||||
hint.npx.0.at="nexus"
|
||||
hint.npx.0.port="0x0F0"
|
||||
hint.npx.0.irq="13"
|
||||
hint.apm.0.at="nexus"
|
||||
hint.apm.0.disabled="1"
|
||||
hint.apm.0.flags="0x20"
|
||||
hint.pmtimer.0.at="isa"
|
||||
|
@ -28,10 +28,6 @@ hint.vga.0.at="isa"
|
||||
hint.sc.0.at="isa"
|
||||
hint.sc.0.flags="0x100"
|
||||
hint.vt.0.at="isa"
|
||||
hint.npx.0.at="nexus"
|
||||
hint.npx.0.port="0x0F0"
|
||||
hint.npx.0.irq="13"
|
||||
hint.apm.0.at="nexus"
|
||||
hint.apm.0.disabled="1"
|
||||
hint.apm.0.flags="0x20"
|
||||
hint.pmtimer.0.at="isa"
|
||||
|
Loading…
Reference in New Issue
Block a user