summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe/if_xe_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesjhb2008-06-041-25/+24
* Add locking and make xe(4) MPSAFE:jhb2008-06-021-3/+7
* 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-091-1/+1
* Use the new cis scanning code to look for the proper MAC address. Theimp2005-07-151-74/+44
* 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-131-91/+57
* 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
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-7/+8
* u_intXX_t -> uintXX_timp2005-01-201-9/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* MFp4:imp2004-06-271-1/+13
* 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
* 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-091-145/+97
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelrsm2003-11-041-31/+37
* Constify a few more strings that were hidden behind XE_DEBUG define.rsm2003-11-021-14/+8
* Const poison string accessor functions.imp2003-10-261-1/+1
* Major update to xe driver:rsm2003-10-141-32/+80
* Use __FBSDID().obrien2003-08-241-4/+5
* Add a comment saying it might be Paralonimp2003-08-211-1/+1
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Add INTEL EEPRO100imp2003-01-251-0/+1
* Add Accton EN2216.shiba2003-01-181-0/+1
* network interface driver changes:sam2002-11-141-1/+1
* Three minor changes:imp2002-07-221-14/+15
* The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.imp2002-07-211-2/+0
* Fix build breakage on my pccard related commit.takawata2002-05-311-1/+1
* Update xe driver to probe and attach in a NEWCARD kernel.shiba2002-02-201-0/+358
OpenPOWER on IntegriCloud