Date: Sun, 13 May 2007 20:10:56 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 119792 for review Message-ID: <200705132010.l4DKAu7F056222@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119792 Change 119792 by bms@bms_anglepoise on 2007/05/13 20:10:33 point MD code at MI paths for stuff it needs Affected files ... .. //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_cc.c#7 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips32/sentry5/siba_cc.c#7 (text+ko) ==== @@ -26,6 +26,7 @@ /* * Child driver for ChipCommon core. + * This is not MI code at the moment. * Two 16C550 compatible UARTs live here. On the WGT634U, uart1 is the * system console, and uart0 is not pinned out. * Because their presence is conditional, they should probably @@ -54,9 +55,9 @@ #include <machine/bus.h> -#include <mips/mips32/sentry5/sibavar.h> -#include <mips/mips32/sentry5/sibareg.h> -#include <mips/mips32/sentry5/siba_ids.h> +#include <dev/siba/sibavar.h> +#include <dev/siba/sibareg.h> +#include <dev/siba/siba_ids.h> static int siba_cc_attach(device_t); static int siba_cc_probe(device_t);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705132010.l4DKAu7F056222>