PERFORCE change 135625 for review

Warner Losh imp at FreeBSD.org
Sun Feb 17 21:33:03 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135625

Change 135625 by imp at imp_lighthouse on 2008/02/18 05:33:00

	make bfe compile for SENTRY5.  Note: other problems keep it from
	compiling.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/dev/bfe/if_bfe.c#2 edit
.. //depot/projects/mips2-jnpr/src/sys/dev/bfe/if_bfereg.h#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/dev/bfe/if_bfe.c#2 (text+ko) ====


==== //depot/projects/mips2-jnpr/src/sys/dev/bfe/if_bfereg.h#2 (text+ko) ====

@@ -544,7 +544,7 @@
 int	bfe_detach(device_t);
 int	bfe_suspend(device_t);
 int	bfe_resume(device_t);
-void	bfe_shutdown(device_t);
+static int	bfe_shutdown(device_t);
 
 int	bfe_miibus_readreg(device_t, int, int);
 int	bfe_miibus_writereg(device_t, int, int, int);


More information about the p4-projects mailing list