PERFORCE change 134632 for review
    Kip Macy 
    kmacy at FreeBSD.org
       
    Fri Feb  1 21:36:31 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=134632
Change 134632 by kmacy at kmacy:storage:toehead on 2008/02/02 05:35:41
	remove call to backtrace
Affected files ...
.. //depot/projects/toehead/sys/dev/cxgb/ulp/tom/cxgb_tom.c#5 edit
Differences ...
==== //depot/projects/toehead/sys/dev/cxgb/ulp/tom/cxgb_tom.c#5 (text+ko) ====
@@ -264,16 +264,12 @@
 	return;
 }
 
-extern void kdb_backetrace(void);
-
 /*
  * Process a received packet with an unknown/unexpected CPL opcode.
  */
 static int
 do_bad_cpl(struct t3cdev *cdev, struct mbuf *m, void *ctx)
 {
-	kdb_backtrace();
-	
 	log(LOG_ERR, "%s: received bad CPL command %u\n", cdev->name,
 	    0xFF & *mtod(m, unsigned int *));
 
    
    
More information about the p4-projects
mailing list