summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesjhb2008-06-043-1566/+1621
* Gah, always reset the timer for the watchdog check.jhb2008-06-041-1/+1
* - Split the interrupt handler up into separate subroutines for rx, tx, andjhb2008-06-042-61/+79
* - Change the watchdog timer logic to match other drivers that use their ownjhb2008-06-032-10/+17
* Add locking and make xe(4) MPSAFE:jhb2008-06-023-73/+104
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsmaxim2006-04-151-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-1/+1
* Fix a nasty typo. Change:pjd2005-10-061-1/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* MFp4:imp2005-09-131-37/+13
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-16/+16
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatimp2005-08-071-4/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Use the new cis scanning code to look for the proper MAC address. Theimp2005-07-151-74/+44
* Fix a couple of leaking situations when errors happen.imp2005-07-151-0/+2
* Fix the xircom match routine. In it we were always return a matchimp2005-07-151-0/+3
* Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeimp2005-07-132-100/+61
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-101-1/+2
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-20/+20
* Remove a duplicate assignment.brooks2005-06-141-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-15/+19
* u_intXX_t -> uintXX_timp2005-01-201-9/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Since if_xe doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* MFp4:imp2004-06-271-1/+13
* Replace convoluted and broken CRC calcuation with ether_crc32_le().naddy2004-06-091-41/+6
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-5/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-2/+0
* Stop xe claiming ownership of every card passed to xe_pccard_match.rsm2004-04-111-1/+1
* Band-aid fix to extract MAC address from some CEM2/CEM28 cards with brokenrsm2004-04-091-0/+93
* Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.rsm2004-04-092-147/+99
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-1/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-4/+4
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-27/+28
* Disable the (currently unused) xe_reg_dump() function, until I know forrsm2003-11-061-1/+9
* Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)imp2003-11-051-2/+2
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelrsm2003-11-042-206/+128
* Constify a few more strings that were hidden behind XE_DEBUG define.rsm2003-11-021-14/+8
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-16/+14
OpenPOWER on IntegriCloud