| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -1/+1 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Style(9) xe(4). The MD5 sums are different, but comparing the dissassemblies | jhb | 2008-06-04 | 3 | -1566/+1621 |
* | Gah, always reset the timer for the watchdog check. | jhb | 2008-06-04 | 1 | -1/+1 |
* | - Split the interrupt handler up into separate subroutines for rx, tx, and | jhb | 2008-06-04 | 2 | -61/+79 |
* | - Change the watchdog timer logic to match other drivers that use their own | jhb | 2008-06-03 | 2 | -10/+17 |
* | Add locking and make xe(4) MPSAFE: | jhb | 2008-06-02 | 3 | -73/+104 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | o Fix printf(9) formatting: do not use hardcode "0x" and "#" flags | maxim | 2006-04-15 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+2 |
* | Catch up with IFP2ENADDR() type change (array -> pointer). | ru | 2005-11-11 | 1 | -1/+1 |
* | Fix a nasty typo. Change: | pjd | 2005-10-06 | 1 | -1/+1 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | MFp4: | imp | 2005-09-13 | 1 | -37/+13 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 2 | -16/+16 |
* | Other changes to this driver preclude its use on 4.x, so remove 4.x compat | imp | 2005-08-07 | 1 | -4/+0 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Use the new cis scanning code to look for the proper MAC address. The | imp | 2005-07-15 | 1 | -74/+44 |
* | Fix a couple of leaking situations when errors happen. | imp | 2005-07-15 | 1 | -0/+2 |
* | Fix the xircom match routine. In it we were always return a match | imp | 2005-07-15 | 1 | -0/+3 |
* | Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe | imp | 2005-07-13 | 2 | -100/+61 |
* | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | imp | 2005-07-10 | 1 | -1/+2 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -20/+20 |
* | Remove a duplicate assignment. | brooks | 2005-06-14 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 3 | -15/+19 |
* | u_intXX_t -> uintXX_t | imp | 2005-01-20 | 1 | -9/+9 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Since if_xe doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+2 |
* | MFp4: | imp | 2004-06-27 | 1 | -1/+13 |
* | Replace convoluted and broken CRC calcuation with ether_crc32_le(). | naddy | 2004-06-09 | 1 | -41/+6 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | imp | 2004-05-27 | 1 | -5/+4 |
* | Move to generating pccarddevs.h on the fly, both for the kernel and | imp | 2004-05-26 | 1 | -1/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Remove improper use of if_addrhead in device drivers to check | luigi | 2004-04-15 | 1 | -2/+0 |
* | Stop xe claiming ownership of every card passed to xe_pccard_match. | rsm | 2004-04-11 | 1 | -1/+1 |
* | Band-aid fix to extract MAC address from some CEM2/CEM28 cards with broken | rsm | 2004-04-09 | 1 | -0/+93 |
* | Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD. | rsm | 2004-04-09 | 2 | -147/+99 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -1/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -4/+4 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -27/+28 |
* | Disable the (currently unused) xe_reg_dump() function, until I know for | rsm | 2003-11-06 | 1 | -1/+9 |
* | Make xe_reg_dump non-static to avoid warnings (and tinerbox mail) | imp | 2003-11-05 | 1 | -2/+2 |
* | Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level | rsm | 2003-11-04 | 2 | -206/+128 |
* | Constify a few more strings that were hidden behind XE_DEBUG define. | rsm | 2003-11-02 | 1 | -14/+8 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | There is no way to enter the attach routine twice with the same softc | brooks | 2003-10-30 | 1 | -16/+14 |