- Correct max segment size passed to various bus_dma_tag_create()
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 12 Jul 2008 05:48:32 +0000 (05:48 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 12 Jul 2008 05:48:32 +0000 (05:48 +0000)
commit56fa71a91177517dfaffae3e7c4ee8d692654eda
tree9d5e49560ea6cd2320d822885af3487c4318609b
parent9c67b4d2b6dba8bd1db3343a9fa5ced441a9c7f2
- Correct max segment size passed to various bus_dma_tag_create()
- Pass softc's sysctl context to SYSCTL_ADD_INT
- Allow jumbo frame allocation to fail during attach.  If jumbo frame
  allocation failed, then MTU was not allowed to set above ETHERMTU
- Don't reinitialize device, if MTU is changed but the device is not
  running yet
sys/dev/netif/nfe/if_nfe.c