MFC r260038:

In sys/dev/en/midway.c, #if 0 an unused static function.
This commit is contained in:
dim 2014-01-04 18:48:29 +00:00
parent 66ceef72b9
commit a0f0f71f55

View File

@ -343,6 +343,7 @@ en_k2sz(int k)
}
#define en_log2(X) en_k2sz(X)
#if 0
/*
* en_b2sz: convert a DMA burst code to its byte size
*/
@ -364,6 +365,7 @@ en_b2sz(int b)
}
return (0);
}
#endif
/*
* en_sz2b: convert a burst size (bytes) to DMA burst code