Fix autoconf related botch: do printf("\n") in attach funcs rather than
in cfprint.
This commit is contained in:
parent
f1e3122487
commit
56b40cd78a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: j720ssp.c,v 1.1 2001/06/23 09:20:05 toshii Exp $ */
|
||||
/* $NetBSD: j720ssp.c,v 1.2 2001/06/29 17:22:50 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -184,6 +184,8 @@ j720sspattach(struct device *parent, struct device *self, void *aux)
|
|||
struct sa11x0_attach_args *sa = aux;
|
||||
struct wskbddev_attach_args a;
|
||||
|
||||
printf("\n");
|
||||
|
||||
sc->sc_iot = psc->sc_iot;
|
||||
sc->sc_gpioh = psc->sc_gpioh;
|
||||
if (bus_space_map(sc->sc_iot, sa->sa_addr, sa->sa_size, 0,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sed_saip.c,v 1.4 2001/06/23 09:13:06 toshii Exp $ */
|
||||
/* $NetBSD: sed_saip.c,v 1.5 2001/06/29 17:22:50 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999-2001
|
||||
|
@ -120,6 +120,8 @@ sed1356attach(struct device *parent, struct device *self, void *aux)
|
|||
struct sed1356_softc *sc = (struct sed1356_softc *)self;
|
||||
struct hpcfb_attach_args ha;
|
||||
|
||||
printf("\n");
|
||||
|
||||
if (attach_flag) {
|
||||
panic("%s(%d): sed1356 attached twice", __FILE__, __LINE__);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa1111.c,v 1.8 2001/06/29 16:58:17 toshii Exp $ */
|
||||
/* $NetBSD: sa1111.c,v 1.9 2001/06/29 17:22:51 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -121,6 +121,8 @@ sacc_attach(parent, self, aux)
|
|||
struct sa11x0_attach_args *sa = aux;
|
||||
struct platid_data *p;
|
||||
|
||||
printf("\n");
|
||||
|
||||
sc->sc_iot = sa->sa_iot;
|
||||
sc->sc_piot = psc->sc_iot;
|
||||
sc->sc_gpioh = psc->sc_gpioh;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa11x0.c,v 1.12 2001/06/29 16:58:55 toshii Exp $ */
|
||||
/* $NetBSD: sa11x0.c,v 1.13 2001/06/29 17:22:51 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001, The NetBSD Foundation, Inc. All rights reserved.
|
||||
|
@ -115,9 +115,8 @@ sa11x0_print(aux, name)
|
|||
printf("-0x%lx", sa->sa_membase + sa->sa_memsize - 1);
|
||||
if (sa->sa_intr > 1)
|
||||
printf(" intr %d", sa->sa_intr);
|
||||
printf("\n");
|
||||
return (UNCONF);
|
||||
|
||||
return (UNCONF);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa11x0_com.c,v 1.10 2001/05/30 15:24:30 lukem Exp $ */
|
||||
/* $NetBSD: sa11x0_com.c,v 1.11 2001/06/29 17:22:51 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999, 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -216,6 +216,8 @@ sacom_attach(parent, self, aux)
|
|||
struct sacom_softc *sc = (struct sacom_softc*)self;
|
||||
struct sa11x0_attach_args *sa = aux;
|
||||
|
||||
printf("\n");
|
||||
|
||||
sc->sc_iot = sa->sa_iot;
|
||||
sc->sc_baseaddr = sa->sa_addr;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa11x0_lcd.c,v 1.3 2001/05/01 12:36:55 toshii Exp $ */
|
||||
/* $NetBSD: sa11x0_lcd.c,v 1.4 2001/06/29 17:22:51 toshii Exp $ */
|
||||
#define SALCD_DEBUG
|
||||
/*
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -100,6 +100,8 @@ salcd_attach(parent, self, aux)
|
|||
struct sa11x0_attach_args *sa = aux;
|
||||
struct hpcfb_attach_args ha;
|
||||
|
||||
printf("\n");
|
||||
|
||||
sc->sc_iot = sa->sa_iot;
|
||||
sc->sc_baseaddr = sa->sa_addr;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa11x0_ost.c,v 1.7 2001/05/01 12:36:55 toshii Exp $ */
|
||||
/* $NetBSD: sa11x0_ost.c,v 1.8 2001/06/29 17:22:51 toshii Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Mark Brinicombe.
|
||||
|
@ -102,6 +102,8 @@ saost_attach(parent, self, aux)
|
|||
struct saost_softc *sc = (struct saost_softc*)self;
|
||||
struct sa11x0_attach_args *sa = aux;
|
||||
|
||||
printf("\n");
|
||||
|
||||
sc->sc_iot = sa->sa_iot;
|
||||
sc->sc_baseaddr = sa->sa_addr;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa11x1_pcic.c,v 1.4 2001/03/27 18:06:39 toshii Exp $ */
|
||||
/* $NetBSD: sa11x1_pcic.c,v 1.5 2001/06/29 17:22:52 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -111,6 +111,8 @@ sacpcic_attach(parent, self, aux)
|
|||
struct sacpcic_softc *sc = (struct sacpcic_softc *)self;
|
||||
struct sacc_softc *psc = (struct sacc_softc *)parent;
|
||||
|
||||
printf("\n");
|
||||
|
||||
sc->sc_pc.sc_iot = psc->sc_iot;
|
||||
sc->sc_ioh = psc->sc_ioh;
|
||||
|
||||
|
|
Loading…
Reference in New Issue