summaryrefslogtreecommitdiffstats
path: root/sys/dev/nge/if_nge.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277050:yongari2015-03-261-23/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-011-183/+47
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-3/+3
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Unbreak build.attilio2009-05-301-7/+12
* bus_dma(9) conversion and make nge(4) work on all architectures.yongari2009-05-211-730/+1541
* Consistently use tab characters instead of spaces.yongari2009-05-181-7/+7
* style(9)yongari2009-05-181-76/+76
* s/u_int8_t/uint8_t/gyongari2009-05-181-20/+20
* style(9) - space after keyword.yongari2009-05-181-25/+25
* Remove return statement at the end of functions that return void.yongari2009-05-181-35/+0
* Remove trailling whitespaces.yongari2009-05-181-35/+35
* Remove register keyword.yongari2009-05-181-6/+6
* Use ANSI C declarations for all functions.yongari2009-05-181-96/+37
* Fix function prototype for device_shutdown method.yongari2007-11-221-3/+3
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-8/+5
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-5/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-1/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* Minor tweaks and fixups:jhb2005-10-131-68/+61
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-25/+37
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Add two missing if_free() calls.ru2005-09-151-0/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-13/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-15/+23
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* fix null ptr deref when nge_newbuf is called with an existing mbufsam2005-03-281-8/+6
* deref correct mbuf ptr to collect any vlan tagsam2005-03-261-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-3/+4
* Fix a typo that affects !i386.alc2004-09-151-1/+1
* Add missing NGE_LOCK_DESTROY() to nge_detach().wpaul2004-09-141-0/+2
* Make two major changes to this code to address some stability/corruptionwpaul2004-09-141-251/+172
* Since if_nge doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Remove the setting of the pci config variables on power state changes.imp2004-06-281-24/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-29/+2
OpenPOWER on IntegriCloud