svn commit: r243263 - head/sys/mips/cavium/octe

Juli Mallett jmallett at FreeBSD.org
Mon Nov 19 08:29:54 UTC 2012


Author: jmallett
Date: Mon Nov 19 08:29:53 2012
New Revision: 243263
URL: http://svnweb.freebsd.org/changeset/base/243263

Log:
  Remove redundant printf of SDK version which already appears earlier in boot.

Modified:
  head/sys/mips/cavium/octe/ethernet.c

Modified: head/sys/mips/cavium/octe/ethernet.c
==============================================================================
--- head/sys/mips/cavium/octe/ethernet.c	Mon Nov 19 08:03:40 2012	(r243262)
+++ head/sys/mips/cavium/octe/ethernet.c	Mon Nov 19 08:29:53 2012	(r243263)
@@ -308,8 +308,6 @@ int cvm_oct_init_module(device_t bus)
 	int fau = FAU_NUM_PACKET_BUFFERS_TO_FREE;
 	int qos;
 
-	printf("cavium-ethernet: %s\n", OCTEON_SDK_VERSION_STRING);
-
 	cvm_oct_rx_initialize();
 	cvm_oct_configure_common_hw(bus);
 


More information about the svn-src-all mailing list