Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.

Submitted by:	Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
This commit is contained in:
iwasaki 2000-12-07 14:27:02 +00:00
parent 68fb5700dc
commit fcfe3e2ff5
3 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ 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"
hint.pcic.0.at="isa"
# hint.pcic.0.irq="10" # Default to polling
hint.pcic.0.port="0x3e0"

View File

@ -34,6 +34,7 @@ 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"
hint.pcic.0.at="isa"
# hint.pcic.0.irq="10" # Default to polling
hint.pcic.0.port="0x3e0"

View File

@ -33,6 +33,7 @@ hint.npx.0.port="0x0F0"
hint.npx.0.irq="13"
hint.apm.0.at="nexus"
hint.apm.0.flags="0x20"
hint.pmtimer.0.at="isa"
hint.pcic.0.at="isa"
hint.pcic.0.irq="10"
hint.pcic.0.port="0x3e0"