summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe/if_fe_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typo.rwatson2009-11-251-1/+1
* It appears that the TDK LAK CD011 works with fe driver. I don't haveimp2009-03-251-0/+1
* Generalize the workaround for the Hitachi HT-4840-11. The Contecimp2009-03-151-6/+7
* Fix the whitespace in this file to be consistent with itself and withimp2009-03-121-42/+40
* Add support for Hitachi HT-4840-11. This card is supposedly just likeimp2009-03-111-0/+14
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handlejhb2008-06-231-1/+0
* Make fe(4) MPSAFE:jhb2008-06-021-0/+4
* Return 0 if we are a network card and do match. Previously, we'd boguslyimp2005-11-191-0/+1
* Preliminary support for Xircom Credit Card Adapter. Not to beimp2005-10-251-13/+55
* PC Card instead of other variantsimp2005-09-221-2/+2
* Remove OLDCARD support by removing compat shimsimp2005-09-201-27/+14
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-12/+12
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-5/+6
* Perliminary support for Fujitsu SCSI LAN combo card. At least for theimp2005-02-201-1/+1
* Back out part of 1.23. This was a work in progress to support theimp2005-02-201-13/+5
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. Itimp2005-02-201-6/+14
* we don't need the offset in the attr memory to get the ethernetimp2005-01-211-14/+12
* Remove prototype of undefined function so this compiles again.phk2005-01-211-2/+0
* Rework pccard attachment a little. Now both of my fe based ethernetimp2005-01-211-26/+22
* Only attach to network functions. This should be a nop since I'm notimp2005-01-201-0/+10
* Minor nitimp2005-01-201-1/+0
* Add a few cards from NetBSD. They don't work yet, since the code toimp2005-01-111-8/+10
* don't pollute global namespace with valid_Ether_p, instead, prependimp2005-01-101-2/+2
* NE200 -> NE200Timp2005-01-101-1/+1
* Add support for:imp2005-01-101-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* network interface driver changes:sam2002-11-141-1/+1
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-28/+7
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-14/+14
* Update the fe driver to probe and attach under a NEWCARD kernel.shiba2001-09-021-8/+64
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-0/+1
* Removed unneeded include files.nyan2000-09-221-10/+0
* - Newbus'ify and bus_space'ify.nyan2000-09-141-0/+277
OpenPOWER on IntegriCloud