Rollback
This commit is contained in:
parent
0622a85590
commit
22f94d4a8e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: aha.c,v 1.41 2003/10/31 13:43:15 reinoud Exp $ */
|
||||
/* $NetBSD: aha.c,v 1.42 2003/10/31 14:26:06 reinoud Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -53,7 +53,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.41 2003/10/31 13:43:15 reinoud Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.42 2003/10/31 14:26:06 reinoud Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
|
||||
|
@ -147,7 +147,7 @@ aha_cmd(iot, ioh, sc, icnt, ibuf, ocnt, obuf)
|
|||
const char *name;
|
||||
int i;
|
||||
int wait;
|
||||
u_char sts = 0;
|
||||
u_char sts;
|
||||
u_char opcode = ibuf[0];
|
||||
|
||||
if (sc != NULL)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bha.c,v 1.55 2003/10/31 13:43:15 reinoud Exp $ */
|
||||
/* $NetBSD: bha.c,v 1.56 2003/10/31 14:26:06 reinoud Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -53,7 +53,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.55 2003/10/31 13:43:15 reinoud Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.56 2003/10/31 14:26:06 reinoud Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
|
||||
|
@ -780,7 +780,7 @@ bha_cmd(iot, ioh, name, icnt, ibuf, ocnt, obuf)
|
|||
{
|
||||
int i;
|
||||
int wait;
|
||||
u_char sts = 0;
|
||||
u_char sts;
|
||||
u_char opcode = ibuf[0];
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cy.c,v 1.35 2003/10/31 13:47:00 reinoud Exp $ */
|
||||
/* $NetBSD: cy.c,v 1.36 2003/10/31 14:22:48 reinoud Exp $ */
|
||||
|
||||
/*
|
||||
* cy.c
|
||||
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cy.c,v 1.35 2003/10/31 13:47:00 reinoud Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cy.c,v 1.36 2003/10/31 14:22:48 reinoud Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -82,7 +82,7 @@ int
|
|||
cy_find(struct cy_softc *sc)
|
||||
{
|
||||
int cy_chip, chip;
|
||||
u_char firmware_ver = 0;
|
||||
u_char firmware_ver;
|
||||
bus_space_tag_t tag = sc->sc_memt;
|
||||
bus_space_handle_t bsh = sc->sc_bsh;
|
||||
int bustype = sc->sc_bustype;
|
||||
|
|
Loading…
Reference in New Issue