Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 08:00:37 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8263 for review
Message-ID:  <200203231600.g2NG0bp72377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8263

Change 8263 by tmm@tmm_sparc64 on 2002/03/23 07:59:53

	Integ. minor stuff from sparc64-tmm: remove debugging printf, bump
	hme rx descriptors again.

Affected files ...

... //depot/projects/sparc64/sys/dev/hme/if_hmevar.h#10 integrate
... //depot/projects/sparc64/sys/sparc64/sparc64/bus_machdep.c#15 integrate

Differences ...

==== //depot/projects/sparc64/sys/dev/hme/if_hmevar.h#10 (text+ko) ====

@@ -48,9 +48,8 @@
  * TX descriptors have less static cost (a dma map is allocated which could
  * cause bounce buffers to be reserved; other that that, the only required
  * memory is sizeof(struct hme_txdesc)).
- * Both must be a multiple of 16, and <= 128.
  */
-#define HME_NRXDESC	64
+#define HME_NRXDESC	128
 #define HME_NTXDESC	64
 
 /* Maximum size of a mapped RX buffer. */

==== //depot/projects/sparc64/sys/sparc64/sparc64/bus_machdep.c#15 (text+ko) ====

@@ -243,7 +243,6 @@
 		while (dmat != NULL) {
 			parent = dmat->parent;
 			dmat->ref_count--;
-			printf("tag_destroy\n");
 			if (dmat->ref_count == 0) {
 				free(dmat, M_DEVBUF);
 				/*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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