issueing -> issuing
This commit is contained in:
parent
7b3241693f
commit
e11d04474c
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: crt0.c,v 1.11 1999/11/02 10:07:13 lukem Exp $ */
|
/* $NetBSD: crt0.c,v 1.12 2001/07/26 22:55:12 wiz Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
@ -108,7 +108,7 @@ asm ("__callmain:"); /* Defined for the benefit of debuggers */
|
|||||||
asm(" mnegl $1,r0");
|
asm(" mnegl $1,r0");
|
||||||
asm(" ret");
|
asm(" ret");
|
||||||
asm(" 1: movpsl -(sp)"); /* flush the icache */
|
asm(" 1: movpsl -(sp)"); /* flush the icache */
|
||||||
asm(" pushab 2f"); /* by issueing an REI */
|
asm(" pushab 2f"); /* by issuing an REI */
|
||||||
asm(" rei");
|
asm(" rei");
|
||||||
asm(" 2: ret");
|
asm(" 2: ret");
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ asm ("__callmain:"); /* Defined for the benefit of debuggers */
|
|||||||
#include "common.c"
|
#include "common.c"
|
||||||
|
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: crt0.c,v 1.11 1999/11/02 10:07:13 lukem Exp $");
|
__RCSID("$NetBSD: crt0.c,v 1.12 2001/07/26 22:55:12 wiz Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#ifdef MCRT0
|
#ifdef MCRT0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: disksubr.c,v 1.20 2001/04/24 06:15:42 leo Exp $ */
|
/* $NetBSD: disksubr.c,v 1.21 2001/07/26 22:55:13 wiz Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Leo Weppelman.
|
* Copyright (c) 1995 Leo Weppelman.
|
||||||
@ -372,7 +372,7 @@ bsd_label(dev, strat, label, blkno, offsetp)
|
|||||||
/*
|
/*
|
||||||
* Check for consistency between the NetBSD partition table
|
* Check for consistency between the NetBSD partition table
|
||||||
* and the AHDI auxilary root sectors. There's no good reason
|
* and the AHDI auxilary root sectors. There's no good reason
|
||||||
* to force such consistency, but issueing a warning may help
|
* to force such consistency, but issuing a warning may help
|
||||||
* an inexperienced sysadmin to prevent corruption of AHDI
|
* an inexperienced sysadmin to prevent corruption of AHDI
|
||||||
* partitions.
|
* partitions.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: fd.c,v 1.36 2000/03/29 14:19:22 leo Exp $ */
|
/* $NetBSD: fd.c,v 1.37 2001/07/26 22:55:13 wiz Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Leo Weppelman.
|
* Copyright (c) 1995 Leo Weppelman.
|
||||||
@ -1287,7 +1287,7 @@ struct fd_softc *fdsoftc;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Used to find out wich drives are actually connected. We do this by issueing
|
* Used to find out wich drives are actually connected. We do this by issuing
|
||||||
* is 'RESTORE' command and check if the 'track-0' bit is set. This also works
|
* is 'RESTORE' command and check if the 'track-0' bit is set. This also works
|
||||||
* if the drive is present but no floppy is inserted.
|
* if the drive is present but no floppy is inserted.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: apbus.c,v 1.5 2000/12/03 01:42:29 matt Exp $ */
|
/* $NetBSD: apbus.c,v 1.6 2001/07/26 22:55:13 wiz Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (C) 1999 SHIMIZU Ryo. All rights reserved.
|
* Copyright (C) 1999 SHIMIZU Ryo. All rights reserved.
|
||||||
@ -491,7 +491,7 @@ apbus_dmamap_sync(t, map, offset, len, ops)
|
|||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Flush DMA cache by issueing IO read for the AProm of specified slot.
|
* Flush DMA cache by issuing IO read for the AProm of specified slot.
|
||||||
*/
|
*/
|
||||||
bus_space_read_4(t->_slotbaset, t->_slotbaseh, 0);
|
bus_space_read_4(t->_slotbaset, t->_slotbaseh, 0);
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: mfm.c,v 1.3 2000/07/19 00:58:25 matt Exp $ */
|
/* $NetBSD: mfm.c,v 1.4 2001/07/26 22:55:13 wiz Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
|
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -128,7 +128,7 @@ creg_write()
|
|||||||
*
|
*
|
||||||
* before reading/writing a sector from/to floppy, we use the SEEK/READ_ID
|
* before reading/writing a sector from/to floppy, we use the SEEK/READ_ID
|
||||||
* command to place the head at the desired location. Then we wait some
|
* command to place the head at the desired location. Then we wait some
|
||||||
* time before issueing the real command in order to let the drive become
|
* time before issuing the real command in order to let the drive become
|
||||||
* ready...
|
* ready...
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: awi.c,v 1.35 2001/06/28 10:40:04 onoe Exp $ */
|
/* $NetBSD: awi.c,v 1.36 2001/07/26 22:55:14 wiz Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||||
@ -1491,7 +1491,7 @@ awi_init_hw(sc)
|
|||||||
awi_intr_unlock(sc);
|
awi_intr_unlock(sc);
|
||||||
am79c930_gcr_setbits(&sc->sc_chip, AM79C930_GCR_ENECINT);
|
am79c930_gcr_setbits(&sc->sc_chip, AM79C930_GCR_ENECINT);
|
||||||
|
|
||||||
/* issueing interface test command */
|
/* issuing interface test command */
|
||||||
error = awi_cmd(sc, AWI_CMD_NOP);
|
error = awi_cmd(sc, AWI_CMD_NOP);
|
||||||
if (error) {
|
if (error) {
|
||||||
printf("%s: failed to complete selftest", sc->sc_dev.dv_xname);
|
printf("%s: failed to complete selftest", sc->sc_dev.dv_xname);
|
||||||
|
Loading…
Reference in New Issue
Block a user