1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

Revert two experimental changes which escaped from my devel machine.

This commit is contained in:
Poul-Henning Kamp 2000-10-28 06:55:12 +00:00
parent ee1c50ab3a
commit 54b1161b73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67759
7 changed files with 7 additions and 7 deletions

View File

@ -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 */
};

View File

@ -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

View File

@ -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 */
};

View File

@ -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

View File

@ -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 */
};

View File

@ -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 */
};

View File

@ -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 */
};