aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xe
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-3/+3
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-17/+17
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesJohn Baldwin2008-06-043-1566/+1621
* Gah, always reset the timer for the watchdog check.John Baldwin2008-06-041-1/+1
* - Split the interrupt handler up into separate subroutines for rx, tx, andJohn Baldwin2008-06-042-61/+79
* - Change the watchdog timer logic to match other drivers that use their ownJohn Baldwin2008-06-032-10/+17
* Add locking and make xe(4) MPSAFE:John Baldwin2008-06-023-73/+104
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsMaxim Konovalov2006-04-151-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-1/+1
* Fix a nasty typo. Change:Pawel Jakub Dawidek2005-10-061-1/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* MFp4:Warner Losh2005-09-131-37/+13
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-092-16/+16
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatWarner Losh2005-08-071-4/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Use the new cis scanning code to look for the proper MAC address. TheWarner Losh2005-07-151-74/+44
* Fix a couple of leaking situations when errors happen.Warner Losh2005-07-151-0/+2
* Fix the xircom match routine. In it we were always return a matchWarner Losh2005-07-151-0/+3
* Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeWarner Losh2005-07-132-100/+61
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-1/+2
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-20/+20
* Remove a duplicate assignment.Brooks Davis2005-06-141-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-15/+19
* u_intXX_t -> uintXX_tWarner Losh2005-01-201-9/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Since if_xe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
* MFp4:Warner Losh2004-06-271-1/+13
* Replace convoluted and broken CRC calcuation with ether_crc32_le().Christian Weisgerber2004-06-091-41/+6
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-5/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-2/+0
* Stop xe claiming ownership of every card passed to xe_pccard_match.Scott Mitchell2004-04-111-1/+1
* Band-aid fix to extract MAC address from some CEM2/CEM28 cards with brokenScott Mitchell2004-04-091-0/+93
* Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.Scott Mitchell2004-04-092-147/+99
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2