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