diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-07-20 19:40:34 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-07-20 19:40:34 +0000 |
| commit | c69ef9495ba42fb521db829e834d4e30e28d35ae (patch) | |
| tree | 931dfc3d1514e5199e3d9d7d91c9543b5067e2fe /sys | |
| parent | 35772785197e62eb68e5455117dcdb2c5a05aaa8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/include/smptests.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h index 89a6c5f32194..d971ad6540f4 100644 --- a/sys/i386/include/smptests.h +++ b/sys/i386/include/smptests.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smptests.h,v 1.12 1997/07/18 21:26:09 fsmp Exp $ + * $Id: smptests.h,v 1.16 1997/07/20 18:10:28 smp Exp smp $ */ #ifndef _MACHINE_SMPTESTS_H_ @@ -43,6 +43,14 @@ /* + * 1st attempt to use ExtInt connected 8259 to attach 8254 timer. + * failing that, attempt to attach 8254 timer via direct APIC pin. + * failing that, panic! + * This overrides both APIC_PIN0_TIMER & TEST_ALTTIMER + */ +#define NEW_STRATEGY + +/* * Use 'regular Int' method to connect external 8254 timer via IO APIC pin 0. * See "Intel I486 Microprocessors and Related Products", page 4-292: * 82489DX/8259A DUAL MODE CONNECTION |
