--- src/sys/dev/netif/nv/Attic/if_nv.c 2005/05/24 20:59:02 1.12 +++ src/sys/dev/netif/nv/Attic/if_nv.c 2005/05/27 15:19:40 1.13 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_nv.c,v 1.12 2005/05/24 20:59:02 dillon Exp $ + * $Id: if_nv.c,v 1.13 2005/05/27 15:19:40 joerg Exp $ * $DragonFly$ */ @@ -71,7 +71,7 @@ * Portions based on existing FreeBSD network drivers. * NVIDIA API usage derived from distributed NVIDIA NVNET driver source files. * - * $Id: if_nv.c,v 1.12 2005/05/24 20:59:02 dillon Exp $ + * $Id: if_nv.c,v 1.13 2005/05/27 15:19:40 joerg Exp $ */ #include @@ -966,7 +966,7 @@ nv_ioctl(struct ifnet *ifp, u_long comma default: /* Everything else we forward to generic ether ioctl */ - error = ether_ioctl(ifp, (int)command, data); + error = ether_ioctl(ifp, command, data); break; }