Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2004 02:57:51 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 45133 for review
Message-ID:  <200401111057.i0BAvp35043646@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45133

Change 45133 by jmallett@jmallett_oingo on 2004/01/11 02:56:52

	Er, remove printfs.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/mips/sgimips/imc/imc.c#1 $
+ * $P4: //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 $
  */
 
 #include <sys/cdefs.h>
@@ -67,7 +67,6 @@
 static int
 imc_probe(device_t dev)
 {
-	printf("imc_probe!\n");
 	switch (mach_type) {
 	case MACH_SGI_IP22:
 		/* Attach GIO. */
@@ -90,8 +89,6 @@
 	uint32_t sysid;
 	uint32_t reg;
 
-	printf("imc attach\n");
-
 	sysid = IMC_READ_4(port, IMC_SYSID);
 	device_printf(dev, "revision %d, EISA %s\n", sysid & IMC_SYSID_REVMASK, sysid & IMC_SYSID_HAVEISA ? "present" : "not present");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401111057.i0BAvp35043646>