Rename the watchdog enable bit to reflect its polarity.

This commit is contained in:
is 1996-09-24 17:11:53 +00:00
parent df34c6063d
commit e6edfde31b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: amiga_init.c,v 1.48 1996/09/24 16:08:36 is Exp $ */
/* $NetBSD: amiga_init.c,v 1.49 1996/09/24 17:11:53 is Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@ -924,7 +924,7 @@ start_c(id, fphystart, fphysize, cphysize, esym_addr, flags, inh_sync)
*draco_intfrc = 0;
ciaa.icr = 0x7f; /* and keyboard */
ciab.icr = 0x7f; /* and again */
draco_ioct->io_control |= DRCNTRL_WDOGENA; /* stop Fido */
draco_ioct->io_control |= DRCNTRL_WDOGDIS; /* stop Fido */
*(volatile u_int8_t *)(DRCCADDR +
DRSUPIOPG*NBPG + 4*(0x3F8 + 1)) = 0; /* and com0 */

View File

@ -1,5 +1,5 @@
/*
* $NetBSD: drcustom.h,v 1.2 1996/06/20 09:31:58 is Exp $
* $NetBSD: drcustom.h,v 1.3 1996/09/24 17:11:54 is Exp $
*
* Motherboard addresses for the DraCo.
*
@ -65,7 +65,7 @@ struct drioct {
#define DRCNTRL_FDCINTENA 1
#define DRCNTRL_KBDDATOUT 2
#define DRCNTRL_KBDCLKOUT 4
#define DRCNTRL_WDOGENA 8
#define DRCNTRL_WDOGDIS 8
#define DRCNTRL_WDOGDAT 16
#define DRCNTRL_KBDINTENA 32
#define DRCNTRL_KBDKBDACK 64