summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/if_ate.c
Commit message (Expand)AuthorAgeFilesLines
* unbreak mutlicast hash creation for the second time.ticso2011-02-071-2/+12
* Remove a device_printf() accidentally left in r213894.marius2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-2/+4
* if_ate.c:cognet2010-10-061-252/+462
* fix outdated commentticso2010-09-281-4/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* simplify hash calculationticso2010-02-281-5/+1
* remove debug leftoverticso2010-02-281-1/+0
* Fix multicast hashes.ticso2010-02-281-2/+17
* - Initialize callout before it is used in atestop() during attach.jhb2009-11-191-9/+5
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-2/+2
* - Set MAC address in ateinit, so it can be changed later.stas2009-05-131-8/+7
* - Style(9) and consistency nitpicking.stas2009-05-131-72/+88
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* - Implement detach path.stas2009-05-121-82/+143
* - Fix multicast operation that I broke in previous commit.stas2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing thestas2009-05-101-12/+53
* Replace disclaimer with the one from COPYRIGHT. Joint authors aggreedimp2008-11-251-10/+11
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelimp2008-10-071-8/+8
* Use a locally assigned address rather than stealing Atmel's whichimp2008-08-311-4/+6
* - Fix comment.stas2008-08-311-3/+3
* - Try to look for MAC address in all SA registers, not only in thestas2008-08-301-16/+37
* - Style fix.stas2008-08-301-1/+1
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Add a missing \n.cognet2008-01-071-1/+1
* - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs withstas2007-12-161-2/+0
* In ate_get_mac(), try to get the mac address in the right order, at leastcognet2007-10-241-6/+6
* Fix a spacing nit.imp2007-06-111-1/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix small altq related copy and paste error.mlaier2007-02-101-1/+1
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-031-1/+0
* MFp4: Add VLAN_MTU supportticso2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingticso2007-01-051-1/+1
* MFp4: Remove watchdog timeout that appears to be unused.imp2007-01-011-14/+0
* MFp4:imp2006-11-031-43/+81
* Add sysctl to export current state of rmii vs mii configuraiton.imp2006-10-201-2/+12
* Do not create dma maps with bus_dmamap_create, as we callcognet2006-08-251-5/+0
* If we can't defrag a packet, re-queue it instead of dropping it.cognet2006-07-171-1/+1
* Carefully note the RMII bit in the config register at attach time.imp2006-06-171-5/+9
* Resurrect Skyeye support :cognet2006-05-131-1/+1
* Pull in numerous fixes from myself and cognet. With these fixes theimp2006-04-061-99/+61
* MFp4:imp2006-03-181-112/+151
* Set the MAC address after we just read it at attach time, as it seems needed.cognet2006-02-071-0/+11
* Set m_pkthdr.len and m_pkthdr.rcvif.cognet2006-02-071-1/+4
* - Call mii_phy_probe() after we allocated an ifp. mii has this evilcognet2006-02-061-2/+4
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-041-0/+982
OpenPOWER on IntegriCloud