Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add trailing ; to CFATTACH_DECL.
details: https://anonhg.NetBSD.org/src/rev/6319ac20f324
branches: trunk
changeset: 537572:6319ac20f324
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Oct 02 15:52:22 2002 +0000
description:
Add trailing ; to CFATTACH_DECL.
diffstat:
sys/arch/i386/isa/pccons.c | 6 +++---
sys/arch/mips/alchemy/dev/auaudio.c | 4 ++--
sys/arch/mips/alchemy/dev/aucom_aubus.c | 4 ++--
sys/arch/mips/alchemy/dev/aurtc.c | 4 ++--
sys/arch/mips/alchemy/dev/if_aumac.c | 6 +++---
sys/arch/mips/alchemy/dev/ohci.c | 4 ++--
sys/arch/mips/sibyte/dev/sbgbus.c | 4 ++--
sys/arch/mips/sibyte/dev/sbjcn.c | 4 ++--
sys/arch/mips/sibyte/dev/sbmac.c | 4 ++--
sys/arch/mips/sibyte/dev/sbobio.c | 4 ++--
sys/arch/mips/sibyte/dev/sbscd.c | 4 ++--
sys/arch/mips/sibyte/dev/sbscn.c | 4 ++--
sys/arch/mips/sibyte/dev/sbsmbus.c | 4 ++--
sys/arch/mips/sibyte/dev/sbtimer.c | 4 ++--
sys/arch/mips/sibyte/dev/sbwdog.c | 4 ++--
sys/arch/powerpc/ibm4xx/dev/com_opb.c | 4 ++--
sys/arch/powerpc/ibm4xx/dev/ecc_plb.c | 4 ++--
sys/arch/powerpc/ibm4xx/dev/if_emac.c | 4 ++--
sys/arch/powerpc/ibm4xx/dev/opb.c | 4 ++--
sys/arch/powerpc/ibm4xx/dev/plb.c | 4 ++--
sys/arch/powerpc/ibm4xx/dev/wdog.c | 4 ++--
sys/arch/prep/dev/obio.c | 4 ++--
sys/arch/prep/dev/wdc_obio.c | 4 ++--
sys/arch/prep/isa/isabeep.c | 4 ++--
sys/arch/prep/isa/mcclock_isa.c | 4 ++--
sys/arch/prep/isa/mkclock_isa.c | 6 +++---
sys/arch/prep/isa/paud_isa.c | 4 ++--
sys/arch/prep/pci/gten.c | 4 ++--
sys/arch/prep/pci/pchb.c | 4 ++--
sys/arch/prep/pci/pcib.c | 4 ++--
sys/arch/prep/prep/cpu.c | 4 ++--
sys/arch/prep/prep/mainbus.c | 4 ++--
sys/arch/sandpoint/pci/pchb.c | 4 ++--
sys/arch/sandpoint/pci/pcib.c | 4 ++--
sys/arch/sandpoint/sandpoint/mainbus.c | 6 +++---
sys/arch/sbmips/sbmips/cpu.c | 4 ++--
sys/arch/sbmips/sbmips/rtc.c | 4 ++--
sys/arch/sbmips/sbmips/zbbus.c | 4 ++--
sys/arch/sgimips/dev/com_mace.c | 4 ++--
sys/arch/sgimips/dev/crime.c | 4 ++--
sys/arch/sgimips/dev/if_mec.c | 4 ++--
sys/arch/sgimips/dev/imc.c | 4 ++--
sys/arch/sgimips/dev/lpt_mace.c | 4 ++--
sys/arch/sgimips/dev/mace.c | 4 ++--
sys/arch/sgimips/dev/mcclock_mace.c | 4 ++--
sys/arch/sgimips/dev/pckbc_mace.c | 4 ++--
sys/arch/sgimips/dev/zs.c | 4 ++--
sys/arch/sgimips/gio/gio.c | 4 ++--
sys/arch/sgimips/gio/hpc.c | 4 ++--
sys/arch/sgimips/sgimips/cpu.c | 4 ++--
sys/arch/sgimips/sgimips/mainbus.c | 4 ++--
sys/arch/sh3/dev/sci.c | 4 ++--
sys/arch/sh3/dev/scif.c | 4 ++--
sys/arch/sh3/dev/shb.c | 4 ++--
sys/arch/sh3/dev/wdog.c | 4 ++--
sys/arch/sh3/sh3/cpu.c | 4 ++--
sys/arch/sh5/dev/cprc.c | 12 ++++++------
sys/arch/sh5/dev/cpu_sh.c | 4 ++--
sys/arch/sh5/dev/dtfcons.c | 4 ++--
sys/arch/sh5/dev/femi.c | 4 ++--
sys/arch/sh5/dev/intc.c | 4 ++--
sys/arch/sh5/dev/pbridge.c | 4 ++--
sys/arch/sh5/dev/rtc.c | 4 ++--
sys/arch/sh5/dev/scif.c | 4 ++--
sys/arch/sh5/dev/superhyway.c | 4 ++--
sys/arch/sh5/dev/tmu.c | 4 ++--
sys/arch/sh5/pci/sh5_pci.c | 4 ++--
sys/arch/shark/ofw/cpu_ofbus.c | 4 ++--
sys/arch/shark/ofw/ofisapc.c | 4 ++--
sys/arch/shark/ofw/ofisascr.c | 4 ++--
sys/arch/shark/ofw/ofrom.c | 4 ++--
sys/arch/shark/ofw/vga_ofbus.c | 4 ++--
sys/arch/shark/shark/opms.c | 4 ++--
sys/arch/shark/shark/pccons.c | 4 ++--
sys/arch/shark/shark/scr.c | 4 ++--
sys/arch/shark/shark/shark_machdep.c | 4 ++--
76 files changed, 160 insertions(+), 160 deletions(-)
diffs (truncated from 1437 to 300 lines):
diff -r df3936d9165f -r 6319ac20f324 sys/arch/i386/isa/pccons.c
--- a/sys/arch/i386/isa/pccons.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/i386/isa/pccons.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pccons.c,v 1.157 2002/10/02 05:47:14 thorpej Exp $ */
+/* $NetBSD: pccons.c,v 1.158 2002/10/02 15:52:22 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -83,7 +83,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.157 2002/10/02 05:47:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.158 2002/10/02 15:52:22 thorpej Exp $");
#include "opt_ddb.h"
#include "opt_xserver.h"
@@ -225,7 +225,7 @@
void pcinput __P((void *, int));
CFATTACH_DECL(pcconskbd, sizeof(struct pcconskbd_softc), pcconskbdprobe,
- pcconskbdattach, NULL, NULL)
+ pcconskbdattach, NULL, NULL);
extern struct cfdriver pcconskbd_cd;
#endif
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/alchemy/dev/auaudio.c
--- a/sys/arch/mips/alchemy/dev/auaudio.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/alchemy/dev/auaudio.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auaudio.c,v 1.4 2002/10/01 02:56:45 thorpej Exp $ */
+/* $NetBSD: auaudio.c,v 1.5 2002/10/02 15:52:24 thorpej Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -46,7 +46,7 @@
static void auaudio_attach(struct device *, struct device *, void *);
CFATTACH_DECL(auaudio, sizeof (struct device),
- auaudio_match, auaudio_attach, NULL, NULL)
+ auaudio_match, auaudio_attach, NULL, NULL);
int
auaudio_match(struct device *parent, struct cfdata *match, void *aux)
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/alchemy/dev/aucom_aubus.c
--- a/sys/arch/mips/alchemy/dev/aucom_aubus.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/alchemy/dev/aucom_aubus.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aucom_aubus.c,v 1.4 2002/10/01 02:56:45 thorpej Exp $ */
+/* $NetBSD: aucom_aubus.c,v 1.5 2002/10/02 15:52:24 thorpej Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -57,7 +57,7 @@
static void aucom_aubus_attach(struct device *, struct device *, void *);
CFATTACH_DECL(aucom_aubus, sizeof(struct aucom_aubus_softc),
- aucom_aubus_probe, aucom_aubus_attach, NULL, NULL)
+ aucom_aubus_probe, aucom_aubus_attach, NULL, NULL);
int
aucom_aubus_probe(struct device *parent, struct cfdata *cf, void *aux)
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/alchemy/dev/aurtc.c
--- a/sys/arch/mips/alchemy/dev/aurtc.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/alchemy/dev/aurtc.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aurtc.c,v 1.4 2002/10/01 02:56:45 thorpej Exp $ */
+/* $NetBSD: aurtc.c,v 1.5 2002/10/02 15:52:24 thorpej Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -53,7 +53,7 @@
static void aurtc_set(struct device *, struct clocktime *);
CFATTACH_DECL(aurtc, sizeof (struct device),
- aurtc_match, aurtc_attach, NULL, NULL)
+ aurtc_match, aurtc_attach, NULL, NULL);
const struct clockfns aurtc_clockfns = {
aurtc_init, aurtc_get, aurtc_set,
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/alchemy/dev/if_aumac.c
--- a/sys/arch/mips/alchemy/dev/if_aumac.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/alchemy/dev/if_aumac.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_aumac.c,v 1.5 2002/10/01 02:56:45 thorpej Exp $ */
+/* $NetBSD: if_aumac.c,v 1.6 2002/10/02 15:52:24 thorpej Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_aumac.c,v 1.5 2002/10/01 02:56:45 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aumac.c,v 1.6 2002/10/02 15:52:24 thorpej Exp $");
#include "bpfilter.h"
@@ -201,7 +201,7 @@
int aumac_copy_small = 0;
CFATTACH_DECL(aumac, sizeof(struct aumac_softc),
- aumac_match, aumac_attach, NULL, NULL)
+ aumac_match, aumac_attach, NULL, NULL);
static const struct {
bus_addr_t mac_base;
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/alchemy/dev/ohci.c
--- a/sys/arch/mips/alchemy/dev/ohci.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/alchemy/dev/ohci.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.4 2002/10/01 02:56:45 thorpej Exp $ */
+/* $NetBSD: ohci.c,v 1.5 2002/10/02 15:52:24 thorpej Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -48,7 +48,7 @@
static void ohci_aubus_attach(struct device *, struct device *, void *);
CFATTACH_DECL(ohci_aubus, sizeof (struct device),
- ohci_aubus_match, ohci_aubus_attach, NULL, NULL)
+ ohci_aubus_match, ohci_aubus_attach, NULL, NULL);
int
ohci_aubus_match(struct device *parent, struct cfdata *match, void *aux)
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbgbus.c
--- a/sys/arch/mips/sibyte/dev/sbgbus.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbgbus.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbgbus.c,v 1.3 2002/10/01 02:54:11 thorpej Exp $ */
+/* $NetBSD: sbgbus.c,v 1.4 2002/10/02 15:52:25 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -49,7 +49,7 @@
static void sbgbus_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sbgbus, sizeof(struct device),
- sbgbus_match, sbgbus_attach, NULL, NULL)
+ sbgbus_match, sbgbus_attach, NULL, NULL);
static int sbgbussearch(struct device *, struct cfdata *, void *);
static int sbgbusprint(void *, const char *);
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbjcn.c
--- a/sys/arch/mips/sibyte/dev/sbjcn.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbjcn.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbjcn.c,v 1.3 2002/10/01 02:54:11 thorpej Exp $ */
+/* $NetBSD: sbjcn.c,v 1.4 2002/10/02 15:52:25 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -231,7 +231,7 @@
static void sbjcn_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sbjcn, sizeof(struct sbjcn_softc),
- sbjcn_match, sbjcn_attach, NULL, NULL)
+ sbjcn_match, sbjcn_attach, NULL, NULL);
#define READ_REG(rp) (mips3_ld((uint64_t *)(rp)))
#define WRITE_REG(rp, val) (mips3_sd((uint64_t *)(rp), (val)))
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbmac.c
--- a/sys/arch/mips/sibyte/dev/sbmac.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbmac.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbmac.c,v 1.5 2002/10/01 02:54:11 thorpej Exp $ */
+/* $NetBSD: sbmac.c,v 1.6 2002/10/02 15:52:25 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -253,7 +253,7 @@
/* Globals */
CFATTACH_DECL(sbmac, sizeof(struct sbmac_softc),
- sbmac_match, sbmac_attach, NULL, NULL)
+ sbmac_match, sbmac_attach, NULL, NULL);
static uint32_t sbmac_mii_bitbang_read(struct device *self);
static void sbmac_mii_bitbang_write(struct device *self, uint32_t val);
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbobio.c
--- a/sys/arch/mips/sibyte/dev/sbobio.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbobio.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbobio.c,v 1.5 2002/10/01 02:54:12 thorpej Exp $ */
+/* $NetBSD: sbobio.c,v 1.6 2002/10/02 15:52:25 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -47,7 +47,7 @@
static void sbobio_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sbobio, sizeof(struct device),
- sbobio_match, sbobio_attach, NULL, NULL)
+ sbobio_match, sbobio_attach, NULL, NULL);
static int sbobio_print(void *, const char *);
static int sbobio_submatch(struct device *, struct cfdata *, void *);
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbscd.c
--- a/sys/arch/mips/sibyte/dev/sbscd.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbscd.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbscd.c,v 1.4 2002/10/01 02:54:12 thorpej Exp $ */
+/* $NetBSD: sbscd.c,v 1.5 2002/10/02 15:52:26 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -46,7 +46,7 @@
static void sbscd_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sbscd, sizeof(struct device),
- sbscd_match, sbscd_attach, NULL, NULL)
+ sbscd_match, sbscd_attach, NULL, NULL);
static int sbscd_print(void *, const char *);
static int sbscd_submatch(struct device *, struct cfdata *, void *);
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbscn.c
--- a/sys/arch/mips/sibyte/dev/sbscn.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbscn.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbscn.c,v 1.3 2002/10/01 02:54:12 thorpej Exp $ */
+/* $NetBSD: sbscn.c,v 1.4 2002/10/02 15:52:26 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -240,7 +240,7 @@
static void sbscn_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sbscn, sizeof(struct sbscn_softc),
- sbscn_match, sbscn_attach, NULL, NULL)
+ sbscn_match, sbscn_attach, NULL, NULL);
#define READ_REG(rp) (mips3_ld((uint64_t *)(rp)))
#define WRITE_REG(rp, val) (mips3_sd((uint64_t *)(rp), (val)))
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbsmbus.c
--- a/sys/arch/mips/sibyte/dev/sbsmbus.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbsmbus.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbsmbus.c,v 1.4 2002/10/01 02:54:12 thorpej Exp $ */
+/* $NetBSD: sbsmbus.c,v 1.5 2002/10/02 15:52:26 thorpej Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -50,7 +50,7 @@
static int smbus_submatch(struct device *, struct cfdata *, void *);
CFATTACH_DECL(smbus, sizeof(struct device),
- smbus_match, smbus_attach, NULL, NULL)
+ smbus_match, smbus_attach, NULL, NULL);
/* autoconfiguration match information for zbbus children */
struct smbus_attach_locs {
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbtimer.c
--- a/sys/arch/mips/sibyte/dev/sbtimer.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbtimer.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbtimer.c,v 1.6 2002/10/01 02:54:12 thorpej Exp $ */
+/* $NetBSD: sbtimer.c,v 1.7 2002/10/02 15:52:26 thorpej Exp $ */
/*
* Copyright 2000, 2001
@@ -60,7 +60,7 @@
static void sbtimer_attach(struct device *, struct device *, void *);
CFATTACH_DECL(sbtimer, sizeof(struct sbtimer_softc),
- sbtimer_match, sbtimer_attach, NULL, NULL)
+ sbtimer_match, sbtimer_attach, NULL, NULL);
static void sbtimer_clockintr(void *arg, uint32_t status, uint32_t pc);
static void sbtimer_statclockintr(void *arg, uint32_t status,
diff -r df3936d9165f -r 6319ac20f324 sys/arch/mips/sibyte/dev/sbwdog.c
--- a/sys/arch/mips/sibyte/dev/sbwdog.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/mips/sibyte/dev/sbwdog.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbwdog.c,v 1.3 2002/10/01 02:54:12 thorpej Exp $ */
+/* $NetBSD: sbwdog.c,v 1.4 2002/10/02 15:52:26 thorpej Exp $ */
/*
* Copyright (c) 2002 Wasabi Systems, Inc.
@@ -68,7 +68,7 @@
static int sbwdog_setmode(struct sysmon_wdog *);
CFATTACH_DECL(sbwdog, sizeof(struct sbwdog_softc),
- sbwdog_match, sbwdog_attach, NULL, NULL)
+ sbwdog_match, sbwdog_attach, NULL, NULL);
#define READ_REG(rp) (mips3_ld((uint64_t *)(rp)))
#define WRITE_REG(rp, val) (mips3_sd((uint64_t *)(rp), (val)))
diff -r df3936d9165f -r 6319ac20f324 sys/arch/powerpc/ibm4xx/dev/com_opb.c
--- a/sys/arch/powerpc/ibm4xx/dev/com_opb.c Wed Oct 02 15:45:32 2002 +0000
+++ b/sys/arch/powerpc/ibm4xx/dev/com_opb.c Wed Oct 02 15:52:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_opb.c,v 1.7 2002/10/01 02:49:56 thorpej Exp $ */
+/* $NetBSD: com_opb.c,v 1.8 2002/10/02 15:52:27 thorpej Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -59,7 +59,7 @@
static void com_opb_attach(struct device *, struct device *, void *);
Home |
Main Index |
Thread Index |
Old Index