dg 1665979d2e 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
type to be int so that errors can be returned.
2) Use the new SIOCSIFMTU ether_ioctl support in the few drivers that are
   using ether_ioctl().
3) In if_fxp.c: treat if_bpf as a token, not as a pointer. Don't bother
   testing for FXP_NTXSEG being reached in fxp_start()...just check for
   non-NULL 'm'. Change fxp_ioctl() to use ether_ioctl().
1996-12-10 07:29:50 +00:00
..
1996-12-04 04:36:59 +00:00
1996-11-11 14:18:40 +00:00
1996-12-06 22:51:11 +00:00
1996-12-07 07:44:05 +00:00
1996-06-14 11:02:28 +00:00