dwhite 2007-06-08 22:00:56 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Don't cast the command argument to ether_ioctl() to an int since its not an
int anymore. This was causing all sorts of bad behavior when booting a system
with an nve interface present.
Revision Changes Path
1.27 +1 -1 src/sys/dev/nve/if_nve.c