Date: Wed, 9 Jun 2004 09:21:34 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 54462 for review Message-ID: <200406090921.i599LYkN064773@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54462 Change 54462 by jmallett@jmallett_oingo on 2004/06/09 09:20:36 don't need nexus Affected files ... .. //depot/projects/mips/sys/mips/mips/autoconf.c#4 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/autoconf.c#4 (text+ko) ==== @@ -31,8 +31,6 @@ #include <sys/kernel.h> #include <machine/hwfunc.h> -static device_t nexusdev; - static void configure(void *); SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); @@ -40,7 +38,6 @@ static void configure(void *arg) { - nexusdev = device_add_child(root_bus, "nexus", 0); platform_configure(); root_bus_configure();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406090921.i599LYkN064773>