Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/dev forgot the _NEW part



details:   https://anonhg.NetBSD.org/src/rev/f466bca4aad0
branches:  trunk
changeset: 765692:f466bca4aad0
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 03 03:02:12 2011 +0000

description:
forgot the _NEW part

diffstat:

 sys/arch/sparc64/dev/schizo.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0458df58447 -r f466bca4aad0 sys/arch/sparc64/dev/schizo.c
--- a/sys/arch/sparc64/dev/schizo.c     Fri Jun 03 03:01:23 2011 +0000
+++ b/sys/arch/sparc64/dev/schizo.c     Fri Jun 03 03:02:12 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: schizo.c,v 1.21 2011/06/03 02:58:07 christos Exp $     */
+/*     $NetBSD: schizo.c,v 1.22 2011/06/03 03:02:12 christos Exp $     */
 /*     $OpenBSD: schizo.c,v 1.55 2008/08/18 20:29:37 brad Exp $        */
 
 /*
@@ -70,7 +70,7 @@
 static void    schizo_attach(device_t, device_t, void *);
 static int     schizo_print(void *aux, const char *p);
 
-CFATTACH_DECL(schizo, sizeof(struct schizo_softc),
+CFATTACH_DECL_NEW(schizo, sizeof(struct schizo_softc),
     schizo_match, schizo_attach, NULL, NULL);
 
 void schizo_init_iommu(struct schizo_softc *, struct schizo_pbm *);



Home | Main Index | Thread Index | Old Index