Add trailing ; to CFATTACH_DECL.

This commit is contained in:
thorpej 2002-10-02 16:51:16 +00:00
parent 5ee5f9c514
commit b75a007d9f
193 changed files with 589 additions and 589 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bktr_os.c,v 1.31 2002/10/01 04:27:41 thorpej Exp $ */
/* $NetBSD: bktr_os.c,v 1.32 2002/10/02 16:52:02 thorpej Exp $ */
/* FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.20 2000/10/20 08:16:53 roger Exp */
@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bktr_os.c,v 1.31 2002/10/01 04:27:41 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: bktr_os.c,v 1.32 2002/10/02 16:52:02 thorpej Exp $");
#ifdef __FreeBSD__
#include "bktr.h"
@ -1331,7 +1331,7 @@ static int bktr_probe __P((struct device *, struct cfdata *, void *));
static void bktr_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(bktr, sizeof(struct bktr_softc),
bktr_probe, bktr_attach, NULL, NULL)
bktr_probe, bktr_attach, NULL, NULL);
#if defined(__NetBSD__)
extern struct cfdriver bktr_cd;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fwohci_pci.c,v 1.15 2002/09/30 20:37:23 thorpej Exp $ */
/* $NetBSD: fwohci_pci.c,v 1.16 2002/10/02 16:51:16 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fwohci_pci.c,v 1.15 2002/09/30 20:37:23 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: fwohci_pci.c,v 1.16 2002/10/02 16:51:16 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -64,7 +64,7 @@ static int fwohci_pci_match __P((struct device *, struct cfdata *, void *));
static void fwohci_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(fwohci_pci, sizeof(struct fwohci_pci_softc),
fwohci_pci_match, fwohci_pci_attach, NULL, NULL)
fwohci_pci_match, fwohci_pci_attach, NULL, NULL);
static int
fwohci_pci_match(struct device *parent, struct cfdata *match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: gtp.c,v 1.3 2002/09/30 20:37:23 thorpej Exp $ */
/* $NetBSD: gtp.c,v 1.4 2002/10/02 16:51:16 thorpej Exp $ */
/* $OpenBSD: gtp.c,v 1.1 2002/06/03 16:13:21 mickey Exp $ */
/*
@ -102,7 +102,7 @@ struct gtp_softc {
};
CFATTACH_DECL(gtp, sizeof(struct gtp_softc),
gtp_match, gtp_attach, NULL, NULL)
gtp_match, gtp_attach, NULL, NULL);
void gtp_set_mute(struct gtp_softc *);
void gtp_write_bit(bus_space_tag_t, bus_space_handle_t, bus_size_t, int);

View File

@ -1,4 +1,4 @@
/* $NetBSD: hifn7751.c,v 1.9 2002/09/30 20:37:24 thorpej Exp $ */
/* $NetBSD: hifn7751.c,v 1.10 2002/10/02 16:51:16 thorpej Exp $ */
/* $OpenBSD: hifn7751.c,v 1.47 2000/10/11 13:15:41 itojun Exp $ */
/*
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.9 2002/09/30 20:37:24 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.10 2002/10/02 16:51:16 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -87,7 +87,7 @@ int hifn_probe __P((struct device *, struct cfdata *, void *));
void hifn_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(hifn, sizeof(struct hifn_softc),
hifn_probe, hifn_attach, NULL, NULL)
hifn_probe, hifn_attach, NULL, NULL);
#ifdef __OpenBSD__
struct cfdriver hifn_cd = {

View File

@ -1,4 +1,4 @@
/* $NetBSD: i82365_pci.c,v 1.15 2002/09/30 20:37:24 thorpej Exp $ */
/* $NetBSD: i82365_pci.c,v 1.16 2002/10/02 16:51:17 thorpej Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i82365_pci.c,v 1.15 2002/09/30 20:37:24 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: i82365_pci.c,v 1.16 2002/10/02 16:51:17 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -61,7 +61,7 @@ int pcic_pci_match __P((struct device *, struct cfdata *, void *));
void pcic_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(pcic_pci, sizeof(struct pcic_pci_softc),
pcic_pci_match, pcic_pci_attach, NULL, NULL)
pcic_pci_match, pcic_pci_attach, NULL, NULL);
static struct pcmcia_chip_functions pcic_pci_functions = {
pcic_chip_mem_alloc,

View File

@ -1,4 +1,4 @@
/* $NetBSD: icp_pci.c,v 1.4 2002/09/30 20:37:25 thorpej Exp $ */
/* $NetBSD: icp_pci.c,v 1.5 2002/10/02 16:51:18 thorpej Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: icp_pci.c,v 1.4 2002/09/30 20:37:25 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: icp_pci.c,v 1.5 2002/10/02 16:51:18 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -189,7 +189,7 @@ void icp_mpr_set_sema0(struct icp_softc *);
int icp_mpr_test_busy(struct icp_softc *);
CFATTACH_DECL(icp_pci, sizeof(struct icp_softc),
icp_pci_match, icp_pci_attach, NULL, NULL)
icp_pci_match, icp_pci_attach, NULL, NULL);
struct icp_pci_ident {
u_short gpi_vendor;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_an_pci.c,v 1.8 2002/09/30 20:37:25 thorpej Exp $ */
/* $NetBSD: if_an_pci.c,v 1.9 2002/10/02 16:51:18 thorpej Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_an_pci.c,v 1.8 2002/09/30 20:37:25 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_an_pci.c,v 1.9 2002/10/02 16:51:18 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -88,7 +88,7 @@ int an_pci_match __P((struct device *, struct cfdata *, void *));
void an_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(an_pci, sizeof(struct an_pci_softc),
an_pci_match, an_pci_attach, NULL, NULL)
an_pci_match, an_pci_attach, NULL, NULL);
const struct an_pci_product {
u_int32_t app_vendor; /* PCI vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bge.c,v 1.21 2002/09/30 20:37:25 thorpej Exp $ */
/* $NetBSD: if_bge.c,v 1.22 2002/10/02 16:51:18 thorpej Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@ -198,7 +198,7 @@ int bgedebug = 0;
#define BGE_QUIRK_CSUM_BROKEN 0x00000002
CFATTACH_DECL(bge, sizeof(struct bge_softc),
bge_probe, bge_attach, NULL, NULL)
bge_probe, bge_attach, NULL, NULL);
u_int32_t
bge_readmem_ind(sc, off)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_de.c,v 1.107 2002/09/30 20:37:26 thorpej Exp $ */
/* $NetBSD: if_de.c,v 1.108 2002/10/02 16:51:19 thorpej Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@ -37,7 +37,7 @@
* board which support 21040, 21041, or 21140 (mostly).
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.107 2002/09/30 20:37:26 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.108 2002/10/02 16:51:19 thorpej Exp $");
#define TULIP_HDR_DATA
@ -5588,7 +5588,7 @@ tulip_pci_probe(
static void tulip_pci_attach(TULIP_PCI_ATTACH_ARGS);
CFATTACH_DECL(de, sizeof(tulip_softc_t),
tulip_pci_probe, tulip_pci_attach, NULL, NULL)
tulip_pci_probe, tulip_pci_attach, NULL, NULL);
#endif /* __NetBSD__ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_en_pci.c,v 1.17 2002/09/30 20:37:29 thorpej Exp $ */
/* $NetBSD: if_en_pci.c,v 1.18 2002/10/02 16:51:22 thorpej Exp $ */
/*
*
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_en_pci.c,v 1.17 2002/09/30 20:37:29 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_en_pci.c,v 1.18 2002/10/02 16:51:22 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -129,7 +129,7 @@ static void en_pci_attach __P((struct device *, struct device *, void *));
*/
CFATTACH_DECL(en_pci, sizeof(struct en_pci_softc),
en_pci_match, en_pci_attach, NULL, NULL)
en_pci_match, en_pci_attach, NULL, NULL);
#if !defined(MIDWAY_ENIONLY)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ep_pci.c,v 1.38 2002/09/30 20:37:29 thorpej Exp $ */
/* $NetBSD: if_ep_pci.c,v 1.39 2002/10/02 16:51:22 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ep_pci.c,v 1.38 2002/09/30 20:37:29 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ep_pci.c,v 1.39 2002/10/02 16:51:22 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -108,7 +108,7 @@ int ep_pci_match __P((struct device *, struct cfdata *, void *));
void ep_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(ep_pci, sizeof(struct ep_softc),
ep_pci_match, ep_pci_attach, NULL, NULL)
ep_pci_match, ep_pci_attach, NULL, NULL);
struct ep_pci_product {
u_int32_t epp_prodid; /* PCI product ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_epic_pci.c,v 1.22 2002/09/30 20:37:30 thorpej Exp $ */
/* $NetBSD: if_epic_pci.c,v 1.23 2002/10/02 16:51:22 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_epic_pci.c,v 1.22 2002/09/30 20:37:30 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_epic_pci.c,v 1.23 2002/10/02 16:51:22 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -89,7 +89,7 @@ int epic_pci_match(struct device *, struct cfdata *, void *);
void epic_pci_attach(struct device *, struct device *, void *);
CFATTACH_DECL(epic_pci, sizeof(struct epic_pci_softc),
epic_pci_match, epic_pci_attach, NULL, NULL)
epic_pci_match, epic_pci_attach, NULL, NULL);
const struct epic_pci_product {
u_int32_t epp_prodid; /* PCI product ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_esh_pci.c,v 1.12 2002/09/30 20:37:30 thorpej Exp $ */
/* $NetBSD: if_esh_pci.c,v 1.13 2002/10/02 16:51:23 thorpej Exp $ */
/*
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_esh_pci.c,v 1.12 2002/09/30 20:37:30 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_esh_pci.c,v 1.13 2002/10/02 16:51:23 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -86,7 +86,7 @@ static void esh_pci_bist_write __P((struct esh_softc *, u_int8_t));
CFATTACH_DECL(esh_pci, sizeof(struct esh_softc),
esh_pci_match, esh_pci_attach, NULL, NULL)
esh_pci_match, esh_pci_attach, NULL, NULL);
int
esh_pci_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ex_pci.c,v 1.26 2002/09/30 20:37:31 thorpej Exp $ */
/* $NetBSD: if_ex_pci.c,v 1.27 2002/10/02 16:51:23 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ex_pci.c,v 1.26 2002/09/30 20:37:31 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ex_pci.c,v 1.27 2002/10/02 16:51:23 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -108,7 +108,7 @@ void ex_pci_disable __P((struct ex_softc *));
void ex_pci_confreg_restore __P((struct ex_pci_softc *));
CFATTACH_DECL(ex_pci, sizeof(struct ex_pci_softc),
ex_pci_match, ex_pci_attach, NULL, NULL)
ex_pci_match, ex_pci_attach, NULL, NULL);
const struct ex_pci_product {
u_int32_t epp_prodid; /* PCI product ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fpa.c,v 1.41 2002/10/02 02:16:36 thorpej Exp $ */
/* $NetBSD: if_fpa.c,v 1.42 2002/10/02 16:51:24 thorpej Exp $ */
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_fpa.c,v 1.41 2002/10/02 02:16:36 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_fpa.c,v 1.42 2002/10/02 16:51:24 thorpej Exp $");
#ifdef __NetBSD__
#include "opt_inet.h"
@ -500,6 +500,6 @@ pdq_pci_attach(
}
CFATTACH_DECL(fpa, sizeof(pdq_softc_t),
pdq_pci_match, pdq_pci_attach, NULL, NULL)
pdq_pci_match, pdq_pci_attach, NULL, NULL);
#endif /* __NetBSD__ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fxp_pci.c,v 1.28 2002/09/30 20:37:32 thorpej Exp $ */
/* $NetBSD: if_fxp_pci.c,v 1.29 2002/10/02 16:51:24 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.28 2002/09/30 20:37:32 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.29 2002/10/02 16:51:24 thorpej Exp $");
#include "rnd.h"
@ -102,7 +102,7 @@ static void fxp_pci_confreg_restore __P((struct fxp_pci_softc *psc));
static void fxp_pci_power __P((int why, void *arg));
CFATTACH_DECL(fxp_pci, sizeof(struct fxp_pci_softc),
fxp_pci_match, fxp_pci_attach, NULL, NULL)
fxp_pci_match, fxp_pci_attach, NULL, NULL);
const struct fxp_pci_product {
u_int32_t fpp_prodid; /* PCI product ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_gem_pci.c,v 1.12 2002/09/30 20:37:32 thorpej Exp $ */
/* $NetBSD: if_gem_pci.c,v 1.13 2002/10/02 16:51:25 thorpej Exp $ */
/*
*
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_gem_pci.c,v 1.12 2002/09/30 20:37:32 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_gem_pci.c,v 1.13 2002/10/02 16:51:25 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -85,7 +85,7 @@ int gem_match_pci __P((struct device *, struct cfdata *, void *));
void gem_attach_pci __P((struct device *, struct device *, void *));
CFATTACH_DECL(gem_pci, sizeof(struct gem_pci_softc),
gem_match_pci, gem_attach_pci, NULL, NULL)
gem_match_pci, gem_attach_pci, NULL, NULL);
/*
* Attach routines need to be split out to different bus-specific files.

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_hme_pci.c,v 1.11 2002/09/30 20:37:33 thorpej Exp $ */
/* $NetBSD: if_hme_pci.c,v 1.12 2002/10/02 16:51:26 thorpej Exp $ */
/*
* Copyright (c) 2000 Matthew R. Green
@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_hme_pci.c,v 1.11 2002/09/30 20:37:33 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_hme_pci.c,v 1.12 2002/10/02 16:51:26 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -69,7 +69,7 @@ int hmematch_pci __P((struct device *, struct cfdata *, void *));
void hmeattach_pci __P((struct device *, struct device *, void *));
CFATTACH_DECL(hme_pci, sizeof(struct hme_pci_softc),
hmematch_pci, hmeattach_pci, NULL, NULL)
hmematch_pci, hmeattach_pci, NULL, NULL);
int
hmematch_pci(parent, cf, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_pci.c,v 1.38 2002/09/30 20:37:33 thorpej Exp $ */
/* $NetBSD: if_le_pci.c,v 1.39 2002/10/02 16:51:26 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.38 2002/09/30 20:37:33 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.39 2002/10/02 16:51:26 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -111,7 +111,7 @@ void le_pci_attach __P((struct device *, struct device *, void *));
int le_pci_mediachange __P((struct lance_softc *));
CFATTACH_DECL(le_pci, sizeof(struct le_softc),
le_pci_match, le_pci_attach, NULL, NULL)
le_pci_match, le_pci_attach, NULL, NULL);
#if defined(_KERNEL_OPT)
#include "opt_ddb.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_lmc_nbsd.c,v 1.19 2002/09/30 20:37:34 thorpej Exp $ */
/* $NetBSD: if_lmc_nbsd.c,v 1.20 2002/10/02 16:51:26 thorpej Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@ -63,7 +63,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_lmc_nbsd.c,v 1.19 2002/09/30 20:37:34 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_lmc_nbsd.c,v 1.20 2002/10/02 16:51:26 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -215,7 +215,7 @@ static void lmc_pci_attach(struct device * const parent,
struct device * const self, void * const aux);
CFATTACH_DECL(lmc, sizeof(lmc_softc_t),
lmc_pci_probe, lmc_pci_attach, NULL, NULL)
lmc_pci_probe, lmc_pci_attach, NULL, NULL);
static void
lmc_pci_attach(struct device * const parent,

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ne_pci.c,v 1.23 2002/09/30 20:37:34 thorpej Exp $ */
/* $NetBSD: if_ne_pci.c,v 1.24 2002/10/02 16:51:27 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ne_pci.c,v 1.23 2002/09/30 20:37:34 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ne_pci.c,v 1.24 2002/10/02 16:51:27 thorpej Exp $");
#include "opt_ipkdb.h"
@ -84,7 +84,7 @@ int ne_pci_match __P((struct device *, struct cfdata *, void *));
void ne_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(ne_pci, sizeof(struct ne_pci_softc),
ne_pci_match, ne_pci_attach, NULL, NULL)
ne_pci_match, ne_pci_attach, NULL, NULL);
#ifdef IPKDB_NE_PCI
static struct ne_pci_softc ipkdb_softc;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ntwoc_pci.c,v 1.8 2002/09/30 20:37:34 thorpej Exp $ */
/* $NetBSD: if_ntwoc_pci.c,v 1.9 2002/10/02 16:51:27 thorpej Exp $ */
/*
* Copyright (c) 1998 Vixie Enterprises
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ntwoc_pci.c,v 1.8 2002/09/30 20:37:34 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ntwoc_pci.c,v 1.9 2002/10/02 16:51:27 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -126,7 +126,7 @@ static void ntwoc_pci_setup_dma __P((struct sca_softc *));
static void ntwoc_pci_shutdown __P((void *sc));
CFATTACH_DECL(ntwoc_pci, sizeof(struct ntwoc_pci_softc),
ntwoc_pci_match, ntwoc_pci_attach, NULL, NULL)
ntwoc_pci_match, ntwoc_pci_attach, NULL, NULL);
/*
* Names for daughter card types. These match the NTWOC_DB_* defines.

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_pcn.c,v 1.13 2002/09/30 20:37:35 thorpej Exp $ */
/* $NetBSD: if_pcn.c,v 1.14 2002/10/02 16:51:27 thorpej Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.13 2002/09/30 20:37:35 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.14 2002/10/02 16:51:27 thorpej Exp $");
#include "bpfilter.h"
@ -460,7 +460,7 @@ int pcn_match(struct device *, struct cfdata *, void *);
void pcn_attach(struct device *, struct device *, void *);
CFATTACH_DECL(pcn, sizeof(struct pcn_softc),
pcn_match, pcn_attach, NULL, NULL)
pcn_match, pcn_attach, NULL, NULL);
/*
* Routines to read and write the PCnet-PCI CSR/BCR space.

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_rtk_pci.c,v 1.14 2002/09/30 20:37:35 thorpej Exp $ */
/* $NetBSD: if_rtk_pci.c,v 1.15 2002/10/02 16:51:28 thorpej Exp $ */
/*
* Copyright (c) 1997, 1998
@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.14 2002/09/30 20:37:35 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.15 2002/10/02 16:51:28 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -129,7 +129,7 @@ int rtk_pci_match __P((struct device *, struct cfdata *, void *));
void rtk_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(rtk_pci, sizeof(struct rtk_pci_softc),
rtk_pci_match, rtk_pci_attach, NULL, NULL)
rtk_pci_match, rtk_pci_attach, NULL, NULL);
const struct rtk_type *
rtk_pci_lookup(pa)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sf_pci.c,v 1.5 2002/09/30 20:37:36 thorpej Exp $ */
/* $NetBSD: if_sf_pci.c,v 1.6 2002/10/02 16:51:29 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_sf_pci.c,v 1.5 2002/09/30 20:37:36 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_sf_pci.c,v 1.6 2002/10/02 16:51:29 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -82,7 +82,7 @@ int sf_pci_match(struct device *, struct cfdata *, void *);
void sf_pci_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sf_pci, sizeof(struct sf_pci_softc),
sf_pci_match, sf_pci_attach, NULL, NULL)
sf_pci_match, sf_pci_attach, NULL, NULL);
struct sf_pci_product {
uint32_t spp_vendor; /* PCI vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sip.c,v 1.71 2002/09/30 20:37:36 thorpej Exp $ */
/* $NetBSD: if_sip.c,v 1.72 2002/10/02 16:51:29 thorpej Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.71 2002/09/30 20:37:36 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.72 2002/10/02 16:51:29 thorpej Exp $");
#include "bpfilter.h"
#include "rnd.h"
@ -458,10 +458,10 @@ int SIP_DECL(copy_small) = 0;
#ifdef DP83820
CFATTACH_DECL(gsip, sizeof(struct sip_softc),
gsip_match, gsip_attach, NULL, NULL)
gsip_match, gsip_attach, NULL, NULL);
#else
CFATTACH_DECL(sip, sizeof(struct sip_softc),
sip_match, sip_attach, NULL, NULL)
sip_match, sip_attach, NULL, NULL);
#endif
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ste.c,v 1.13 2002/09/30 20:37:38 thorpej Exp $ */
/* $NetBSD: if_ste.c,v 1.14 2002/10/02 16:51:30 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ste.c,v 1.13 2002/09/30 20:37:38 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ste.c,v 1.14 2002/10/02 16:51:30 thorpej Exp $");
#include "bpfilter.h"
@ -241,7 +241,7 @@ void ste_attach(struct device *, struct device *, void *);
int ste_copy_small = 0;
CFATTACH_DECL(ste, sizeof(struct ste_softc),
ste_match, ste_attach, NULL, NULL)
ste_match, ste_attach, NULL, NULL);
uint32_t ste_mii_bitbang_read(struct device *);
void ste_mii_bitbang_write(struct device *, uint32_t);

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_stge.c,v 1.11 2002/09/30 20:37:38 thorpej Exp $ */
/* $NetBSD: if_stge.c,v 1.12 2002/10/02 16:51:31 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.11 2002/09/30 20:37:38 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.12 2002/10/02 16:51:31 thorpej Exp $");
#include "bpfilter.h"
@ -299,7 +299,7 @@ void stge_attach(struct device *, struct device *, void *);
int stge_copy_small = 0;
CFATTACH_DECL(stge, sizeof(struct stge_softc),
stge_match, stge_attach, NULL, NULL)
stge_match, stge_attach, NULL, NULL);
uint32_t stge_mii_bitbang_read(struct device *);
void stge_mii_bitbang_write(struct device *, uint32_t);

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ti.c,v 1.51 2002/09/30 20:37:39 thorpej Exp $ */
/* $NetBSD: if_ti.c,v 1.52 2002/10/02 16:51:32 thorpej Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.51 2002/09/30 20:37:39 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.52 2002/10/02 16:51:32 thorpej Exp $");
#include "bpfilter.h"
#include "opt_inet.h"
@ -215,7 +215,7 @@ static int ti_gibinit __P((struct ti_softc *));
static int ti_ether_ioctl __P((struct ifnet *, u_long, caddr_t));
CFATTACH_DECL(ti, sizeof(struct ti_softc),
ti_probe, ti_attach, NULL, NULL)
ti_probe, ti_attach, NULL, NULL);
/*
* Send an instruction or address to the EEPROM, check for ACK.

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_tl.c,v 1.55 2002/09/30 20:37:40 thorpej Exp $ */
/* $NetBSD: if_tl.c,v 1.56 2002/10/02 16:51:33 thorpej Exp $ */
/*
* Copyright (c) 1997 Manuel Bouyer. All rights reserved.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.55 2002/09/30 20:37:40 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.56 2002/10/02 16:51:33 thorpej Exp $");
#undef TLDEBUG
#define TL_PRIV_STATS
@ -185,7 +185,7 @@ static __inline u_int8_t netsio_read(sc, bits)
}
CFATTACH_DECL(tl, sizeof(tl_softc_t),
tl_pci_match, tl_pci_attach, NULL, NULL)
tl_pci_match, tl_pci_attach, NULL, NULL);
const struct tl_product_desc tl_compaq_products[] = {
{ PCI_PRODUCT_COMPAQ_N100TX, TLPHY_MEDIA_NO_10_T,

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_tlp_pci.c,v 1.67 2002/09/30 20:37:41 thorpej Exp $ */
/* $NetBSD: if_tlp_pci.c,v 1.68 2002/10/02 16:51:35 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_tlp_pci.c,v 1.67 2002/09/30 20:37:41 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_tlp_pci.c,v 1.68 2002/10/02 16:51:35 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -113,7 +113,7 @@ int tlp_pci_match __P((struct device *, struct cfdata *, void *));
void tlp_pci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(tlp_pci, sizeof(struct tulip_pci_softc),
tlp_pci_match, tlp_pci_attach, NULL, NULL)
tlp_pci_match, tlp_pci_attach, NULL, NULL);
const struct tulip_pci_product {
u_int32_t tpp_vendor; /* PCI vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_vr.c,v 1.56 2002/09/30 20:37:42 thorpej Exp $ */
/* $NetBSD: if_vr.c,v 1.57 2002/10/02 16:51:35 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -104,7 +104,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_vr.c,v 1.56 2002/09/30 20:37:42 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_vr.c,v 1.57 2002/10/02 16:51:35 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -1344,7 +1344,7 @@ static void vr_attach __P((struct device *, struct device *, void *));
static void vr_shutdown __P((void *));
CFATTACH_DECL(vr, sizeof (struct vr_softc),
vr_probe, vr_attach, NULL, NULL)
vr_probe, vr_attach, NULL, NULL);
static struct vr_type *
vr_lookup(pa)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wi_pci.c,v 1.11 2002/09/30 20:37:43 thorpej Exp $ */
/* $NetBSD: if_wi_pci.c,v 1.12 2002/10/02 16:51:37 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_wi_pci.c,v 1.11 2002/09/30 20:37:43 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_wi_pci.c,v 1.12 2002/10/02 16:51:37 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -98,7 +98,7 @@ static const struct wi_pci_product
*wi_pci_lookup __P((struct pci_attach_args *));
CFATTACH_DECL(wi_pci, sizeof(struct wi_pci_softc),
wi_pci_match, wi_pci_attach, NULL, NULL)
wi_pci_match, wi_pci_attach, NULL, NULL);
const struct wi_pci_product {
pci_vendor_id_t wpp_vendor; /* vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wm.c,v 1.24 2002/09/30 20:37:43 thorpej Exp $ */
/* $NetBSD: if_wm.c,v 1.25 2002/10/02 16:51:37 thorpej Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -434,7 +434,7 @@ void wm_attach(struct device *, struct device *, void *);
int wm_copy_small = 0;
CFATTACH_DECL(wm, sizeof(struct wm_softc),
wm_match, wm_attach, NULL, NULL)
wm_match, wm_attach, NULL, NULL);
/*
* Devices supported by this driver.

View File

@ -35,14 +35,14 @@
* Fritz!Card PCI driver
* ------------------------------------------------
*
* $Id: ifpci.c,v 1.12 2002/09/30 20:37:45 thorpej Exp $
* $Id: ifpci.c,v 1.13 2002/10/02 16:51:38 thorpej Exp $
*
* last edit-date: [Fri Jan 5 11:38:58 2001]
*
*---------------------------------------------------------------------------*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ifpci.c,v 1.12 2002/09/30 20:37:45 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ifpci.c,v 1.13 2002/10/02 16:51:38 thorpej Exp $");
#include <sys/param.h>
@ -139,7 +139,7 @@ static int ifpci_detach(struct device *self, int flags);
static int ifpci_activate(struct device *self, enum devact act);
CFATTACH_DECL(ifpci, sizeof(struct ifpci_softc),
ifpci_match, ifpci_attach, ifpci_detach, ifpci_activate)
ifpci_match, ifpci_attach, ifpci_detach, ifpci_activate);
/*---------------------------------------------------------------------------*
* AVM PCI Fritz!Card special registers

View File

@ -1,4 +1,4 @@
/* $NetBSD: igsfb_pci.c,v 1.5 2002/09/30 20:37:46 thorpej Exp $ */
/* $NetBSD: igsfb_pci.c,v 1.6 2002/10/02 16:51:38 thorpej Exp $ */
/*
* Copyright (c) 2002 Valeriy E. Ushakov
@ -32,7 +32,7 @@
* Only tested on IGA 1682 in Krups JavaStation-NC.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: igsfb_pci.c,v 1.5 2002/09/30 20:37:46 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: igsfb_pci.c,v 1.6 2002/10/02 16:51:38 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -60,7 +60,7 @@ static int igsfb_pci_match(struct device *, struct cfdata *, void *);
static void igsfb_pci_attach(struct device *, struct device *, void *);
CFATTACH_DECL(igsfb_pci, sizeof(struct igsfb_softc),
igsfb_pci_match, igsfb_pci_attach, NULL, NULL)
igsfb_pci_match, igsfb_pci_attach, NULL, NULL);
static int
igsfb_pci_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: iha_pci.c,v 1.5 2002/09/30 20:37:46 thorpej Exp $ */
/* $NetBSD: iha_pci.c,v 1.6 2002/10/02 16:51:39 thorpej Exp $ */
/*
* Initio INI-9xxxU/UW SCSI Device Driver
*
@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iha_pci.c,v 1.5 2002/09/30 20:37:46 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: iha_pci.c,v 1.6 2002/10/02 16:51:39 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -69,7 +69,7 @@ static int iha_pci_probe(struct device *, struct cfdata *, void *);
static void iha_pci_attach(struct device *, struct device *, void *);
CFATTACH_DECL(iha_pci, sizeof(struct iha_softc),
iha_pci_probe, iha_pci_attach, NULL, NULL)
iha_pci_probe, iha_pci_attach, NULL, NULL);
static int
iha_pci_probe(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: iop_pci.c,v 1.9 2002/09/30 20:37:46 thorpej Exp $ */
/* $NetBSD: iop_pci.c,v 1.10 2002/10/02 16:51:39 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iop_pci.c,v 1.9 2002/09/30 20:37:46 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: iop_pci.c,v 1.10 2002/10/02 16:51:39 thorpej Exp $");
#include "opt_i2o.h"
@ -70,7 +70,7 @@ static void iop_pci_attach(struct device *, struct device *, void *);
static int iop_pci_match(struct device *, struct cfdata *, void *);
CFATTACH_DECL(iop_pci, sizeof(struct iop_softc),
iop_pci_match, iop_pci_attach, NULL, NULL)
iop_pci_match, iop_pci_attach, NULL, NULL);
static int
iop_pci_match(struct device *parent, struct cfdata *match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: isic_pci.c,v 1.17 2002/09/30 20:37:47 thorpej Exp $ */
/* $NetBSD: isic_pci.c,v 1.18 2002/10/02 16:51:40 thorpej Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isic_pci.c,v 1.17 2002/09/30 20:37:47 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: isic_pci.c,v 1.18 2002/10/02 16:51:40 thorpej Exp $");
#include <sys/param.h>
#include <sys/errno.h>
@ -84,7 +84,7 @@ static int isic_pci_detach(struct device *self, int flags);
static int isic_pci_activate(struct device *self, enum devact act);
CFATTACH_DECL(isic_pci, sizeof(struct pci_isic_softc),
isic_pci_match, isic_pci_attach, isic_pci_detach, isic_pci_activate)
isic_pci_match, isic_pci_attach, isic_pci_detach, isic_pci_activate);
static const struct isic_pci_product {
pci_vendor_id_t npp_vendor;

View File

@ -1,4 +1,4 @@
/* $NetBSD: isp_pci.c,v 1.84 2002/09/30 20:37:47 thorpej Exp $ */
/* $NetBSD: isp_pci.c,v 1.85 2002/10/02 16:51:40 thorpej Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@ -57,7 +57,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isp_pci.c,v 1.84 2002/09/30 20:37:47 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: isp_pci.c,v 1.85 2002/10/02 16:51:40 thorpej Exp $");
#include <dev/ic/isp_netbsd.h>
#include <dev/pci/pcireg.h>
@ -308,7 +308,7 @@ struct isp_pcisoftc {
};
CFATTACH_DECL(isp_pci, sizeof (struct isp_pcisoftc),
isp_pci_probe, isp_pci_attach, NULL, NULL)
isp_pci_probe, isp_pci_attach, NULL, NULL);
#ifdef DEBUG
const char vstring[] =

View File

@ -1,4 +1,4 @@
/* $NetBSD: iwic_pci.c,v 1.3 2002/09/30 20:37:49 thorpej Exp $ */
/* $NetBSD: iwic_pci.c,v 1.4 2002/10/02 16:51:42 thorpej Exp $ */
/*
* Copyright (c) 1999, 2000 Dave Boyce. All rights reserved.
@ -36,7 +36,7 @@
*---------------------------------------------------------------------------*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iwic_pci.c,v 1.3 2002/09/30 20:37:49 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: iwic_pci.c,v 1.4 2002/10/02 16:51:42 thorpej Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@ -64,7 +64,7 @@ static void iwic_pci_attach(struct device * parent, struct device * dev, void *a
static int iwic_pci_activate(struct device * dev, enum devact);
CFATTACH_DECL(iwic_pci, sizeof(struct iwic_softc),
iwic_pci_probe, iwic_pci_attach, NULL, iwic_pci_activate)
iwic_pci_probe, iwic_pci_attach, NULL, iwic_pci_activate);
static int iwic_attach_bri(struct iwic_softc * sc);

View File

@ -1,4 +1,4 @@
/* $NetBSD: joy_eso.c,v 1.3 2002/09/30 20:37:49 thorpej Exp $ */
/* $NetBSD: joy_eso.c,v 1.4 2002/10/02 16:51:42 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -62,7 +62,7 @@ static int joy_eso_match __P((struct device *, struct cfdata *, void *));
static void joy_eso_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(joy_eso, sizeof (struct joy_softc),
joy_eso_match, joy_eso_attach, NULL, NULL)
joy_eso_match, joy_eso_attach, NULL, NULL);
static int
joy_eso_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: joy_pci.c,v 1.4 2002/09/30 20:37:49 thorpej Exp $ */
/* $NetBSD: joy_pci.c,v 1.5 2002/10/02 16:51:42 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: joy_pci.c,v 1.4 2002/09/30 20:37:49 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: joy_pci.c,v 1.5 2002/10/02 16:51:42 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -57,7 +57,7 @@ void joy_pci_attach __P((struct device *, struct device *, void *));
static int bar_is_io __P((pci_chipset_tag_t pc, pcitag_t tag, int reg));
CFATTACH_DECL(joy_pci, sizeof(struct joy_softc),
joy_pci_match, joy_pci_attach, NULL, NULL)
joy_pci_match, joy_pci_attach, NULL, NULL);
int
joy_pci_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: ld_amr.c,v 1.3 2002/09/30 20:37:50 thorpej Exp $ */
/* $NetBSD: ld_amr.c,v 1.4 2002/10/02 16:51:43 thorpej Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ld_amr.c,v 1.3 2002/09/30 20:37:50 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ld_amr.c,v 1.4 2002/10/02 16:51:43 thorpej Exp $");
#include "rnd.h"
@ -80,7 +80,7 @@ int ld_amr_match(struct device *, struct cfdata *, void *);
int ld_amr_start(struct ld_softc *, struct buf *);
CFATTACH_DECL(ld_amr, sizeof(struct ld_amr_softc),
ld_amr_match, ld_amr_attach, NULL, NULL)
ld_amr_match, ld_amr_attach, NULL, NULL);
struct {
const char *ds_descr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ld_twe.c,v 1.12 2002/09/30 20:37:50 thorpej Exp $ */
/* $NetBSD: ld_twe.c,v 1.13 2002/10/02 16:51:43 thorpej Exp $ */
/*-
* Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ld_twe.c,v 1.12 2002/09/30 20:37:50 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ld_twe.c,v 1.13 2002/10/02 16:51:43 thorpej Exp $");
#include "rnd.h"
@ -80,7 +80,7 @@ static int ld_twe_match(struct device *, struct cfdata *, void *);
static int ld_twe_start(struct ld_softc *, struct buf *);
CFATTACH_DECL(ld_twe, sizeof(struct ld_twe_softc),
ld_twe_match, ld_twe_attach, NULL, NULL)
ld_twe_match, ld_twe_attach, NULL, NULL);
static int
ld_twe_match(struct device *parent, struct cfdata *match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: lpt_puc.c,v 1.5 2002/09/30 20:37:50 thorpej Exp $ */
/* $NetBSD: lpt_puc.c,v 1.6 2002/10/02 16:51:43 thorpej Exp $ */
/*
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lpt_puc.c,v 1.5 2002/09/30 20:37:50 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: lpt_puc.c,v 1.6 2002/10/02 16:51:43 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -54,7 +54,7 @@ int lpt_puc_probe __P((struct device *, struct cfdata *, void *));
void lpt_puc_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(lpt_puc, sizeof(struct lpt_softc),
lpt_puc_probe, lpt_puc_attach, NULL, NULL)
lpt_puc_probe, lpt_puc_attach, NULL, NULL);
int
lpt_puc_probe(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: mlx_pci.c,v 1.10 2002/09/30 20:37:50 thorpej Exp $ */
/* $NetBSD: mlx_pci.c,v 1.11 2002/10/02 16:51:43 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mlx_pci.c,v 1.10 2002/09/30 20:37:50 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mlx_pci.c,v 1.11 2002/10/02 16:51:43 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -149,7 +149,7 @@ struct mlx_pci_ident {
};
CFATTACH_DECL(mlx_pci, sizeof(struct mlx_softc),
mlx_pci_match, mlx_pci_attach, NULL, NULL)
mlx_pci_match, mlx_pci_attach, NULL, NULL);
/*
* Try to find a `mlx_pci_ident' entry corresponding to this board.

View File

@ -1,4 +1,4 @@
/* $NetBSD: mly.c,v 1.13 2002/09/30 20:37:51 thorpej Exp $ */
/* $NetBSD: mly.c,v 1.14 2002/10/02 16:51:44 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mly.c,v 1.13 2002/09/30 20:37:51 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mly.c,v 1.14 2002/10/02 16:51:44 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -164,7 +164,7 @@ static int mly_user_health(struct mly_softc *, struct mly_user_health *);
extern struct cfdriver mly_cd;
CFATTACH_DECL(mly, sizeof(struct mly_softc),
mly_match, mly_attach, NULL, NULL)
mly_match, mly_attach, NULL, NULL);
dev_type_open(mlyopen);
dev_type_close(mlyclose);

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpu_cmpci.c,v 1.4 2002/09/30 20:37:52 thorpej Exp $ */
/* $NetBSD: mpu_cmpci.c,v 1.5 2002/10/02 16:51:45 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mpu_cmpci.c,v 1.4 2002/09/30 20:37:52 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mpu_cmpci.c,v 1.5 2002/10/02 16:51:45 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -63,7 +63,7 @@ static int mpu_cmpci_match __P((struct device *, struct cfdata *, void *));
static void mpu_cmpci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(mpu_cmpci, sizeof (struct mpu_softc),
mpu_cmpci_match, mpu_cmpci_attach, NULL, NULL)
mpu_cmpci_match, mpu_cmpci_attach, NULL, NULL);
static int
mpu_cmpci_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpu_eso.c,v 1.5 2002/09/30 20:37:52 thorpej Exp $ */
/* $NetBSD: mpu_eso.c,v 1.6 2002/10/02 16:51:45 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mpu_eso.c,v 1.5 2002/09/30 20:37:52 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mpu_eso.c,v 1.6 2002/10/02 16:51:45 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -64,7 +64,7 @@ static int mpu_eso_match __P((struct device *, struct cfdata *, void *));
static void mpu_eso_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(mpu_eso, sizeof (struct mpu_softc),
mpu_eso_match, mpu_eso_attach, NULL, NULL)
mpu_eso_match, mpu_eso_attach, NULL, NULL);
static int
mpu_eso_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpu_fms.c,v 1.5 2002/09/30 20:37:52 thorpej Exp $ */
/* $NetBSD: mpu_fms.c,v 1.6 2002/10/02 16:51:45 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mpu_fms.c,v 1.5 2002/09/30 20:37:52 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mpu_fms.c,v 1.6 2002/10/02 16:51:45 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -65,7 +65,7 @@ static int mpu_fms_match __P((struct device *, struct cfdata *, void *));
static void mpu_fms_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(mpu_fms, sizeof (struct mpu_softc),
mpu_fms_match, mpu_fms_attach, NULL, NULL)
mpu_fms_match, mpu_fms_attach, NULL, NULL);
static int
mpu_fms_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpu_yds.c,v 1.4 2002/09/30 20:37:53 thorpej Exp $ */
/* $NetBSD: mpu_yds.c,v 1.5 2002/10/02 16:51:46 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mpu_yds.c,v 1.4 2002/09/30 20:37:53 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mpu_yds.c,v 1.5 2002/10/02 16:51:46 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -66,7 +66,7 @@ static int mpu_yds_match __P((struct device *, struct cfdata *, void *));
static void mpu_yds_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(mpu_yds, sizeof (struct mpu_softc),
mpu_yds_match, mpu_yds_attach, NULL, NULL)
mpu_yds_match, mpu_yds_attach, NULL, NULL);
static int
mpu_yds_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: neo.c,v 1.15 2002/09/30 20:37:53 thorpej Exp $ */
/* $NetBSD: neo.c,v 1.16 2002/10/02 16:51:46 thorpej Exp $ */
/*
* Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk>
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.15 2002/09/30 20:37:53 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.16 2002/10/02 16:51:46 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -210,7 +210,7 @@ void neo_set_mixer(struct neo_softc *sc, int a, int d);
void neo_power(int why, void *arg);
CFATTACH_DECL(neo, sizeof(struct neo_softc),
neo_match, neo_attach, NULL, NULL)
neo_match, neo_attach, NULL, NULL);
struct audio_device neo_device = {
"NeoMagic 256",

View File

@ -1,4 +1,4 @@
/* $NetBSD: oboe.c,v 1.7 2002/09/30 20:37:53 thorpej Exp $ */
/* $NetBSD: oboe.c,v 1.8 2002/10/02 16:51:47 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -152,7 +152,7 @@ static void oboe_stopchip(struct oboe_softc *);
static int oboe_setbaud(struct oboe_softc *, int);
CFATTACH_DECL(oboe, sizeof(struct oboe_softc),
oboe_match, oboe_attach, oboe_detach, oboe_activate)
oboe_match, oboe_attach, oboe_detach, oboe_activate);
struct irframe_methods oboe_methods = {
oboe_open, oboe_close, oboe_read, oboe_write, oboe_poll,

View File

@ -1,4 +1,4 @@
/* $NetBSD: ohci_pci.c,v 1.22 2002/09/30 20:37:54 thorpej Exp $ */
/* $NetBSD: ohci_pci.c,v 1.23 2002/10/02 16:51:47 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ohci_pci.c,v 1.22 2002/09/30 20:37:54 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ohci_pci.c,v 1.23 2002/10/02 16:51:47 thorpej Exp $");
#include "ehci.h"
@ -76,7 +76,7 @@ struct ohci_pci_softc {
};
CFATTACH_DECL(ohci_pci, sizeof(struct ohci_pci_softc),
ohci_pci_match, ohci_pci_attach, ohci_pci_detach, ohci_activate)
ohci_pci_match, ohci_pci_attach, ohci_pci_detach, ohci_activate);
int
ohci_pci_match(struct device *parent, struct cfdata *match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: opl_cmpci.c,v 1.4 2002/09/30 20:37:54 thorpej Exp $ */
/* $NetBSD: opl_cmpci.c,v 1.5 2002/10/02 16:51:47 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: opl_cmpci.c,v 1.4 2002/09/30 20:37:54 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: opl_cmpci.c,v 1.5 2002/10/02 16:51:47 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -67,7 +67,7 @@ int opl_cmpci_match __P((struct device *, struct cfdata *, void *));
void opl_cmpci_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(opl_cmpci, sizeof (struct opl_softc),
opl_cmpci_match, opl_cmpci_attach, NULL, NULL)
opl_cmpci_match, opl_cmpci_attach, NULL, NULL);
int
opl_cmpci_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: opl_eso.c,v 1.6 2002/09/30 20:37:55 thorpej Exp $ */
/* $NetBSD: opl_eso.c,v 1.7 2002/10/02 16:51:47 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: opl_eso.c,v 1.6 2002/09/30 20:37:55 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: opl_eso.c,v 1.7 2002/10/02 16:51:47 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -67,7 +67,7 @@ static int opl_eso_match __P((struct device *, struct cfdata *, void *));
static void opl_eso_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(opl_eso, sizeof (struct opl_softc),
opl_eso_match, opl_eso_attach, NULL, NULL)
opl_eso_match, opl_eso_attach, NULL, NULL);
static int
opl_eso_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: opl_fms.c,v 1.5 2002/09/30 20:37:55 thorpej Exp $ */
/* $NetBSD: opl_fms.c,v 1.6 2002/10/02 16:51:48 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: opl_fms.c,v 1.5 2002/09/30 20:37:55 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: opl_fms.c,v 1.6 2002/10/02 16:51:48 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -68,7 +68,7 @@ int opl_fms_match __P((struct device *, struct cfdata *, void *));
void opl_fms_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(opl_fms, sizeof (struct opl_softc),
opl_fms_match, opl_fms_attach, NULL, NULL)
opl_fms_match, opl_fms_attach, NULL, NULL);
int
opl_fms_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: opl_sv.c,v 1.4 2002/09/30 20:37:55 thorpej Exp $ */
/* $NetBSD: opl_sv.c,v 1.5 2002/10/02 16:51:48 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: opl_sv.c,v 1.4 2002/09/30 20:37:55 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: opl_sv.c,v 1.5 2002/10/02 16:51:48 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -67,7 +67,7 @@ int opl_sv_match __P((struct device *, struct cfdata *, void *));
void opl_sv_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(opl_sv, sizeof (struct opl_softc),
opl_sv_match, opl_sv_attach, NULL, NULL)
opl_sv_match, opl_sv_attach, NULL, NULL);
int
opl_sv_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: opl_yds.c,v 1.4 2002/09/30 20:37:55 thorpej Exp $ */
/* $NetBSD: opl_yds.c,v 1.5 2002/10/02 16:51:48 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: opl_yds.c,v 1.4 2002/09/30 20:37:55 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: opl_yds.c,v 1.5 2002/10/02 16:51:48 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -69,7 +69,7 @@ int opl_yds_match __P((struct device *, struct cfdata *, void *));
void opl_yds_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(opl_yds, sizeof (struct opl_softc),
opl_yds_match, opl_yds_attach, NULL, NULL)
opl_yds_match, opl_yds_attach, NULL, NULL);
int
opl_yds_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: pccbb.c,v 1.81 2002/10/01 14:30:54 onoe Exp $ */
/* $NetBSD: pccbb.c,v 1.82 2002/10/02 16:51:48 thorpej Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.81 2002/10/01 14:30:54 onoe Exp $");
__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.82 2002/10/02 16:51:48 thorpej Exp $");
/*
#define CBB_DEBUG
@ -227,7 +227,7 @@ static void cb_show_regs __P((pci_chipset_tag_t pc, pcitag_t tag,
#endif
CFATTACH_DECL(cbb_pci, sizeof(struct pccbb_softc),
pcicbbmatch, pccbbattach, NULL, NULL)
pcicbbmatch, pccbbattach, NULL, NULL);
static struct pcmcia_chip_functions pccbb_pcmcia_funcs = {
pccbb_pcmcia_mem_alloc,

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci.c,v 1.72 2002/09/30 20:37:57 thorpej Exp $ */
/* $NetBSD: pci.c,v 1.73 2002/10/02 16:51:50 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pci.c,v 1.72 2002/09/30 20:37:57 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pci.c,v 1.73 2002/10/02 16:51:50 thorpej Exp $");
#include "opt_pci.h"
@ -58,7 +58,7 @@ int pcimatch __P((struct device *, struct cfdata *, void *));
void pciattach __P((struct device *, struct device *, void *));
CFATTACH_DECL(pci, sizeof(struct pci_softc),
pcimatch, pciattach, NULL, NULL)
pcimatch, pciattach, NULL, NULL);
int pciprint __P((void *, const char *));
int pcisubmatch __P((struct device *, struct cfdata *, void *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide.c,v 1.172 2002/09/30 20:37:58 thorpej Exp $ */
/* $NetBSD: pciide.c,v 1.173 2002/10/02 16:51:51 thorpej Exp $ */
/*
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.172 2002/09/30 20:37:58 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.173 2002/10/02 16:51:51 thorpej Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@ -630,7 +630,7 @@ int pciide_match __P((struct device *, struct cfdata *, void *));
void pciide_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(pciide, sizeof(struct pciide_softc),
pciide_match, pciide_attach, NULL, NULL)
pciide_match, pciide_attach, NULL, NULL);
int pciide_chipen __P((struct pciide_softc *, struct pci_attach_args *));
int pciide_mapregs_compat __P(( struct pci_attach_args *,

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcscp.c,v 1.19 2002/09/30 20:38:01 thorpej Exp $ */
/* $NetBSD: pcscp.c,v 1.20 2002/10/02 16:51:53 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.19 2002/09/30 20:38:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.20 2002/10/02 16:51:53 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -111,7 +111,7 @@ int pcscp_match __P((struct device *, struct cfdata *, void *));
void pcscp_attach __P((struct device *, struct device *, void *));
CFATTACH_DECL(pcscp, sizeof(struct pcscp_softc),
pcscp_match, pcscp_attach, NULL, NULL)
pcscp_match, pcscp_attach, NULL, NULL);
/*
* Functions and the switch for the MI code.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ppb.c,v 1.23 2002/09/30 20:38:01 thorpej Exp $ */
/* $NetBSD: ppb.c,v 1.24 2002/10/02 16:51:54 thorpej Exp $ */
/*
* Copyright (c) 1996, 1998 Christopher G. Demetriou. All rights reserved.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ppb.c,v 1.23 2002/09/30 20:38:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ppb.c,v 1.24 2002/10/02 16:51:54 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -52,7 +52,7 @@ int ppbmatch __P((struct device *, struct cfdata *, void *));
void ppbattach __P((struct device *, struct device *, void *));
CFATTACH_DECL(ppb, sizeof(struct ppb_softc),
ppbmatch, ppbattach, NULL, NULL)
ppbmatch, ppbattach, NULL, NULL);
int ppbprint __P((void *, const char *pnp));

View File

@ -1,4 +1,4 @@
/* $NetBSD: puc.c,v 1.15 2002/09/30 20:38:02 thorpej Exp $ */
/* $NetBSD: puc.c,v 1.16 2002/10/02 16:51:54 thorpej Exp $ */
/*
* Copyright (c) 1996, 1998, 1999
@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: puc.c,v 1.15 2002/09/30 20:38:02 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: puc.c,v 1.16 2002/10/02 16:51:54 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -100,7 +100,7 @@ int puc_print __P((void *, const char *));
int puc_submatch __P((struct device *, struct cfdata *, void *));
CFATTACH_DECL(puc, sizeof(struct puc_softc),
puc_match, puc_attach, NULL, NULL)
puc_match, puc_attach, NULL, NULL);
const struct puc_device_description *
puc_find_description __P((pcireg_t, pcireg_t, pcireg_t, pcireg_t));

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop_pci.c,v 1.13 2002/09/30 20:38:02 thorpej Exp $ */
/* $NetBSD: siop_pci.c,v 1.14 2002/10/02 16:51:54 thorpej Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@ -32,7 +32,7 @@
/* SYM53c8xx PCI-SCSI I/O Processors driver: PCI front-end */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop_pci.c,v 1.13 2002/09/30 20:38:02 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop_pci.c,v 1.14 2002/10/02 16:51:54 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -58,7 +58,7 @@ struct siop_pci_softc {
};
CFATTACH_DECL(siop_pci, sizeof(struct siop_pci_softc),
siop_pci_match, siop_pci_attach, NULL, NULL)
siop_pci_match, siop_pci_attach, NULL, NULL);
int
siop_pci_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: sv.c,v 1.17 2002/09/30 20:38:03 thorpej Exp $ */
/* $NetBSD: sv.c,v 1.18 2002/10/02 16:51:55 thorpej Exp $ */
/* $OpenBSD: sv.c,v 1.2 1998/07/13 01:50:15 csapuntz Exp $ */
/*
@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sv.c,v 1.17 2002/09/30 20:38:03 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: sv.c,v 1.18 2002/10/02 16:51:55 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -122,7 +122,7 @@ struct sv_dma {
#define KERNADDR(p) ((void *)((p)->addr))
CFATTACH_DECL(sv, sizeof(struct sv_softc),
sv_match, sv_attach, NULL, NULL)
sv_match, sv_attach, NULL, NULL);
struct audio_device sv_device = {
"S3 SonicVibes",

View File

@ -1,4 +1,4 @@
/* $NetBSD: tga.c,v 1.48 2002/09/30 20:38:03 thorpej Exp $ */
/* $NetBSD: tga.c,v 1.49 2002/10/02 16:51:55 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tga.c,v 1.48 2002/09/30 20:38:03 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: tga.c,v 1.49 2002/10/02 16:51:55 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -71,7 +71,7 @@ void tgaattach __P((struct device *, struct device *, void *));
int tgaprint __P((void *, const char *));
CFATTACH_DECL(tga, sizeof(struct tga_softc),
tgamatch, tgaattach, NULL, NULL)
tgamatch, tgaattach, NULL, NULL);
int tga_identify __P((struct tga_devconfig *));
const struct tga_conf *tga_getconf __P((int));

View File

@ -1,4 +1,4 @@
/* $NetBSD: trm.c,v 1.12 2002/09/30 20:38:04 thorpej Exp $ */
/* $NetBSD: trm.c,v 1.13 2002/10/02 16:51:56 thorpej Exp $ */
/*
* Device Driver for Tekram DC395U/UW/F, DC315/U
* PCI SCSI Bus Master Host Adapter
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: trm.c,v 1.12 2002/09/30 20:38:04 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: trm.c,v 1.13 2002/10/02 16:51:56 thorpej Exp $");
/* #define TRM_DEBUG */
#ifdef TRM_DEBUG
@ -349,7 +349,7 @@ static void trm_eeprom_write_cmd(struct trm_softc *, u_int8_t, u_int8_t);
static u_int8_t trm_eeprom_get_data(struct trm_softc *, u_int8_t);
CFATTACH_DECL(trm, sizeof(struct trm_softc),
trm_probe, trm_attach, NULL, NULL)
trm_probe, trm_attach, NULL, NULL);
/* real period: */
static const u_int8_t trm_clock_period[] = {

View File

@ -1,4 +1,4 @@
/* $NetBSD: twe.c,v 1.30 2002/09/30 20:38:06 thorpej Exp $ */
/* $NetBSD: twe.c,v 1.31 2002/10/02 16:51:58 thorpej Exp $ */
/*-
* Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: twe.c,v 1.30 2002/09/30 20:38:06 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: twe.c,v 1.31 2002/10/02 16:51:58 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -114,7 +114,7 @@ static inline u_int32_t twe_inl(struct twe_softc *, int);
static inline void twe_outl(struct twe_softc *, int, u_int32_t);
CFATTACH_DECL(twe, sizeof(struct twe_softc),
twe_match, twe_attach, NULL, NULL)
twe_match, twe_attach, NULL, NULL);
struct {
const u_int aen; /* High byte indicates type of message */

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhci_pci.c,v 1.23 2002/09/30 20:38:06 thorpej Exp $ */
/* $NetBSD: uhci_pci.c,v 1.24 2002/10/02 16:51:58 thorpej Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uhci_pci.c,v 1.23 2002/09/30 20:38:06 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: uhci_pci.c,v 1.24 2002/10/02 16:51:58 thorpej Exp $");
#include "ehci.h"
@ -77,7 +77,7 @@ struct uhci_pci_softc {
};
CFATTACH_DECL(uhci_pci, sizeof(struct uhci_pci_softc),
uhci_pci_match, uhci_pci_attach, uhci_pci_detach, uhci_activate)
uhci_pci_match, uhci_pci_attach, uhci_pci_detach, uhci_activate);
int
uhci_pci_match(struct device *parent, struct cfdata *match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: vga_pci.c,v 1.19 2002/09/30 20:38:07 thorpej Exp $ */
/* $NetBSD: vga_pci.c,v 1.20 2002/10/02 16:51:59 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.19 2002/09/30 20:38:07 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.20 2002/10/02 16:51:59 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -76,7 +76,7 @@ void vga_pci_attach(struct device *, struct device *, void *);
static int vga_pci_lookup_quirks(struct pci_attach_args *);
CFATTACH_DECL(vga_pci, sizeof(struct vga_pci_softc),
vga_pci_match, vga_pci_attach, NULL, NULL)
vga_pci_match, vga_pci_attach, NULL, NULL);
int vga_pci_ioctl(void *, u_long, caddr_t, int, struct proc *);
paddr_t vga_pci_mmap(void *, off_t, int);

View File

@ -1,4 +1,4 @@
/* $NetBSD: viaenv.c,v 1.8 2002/09/30 20:38:07 thorpej Exp $ */
/* $NetBSD: viaenv.c,v 1.9 2002/10/02 16:51:59 thorpej Exp $ */
/*
* Copyright (c) 2000 Johan Danielsson
@ -35,7 +35,7 @@
/* driver for the hardware monitoring part of the VIA VT82C686A */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: viaenv.c,v 1.8 2002/09/30 20:38:07 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: viaenv.c,v 1.9 2002/10/02 16:51:59 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -97,7 +97,7 @@ static void
viaenv_attach(struct device * parent, struct device * self, void *aux);
CFATTACH_DECL(viaenv, sizeof(struct viaenv_softc),
viaenv_match, viaenv_attach, NULL, NULL)
viaenv_match, viaenv_attach, NULL, NULL);
static int
viaenv_match(struct device * parent, struct cfdata * match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: viapm.c,v 1.7 2002/09/30 20:38:08 thorpej Exp $ */
/* $NetBSD: viapm.c,v 1.8 2002/10/02 16:52:00 thorpej Exp $ */
/*
* Copyright (c) 2000 Johan Danielsson
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: viapm.c,v 1.7 2002/09/30 20:38:08 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: viapm.c,v 1.8 2002/10/02 16:52:00 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -144,4 +144,4 @@ viapm_attach(struct device * parent, struct device * self, void *aux)
}
CFATTACH_DECL(viapm, sizeof(struct viapm_softc),
viapm_match, viapm_attach, NULL, NULL)
viapm_match, viapm_attach, NULL, NULL);

View File

@ -1,4 +1,4 @@
/* $NetBSD: weasel_pci.c,v 1.3 2002/09/30 20:38:08 thorpej Exp $ */
/* $NetBSD: weasel_pci.c,v 1.4 2002/10/02 16:52:00 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: weasel_pci.c,v 1.3 2002/09/30 20:38:08 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: weasel_pci.c,v 1.4 2002/10/02 16:52:00 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -81,7 +81,7 @@ void weasel_pci_attach(struct device *, struct device *, void *);
extern int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
CFATTACH_DECL(weasel_pci, sizeof(struct weasel_softc),
weasel_pci_match, weasel_pci_attach, NULL, NULL)
weasel_pci_match, weasel_pci_attach, NULL, NULL);
int weasel_pci_wdog_setmode(struct sysmon_wdog *);
int weasel_pci_wdog_tickle(struct sysmon_wdog *);

View File

@ -1,4 +1,4 @@
/* $NetBSD: yds.c,v 1.14 2002/09/30 20:38:09 thorpej Exp $ */
/* $NetBSD: yds.c,v 1.15 2002/10/02 16:52:01 thorpej Exp $ */
/*
* Copyright (c) 2000, 2001 Kazuki Sakamoto and Minoura Makoto.
@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.14 2002/09/30 20:38:09 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.15 2002/10/02 16:52:01 thorpej Exp $");
#include "mpu.h"
@ -145,7 +145,7 @@ void YWRITE4(struct yds_softc *sc,bus_size_t r,u_int32_t x)
bus_space_write_region_4((sc)->memt, (sc)->memh, (r), (x), (c) / 4)
CFATTACH_DECL(yds, sizeof(struct yds_softc),
yds_match, yds_attach, NULL, NULL)
yds_match, yds_attach, NULL, NULL);
int yds_open __P((void *, int));
void yds_close __P((void *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: pckbd.c,v 1.32 2002/09/30 22:15:33 thorpej Exp $ */
/* $NetBSD: pckbd.c,v 1.33 2002/10/02 16:52:03 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pckbd.c,v 1.32 2002/09/30 22:15:33 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pckbd.c,v 1.33 2002/10/02 16:52:03 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -137,7 +137,7 @@ int pckbdprobe __P((struct device *, struct cfdata *, void *));
void pckbdattach __P((struct device *, struct device *, void *));
CFATTACH_DECL(pckbd, sizeof(struct pckbd_softc),
pckbdprobe, pckbdattach, NULL, NULL)
pckbdprobe, pckbdattach, NULL, NULL);
int pckbd_enable __P((void *, int));
void pckbd_set_leds __P((void *, int));

View File

@ -1,4 +1,4 @@
/* $NetBSD: pms.c,v 1.11 2002/09/30 22:15:33 thorpej Exp $ */
/* $NetBSD: pms.c,v 1.12 2002/10/02 16:52:04 thorpej Exp $ */
/*-
* Copyright (c) 1994 Charles M. Hannum.
@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pms.c,v 1.11 2002/09/30 22:15:33 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pms.c,v 1.12 2002/10/02 16:52:04 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -92,7 +92,7 @@ void pmsattach __P((struct device *, struct device *, void *));
void pmsinput __P((void *, int));
CFATTACH_DECL(pms, sizeof(struct pms_softc),
pmsprobe, pmsattach, NULL, NULL)
pmsprobe, pmsattach, NULL, NULL);
static int pms_protocol __P((pckbc_tag_t, pckbc_slot_t));
static void do_enable __P((struct pms_softc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic_pcmcia.c,v 1.21 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: aic_pcmcia.c,v 1.22 2002/10/02 16:52:04 thorpej Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aic_pcmcia.c,v 1.21 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: aic_pcmcia.c,v 1.22 2002/10/02 16:52:04 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -68,7 +68,7 @@ struct aic_pcmcia_softc {
};
CFATTACH_DECL(aic_pcmcia, sizeof(struct aic_pcmcia_softc),
aic_pcmcia_match, aic_pcmcia_attach, aic_pcmcia_detach, aic_activate)
aic_pcmcia_match, aic_pcmcia_attach, aic_pcmcia_detach, aic_activate);
int aic_pcmcia_enable __P((struct device *, int));

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_pcmcia.c,v 1.31 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: com_pcmcia.c,v 1.32 2002/10/02 16:52:05 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_pcmcia.c,v 1.31 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_pcmcia.c,v 1.32 2002/10/02 16:52:05 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -135,7 +135,7 @@ struct com_pcmcia_softc {
};
CFATTACH_DECL(com_pcmcia, sizeof(struct com_pcmcia_softc),
com_pcmcia_match, com_pcmcia_attach, com_pcmcia_detach, com_activate)
com_pcmcia_match, com_pcmcia_attach, com_pcmcia_detach, com_activate);
/* Look for pcmcia cards with particular CIS strings */
static struct com_dev *

View File

@ -1,4 +1,4 @@
/* $NetBSD: esl_pcmcia.c,v 1.7 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: esl_pcmcia.c,v 1.8 2002/10/02 16:52:06 thorpej Exp $ */
/*
* Copyright (c) 2000 Jared D. McNeill <jmcneill@invisible.yi.org>
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: esl_pcmcia.c,v 1.7 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: esl_pcmcia.c,v 1.8 2002/10/02 16:52:06 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -76,7 +76,7 @@ int esl_pcmcia_enable(struct esl_pcmcia_softc *);
void esl_pcmcia_disable(struct esl_pcmcia_softc *);
CFATTACH_DECL(esl_pcmcia, sizeof(struct esl_pcmcia_softc),
esl_pcmcia_match, esl_pcmcia_attach, esl_pcmcia_detach, NULL)
esl_pcmcia_match, esl_pcmcia_attach, esl_pcmcia_detach, NULL);
#define ESL_NDEVS (sizeof(esl_pcmcia_products) / sizeof(esl_pcmcia_products[0]))

View File

@ -1,4 +1,4 @@
/* $NetBSD: esp_pcmcia.c,v 1.13 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: esp_pcmcia.c,v 1.14 2002/10/02 16:52:07 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: esp_pcmcia.c,v 1.13 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: esp_pcmcia.c,v 1.14 2002/10/02 16:52:07 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -89,7 +89,7 @@ int esp_pcmcia_detach __P((struct device *, int));
int esp_pcmcia_enable __P((void *, int));
CFATTACH_DECL(esp_pcmcia, sizeof(struct esp_pcmcia_softc),
esp_pcmcia_match, esp_pcmcia_attach, esp_pcmcia_detach, NULL)
esp_pcmcia_match, esp_pcmcia_attach, esp_pcmcia_detach, NULL);
/*
* Functions and the switch for the MI code.

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdc_pcmcia.c,v 1.9 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: fdc_pcmcia.c,v 1.10 2002/10/02 16:52:07 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fdc_pcmcia.c,v 1.9 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: fdc_pcmcia.c,v 1.10 2002/10/02 16:52:07 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -70,7 +70,7 @@ void fdc_pcmcia_attach __P((struct device *, struct device *, void *));
static void fdc_conf __P((struct fdc_softc *));
CFATTACH_DECL(fdc_pcmcia, sizeof(struct fdc_pcmcia_softc),
fdc_pcmcia_probe, fdc_pcmcia_attach, NULL, NULL)
fdc_pcmcia_probe, fdc_pcmcia_attach, NULL, NULL);
static void
fdc_conf(fdc)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_an_pcmcia.c,v 1.13 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: if_an_pcmcia.c,v 1.14 2002/10/02 16:52:08 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_an_pcmcia.c,v 1.13 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_an_pcmcia.c,v 1.14 2002/10/02 16:52:08 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -85,7 +85,7 @@ struct an_pcmcia_softc {
};
CFATTACH_DECL(an_pcmcia, sizeof(struct an_pcmcia_softc),
an_pcmcia_match, an_pcmcia_attach, an_pcmcia_detach, an_activate)
an_pcmcia_match, an_pcmcia_attach, an_pcmcia_detach, an_activate);
static struct an_pcmcia_product {
u_int32_t app_vendor; /* vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_awi_pcmcia.c,v 1.25 2002/09/30 22:26:59 thorpej Exp $ */
/* $NetBSD: if_awi_pcmcia.c,v 1.26 2002/10/02 16:52:09 thorpej Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_awi_pcmcia.c,v 1.25 2002/09/30 22:26:59 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_awi_pcmcia.c,v 1.26 2002/10/02 16:52:09 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -98,7 +98,7 @@ static int awi_pcmcia_find __P((struct awi_pcmcia_softc *,
struct pcmcia_attach_args *, struct pcmcia_config_entry *));
CFATTACH_DECL(awi_pcmcia, sizeof(struct awi_pcmcia_softc),
awi_pcmcia_match, awi_pcmcia_attach, awi_pcmcia_detach, awi_activate)
awi_pcmcia_match, awi_pcmcia_attach, awi_pcmcia_detach, awi_activate);
static const struct awi_pcmcia_product {
u_int32_t app_vendor; /* vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cnw.c,v 1.23 2002/09/30 22:27:00 thorpej Exp $ */
/* $NetBSD: if_cnw.c,v 1.24 2002/10/02 16:52:09 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -113,7 +113,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_cnw.c,v 1.23 2002/09/30 22:27:00 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_cnw.c,v 1.24 2002/10/02 16:52:09 thorpej Exp $");
#include "opt_inet.h"
#include "bpfilter.h"
@ -223,7 +223,7 @@ struct cnw_softc {
};
CFATTACH_DECL(cnw, sizeof(struct cnw_softc),
cnw_match, cnw_attach, cnw_detach, cnw_activate)
cnw_match, cnw_attach, cnw_detach, cnw_activate);
void cnw_reset __P((struct cnw_softc *));
void cnw_init __P((struct cnw_softc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cs_pcmcia.c,v 1.4 2002/09/30 22:27:00 thorpej Exp $ */
/* $NetBSD: if_cs_pcmcia.c,v 1.5 2002/10/02 16:52:10 thorpej Exp $ */
/*-
* Copyright (c)2001 YAMAMOTO Takashi,
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_cs_pcmcia.c,v 1.4 2002/09/30 22:27:00 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_cs_pcmcia.c,v 1.5 2002/10/02 16:52:10 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -77,7 +77,7 @@ struct cs_pcmcia_softc {
#define CS_PCMCIA_FLAGS_IO_MAPPED 2
CFATTACH_DECL(cs_pcmcia, sizeof(struct cs_pcmcia_softc),
cs_pcmcia_match, cs_pcmcia_attach, cs_pcmcia_detach, cs_activate)
cs_pcmcia_match, cs_pcmcia_attach, cs_pcmcia_detach, cs_activate);
static int
cs_pcmcia_match(struct device *parent, struct cfdata *match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ep_pcmcia.c,v 1.40 2002/09/30 22:27:00 thorpej Exp $ */
/* $NetBSD: if_ep_pcmcia.c,v 1.41 2002/10/02 16:52:11 thorpej Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ep_pcmcia.c,v 1.40 2002/09/30 22:27:00 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ep_pcmcia.c,v 1.41 2002/10/02 16:52:11 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -118,7 +118,7 @@ struct ep_pcmcia_softc {
};
CFATTACH_DECL(ep_pcmcia, sizeof(struct ep_pcmcia_softc),
ep_pcmcia_match, ep_pcmcia_attach, ep_pcmcia_detach, ep_activate)
ep_pcmcia_match, ep_pcmcia_attach, ep_pcmcia_detach, ep_activate);
const struct ep_pcmcia_product {
struct pcmcia_product epp_product;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mbe_pcmcia.c,v 1.28 2002/09/30 22:27:00 thorpej Exp $ */
/* $NetBSD: if_mbe_pcmcia.c,v 1.29 2002/10/02 16:52:11 thorpej Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_mbe_pcmcia.c,v 1.28 2002/09/30 22:27:00 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_mbe_pcmcia.c,v 1.29 2002/10/02 16:52:11 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -76,7 +76,7 @@ struct mbe_pcmcia_softc {
};
CFATTACH_DECL(mbe_pcmcia, sizeof(struct mbe_pcmcia_softc),
mbe_pcmcia_match, mbe_pcmcia_attach, mbe_pcmcia_detach, mb86960_activate)
mbe_pcmcia_match, mbe_pcmcia_attach, mbe_pcmcia_detach, mb86960_activate);
int mbe_pcmcia_enable __P((struct mb86960_softc *));
void mbe_pcmcia_disable __P((struct mb86960_softc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ne_pcmcia.c,v 1.98 2002/09/30 22:27:00 thorpej Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.99 2002/10/02 16:52:12 thorpej Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.98 2002/09/30 22:27:00 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.99 2002/10/02 16:52:12 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -91,7 +91,7 @@ u_int8_t *
int ne_pcmcia_ax88190_set_iobase __P((struct ne_pcmcia_softc *));
CFATTACH_DECL(ne_pcmcia, sizeof(struct ne_pcmcia_softc),
ne_pcmcia_match, ne_pcmcia_attach, ne_pcmcia_detach, dp8390_activate)
ne_pcmcia_match, ne_pcmcia_attach, ne_pcmcia_detach, dp8390_activate);
static const struct ne2000dev {
char *name;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ray.c,v 1.35 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: if_ray.c,v 1.36 2002/10/02 16:52:14 thorpej Exp $ */
/*
* Copyright (c) 2000 Christian E. Hopps
* All rights reserved.
@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ray.c,v 1.35 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ray.c,v 1.36 2002/10/02 16:52:14 thorpej Exp $");
#include "opt_inet.h"
#include "bpfilter.h"
@ -465,7 +465,7 @@ static int ray_nsubcmdtab = sizeof(ray_subcmdtab) / sizeof(*ray_subcmdtab);
/* autoconf information */
CFATTACH_DECL(ray, sizeof(struct ray_softc),
ray_match, ray_attach, ray_detach, ray_activate)
ray_match, ray_attach, ray_detach, ray_activate);
/*
* Config Routines

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sm_pcmcia.c,v 1.29 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: if_sm_pcmcia.c,v 1.30 2002/10/02 16:52:15 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_sm_pcmcia.c,v 1.29 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_sm_pcmcia.c,v 1.30 2002/10/02 16:52:15 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -83,7 +83,7 @@ struct sm_pcmcia_softc {
};
CFATTACH_DECL(sm_pcmcia, sizeof(struct sm_pcmcia_softc),
sm_pcmcia_match, sm_pcmcia_attach, sm_pcmcia_detach, smc91cxx_activate)
sm_pcmcia_match, sm_pcmcia_attach, sm_pcmcia_detach, smc91cxx_activate);
int sm_pcmcia_enable __P((struct smc91cxx_softc *));
void sm_pcmcia_disable __P((struct smc91cxx_softc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_tr_pcmcia.c,v 1.10 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: if_tr_pcmcia.c,v 1.11 2002/10/02 16:52:16 thorpej Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_tr_pcmcia.c,v 1.10 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_tr_pcmcia.c,v 1.11 2002/10/02 16:52:16 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -103,7 +103,7 @@ static void tr_pcmcia_disable(struct tr_softc *);
static void tr_pcmcia_setup(struct tr_softc *);
CFATTACH_DECL(tr_pcmcia, sizeof(struct tr_pcmcia_softc),
tr_pcmcia_match, tr_pcmcia_attach, tr_pcmcia_detach, tr_activate)
tr_pcmcia_match, tr_pcmcia_attach, tr_pcmcia_detach, tr_activate);
static int
tr_pcmcia_match(parent, match, aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wi_pcmcia.c,v 1.28 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: if_wi_pcmcia.c,v 1.29 2002/10/02 16:52:16 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.28 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.29 2002/10/02 16:52:16 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -102,7 +102,7 @@ static int wi_pcmcia_find __P((struct wi_pcmcia_softc *,
struct pcmcia_attach_args *, struct pcmcia_config_entry *));
CFATTACH_DECL(wi_pcmcia, sizeof(struct wi_pcmcia_softc),
wi_pcmcia_match, wi_pcmcia_attach, wi_pcmcia_detach, wi_activate)
wi_pcmcia_match, wi_pcmcia_attach, wi_pcmcia_detach, wi_activate);
static const struct wi_pcmcia_product {
u_int32_t pp_vendor; /* vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_xi.c,v 1.25 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: if_xi.c,v 1.26 2002/10/02 16:52:17 thorpej Exp $ */
/* OpenBSD: if_xe.c,v 1.9 1999/09/16 11:28:42 niklas Exp */
/*
@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_xi.c,v 1.25 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_xi.c,v 1.26 2002/10/02 16:52:17 thorpej Exp $");
#include "opt_inet.h"
#include "bpfilter.h"
@ -183,7 +183,7 @@ struct xi_pcmcia_softc {
};
CFATTACH_DECL(xi_pcmcia, sizeof(struct xi_pcmcia_softc),
xi_pcmcia_match, xi_pcmcia_attach, xi_pcmcia_detach, xi_pcmcia_activate)
xi_pcmcia_match, xi_pcmcia_attach, xi_pcmcia_detach, xi_pcmcia_activate);
static int xi_pcmcia_cis_quirks __P((struct pcmcia_function *));
static void xi_cycle_power __P((struct xi_softc *));

View File

@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isic_pcmcia.c,v 1.18 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: isic_pcmcia.c,v 1.19 2002/10/02 16:52:18 thorpej Exp $");
#include <sys/param.h>
#include <sys/errno.h>
@ -92,7 +92,7 @@ static int isic_pcmcia_activate(struct device *self, enum devact act);
CFATTACH_DECL(isic_pcmcia, sizeof(struct pcmcia_isic_softc),
isic_pcmcia_match, isic_pcmcia_attach,
isic_pcmcia_detach, isic_pcmcia_activate)
isic_pcmcia_detach, isic_pcmcia_activate);
struct isic_pcmcia_card_entry {
int32_t vendor; /* vendor ID */

View File

@ -1,4 +1,4 @@
/* $NetBSD: mhzc.c,v 1.12 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: mhzc.c,v 1.13 2002/10/02 16:52:19 thorpej Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mhzc.c,v 1.12 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: mhzc.c,v 1.13 2002/10/02 16:52:19 thorpej Exp $");
#include "opt_inet.h"
#include "opt_ns.h"
@ -142,7 +142,7 @@ int mhzc_detach __P((struct device *, int));
int mhzc_activate __P((struct device *, enum devact));
CFATTACH_DECL(mhzc, sizeof(struct mhzc_softc),
mhzc_match, mhzc_attach, mhzc_detach, mhzc_activate)
mhzc_match, mhzc_attach, mhzc_detach, mhzc_activate);
int mhzc_em3336_enaddr __P((struct mhzc_softc *, u_int8_t *));
int mhzc_em3336_enable __P((struct mhzc_softc *));
@ -664,7 +664,7 @@ int com_mhzc_detach __P((struct device *, int));
/* No mhzc-specific goo in the softc; it's all in the parent. */
CFATTACH_DECL(com_mhzc, sizeof(struct com_softc),
com_mhzc_match, com_mhzc_attach, com_detach, com_activate)
com_mhzc_match, com_mhzc_attach, com_detach, com_activate);
int com_mhzc_enable __P((struct com_softc *));
void com_mhzc_disable __P((struct com_softc *));
@ -750,7 +750,7 @@ void sm_mhzc_attach __P((struct device *, struct device *, void *));
/* No mhzc-specific goo in the softc; it's all in the parent. */
CFATTACH_DECL(sm_mhzc, sizeof(struct smc91cxx_softc),
sm_mhzc_match, sm_mhzc_attach, smc91cxx_detach, smc91cxx_activate)
sm_mhzc_match, sm_mhzc_attach, smc91cxx_detach, smc91cxx_activate);
int sm_mhzc_enable __P((struct smc91cxx_softc *));
void sm_mhzc_disable __P((struct smc91cxx_softc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: nca_pcmcia.c,v 1.8 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: nca_pcmcia.c,v 1.9 2002/10/02 16:52:19 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nca_pcmcia.c,v 1.8 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: nca_pcmcia.c,v 1.9 2002/10/02 16:52:19 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -78,7 +78,7 @@ int nca_pcmcia_detach __P((struct device *, int));
int nca_pcmcia_enable __P((struct device *, int));
CFATTACH_DECL(nca_pcmcia, sizeof(struct nca_pcmcia_softc),
nca_pcmcia_match, nca_pcmcia_attach, nca_pcmcia_detach, NULL)
nca_pcmcia_match, nca_pcmcia_attach, nca_pcmcia_detach, NULL);
#define MIN_DMA_LEN 128

View File

@ -1,4 +1,4 @@
/* $NetBSD: opl_esl.c,v 1.6 2002/09/30 22:27:01 thorpej Exp $ */
/* $NetBSD: opl_esl.c,v 1.7 2002/10/02 16:52:20 thorpej Exp $ */
/*
* Copyright (c) 2001 Jared D. McNeill <jmcneill@invisible.yi.org>
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: opl_esl.c,v 1.6 2002/09/30 22:27:01 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: opl_esl.c,v 1.7 2002/10/02 16:52:20 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -64,7 +64,7 @@ void opl_esl_attach(struct device *, struct device *, void *);
int opl_esl_detach(struct device *, int);
CFATTACH_DECL(opl_esl, sizeof(struct opl_softc),
opl_esl_match, opl_esl_attach, opl_esl_detach, NULL)
opl_esl_match, opl_esl_attach, opl_esl_detach, NULL);
int
opl_esl_match(struct device *parent, struct cfdata *match, void *aux)

Some files were not shown because too many files have changed in this diff Show More