mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Revert two experimental changes which escaped from my devel machine.
This commit is contained in:
parent
ee1c50ab3a
commit
54b1161b73
7 changed files with 7 additions and 7 deletions
|
|
@ -189,7 +189,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
|
|||
static struct timecounter i8254_timecounter = {
|
||||
i8254_get_timecount, /* get_timecount */
|
||||
0, /* no poll_pps */
|
||||
0x1ffff, /* counter_mask */
|
||||
~0u, /* counter_mask */
|
||||
0, /* frequency */
|
||||
"i8254" /* name */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ 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.disabled="1"
|
||||
hint.apm.0.flags="0x20"
|
||||
hint.pcic.0.at="isa"
|
||||
# hint.pcic.0.irq="10" # Default to polling
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
|
|||
static struct timecounter i8254_timecounter = {
|
||||
i8254_get_timecount, /* get_timecount */
|
||||
0, /* no poll_pps */
|
||||
0x1ffff, /* counter_mask */
|
||||
~0u, /* counter_mask */
|
||||
0, /* frequency */
|
||||
"i8254" /* name */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ 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.disabled="1"
|
||||
hint.apm.0.flags="0x20"
|
||||
hint.pcic.0.at="isa"
|
||||
# hint.pcic.0.irq="10" # Default to polling
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
|
|||
static struct timecounter i8254_timecounter = {
|
||||
i8254_get_timecount, /* get_timecount */
|
||||
0, /* no poll_pps */
|
||||
0x1ffff, /* counter_mask */
|
||||
~0u, /* counter_mask */
|
||||
0, /* frequency */
|
||||
"i8254" /* name */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
|
|||
static struct timecounter i8254_timecounter = {
|
||||
i8254_get_timecount, /* get_timecount */
|
||||
0, /* no poll_pps */
|
||||
0x1ffff, /* counter_mask */
|
||||
~0u, /* counter_mask */
|
||||
0, /* frequency */
|
||||
"i8254" /* name */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
|
|||
static struct timecounter i8254_timecounter = {
|
||||
i8254_get_timecount, /* get_timecount */
|
||||
0, /* no poll_pps */
|
||||
0x1ffff, /* counter_mask */
|
||||
~0u, /* counter_mask */
|
||||
0, /* frequency */
|
||||
"i8254" /* name */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue