]> Zhao Yanbai Git Server - minix.git/commitdiff
unnecessary debugging message
authorBen Gras <ben@minix3.org>
Thu, 2 Apr 2009 16:43:35 +0000 (16:43 +0000)
committerBen Gras <ben@minix3.org>
Thu, 2 Apr 2009 16:43:35 +0000 (16:43 +0000)
drivers/lance/lance.c

index d5af0b7f723d490965409c74f9328c01693d0fa5..09fba5044134d9f2728bd7b4d2bc3be931fe0c28 100644 (file)
@@ -500,7 +500,6 @@ pci_init();
   if(!lance_buf && !(lance_buf = alloc_contig(LANCE_BUF_SIZE, AC_ALIGN4K|AC_LOWER16M, &lance_buf_phys))) {
        panic( "lance", "alloc_contig failed", LANCE_BUF_SIZE);
   }
-  printf("lance buf: v 0x%lx ph 0x%lx\n", lance_buf, lance_buf_phys);
 
   port = mp->DL_PORT;
   if (port < 0 || port >= EC_PORT_NR_MAX)