Remove unused bfe_softc fields
[dragonfly.git] / sys / dev / netif / bfe / if_bfe.c
2009-02-17 Sepherosa ZiehauRemove unused bfe_softc fields
2009-02-17 Sepherosa Ziehau- Split RX/TX mbuf dma tag.
2009-02-17 Sepherosa ZiehauFix parameters passed to bus_dma_tag_create()
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-05 Sepherosa Ziehau- Add serializer assertion in all NIC driver's interfaces
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-06-26 Sepherosa ZiehauMake bfe(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-03-23 Sepherosa ZiehauAdd Broadcom 4402 in bfe(4)
2007-07-14 Sepherosa Ziehaubusdma(9) fixes for bfe(4):
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-06-24 Sepherosa ZiehauIn bfe_ifmedia_upd(), setup LED after mii_mediachg...
2005-12-31 Sepherosa Ziehau{ether,ieee80211}_ifdetach() can't be called with seria...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-10-27 Sepherosa Ziehaubug fixing:
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-08-10 Joerg SonnenbergerBreak long commits. Don't ask for transfers when there...
2005-08-10 Joerg SonnenbergerSet baudrate to 100Mbps and advertise VLAN.
2005-08-10 Joerg SonnenbergerSet both, CRC32 generation and LED modes. Clear powerdo...
2005-08-10 Joerg SonnenbergerRevive multicast support, it got lost in the initial...
2005-08-10 Joerg Sonnenberger- Propagate error code from various bus_dma functions...
2005-07-01 Joerg SonnenbergerAdd support for Broadcom BCM4401-B0.
2005-06-13 Joerg SonnenbergerConvert to critical sections. Add a missing ether_ifdet...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-24 Joerg SonnenbergerUse bus_alloc_resource_any when possible.
2005-05-23 Joerg Sonnenbergerduplicate is
2005-05-23 Joerg Sonnenbergerdevice_printf / if_printf cleanup.
2005-05-23 Joerg SonnenbergerCleanup bfe_probe.
2005-02-15 Joerg SonnenbergerALTQ support.
2004-10-14 Matthew DillonRemove the 'ether' module dependancy, it is not defined...
2004-09-14 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.