Get rid of debug printf.

This commit is contained in:
eeh 2001-08-27 22:38:34 +00:00
parent 8afb9f3591
commit 8949c133a4
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_lmc_nbsd.c,v 1.13 2001/08/27 22:17:29 augustss Exp $ */
/* $NetBSD: if_lmc_nbsd.c,v 1.14 2001/08/27 22:38:34 eeh Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@ -482,7 +482,6 @@ lmc_busdma_init(
error = lmc_busdma_allocmem(sc, sizeof(lmc_desc_t) * LMC_RXDESCS,
&sc->lmc_rxdescmap,
&sc->lmc_rxdescs);
printf("rxdesc: pa %x va %p\n",(unsigned int)sc->lmc_rxdescmap->dm_segs[0].ds_addr,sc->lmc_rxdescs);
}
/*