summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-15/+11
* Use a private callout timer to drive the transmit watchdog instead of usingjhb2009-11-171-4/+2
* Add Surecom EP-427X.imp2009-04-241-1/+2
* A couple of older Melco cards that missed the transition to newcardimp2009-04-221-1/+2
* Add Billionton LNT10TBimp2009-04-221-0/+1
* Add a few more models of AMBICOM cards from data from linux driver andimp2009-04-221-0/+4
* These were a placeholder and don't belong here. Remove them.imp2009-04-221-143/+1
* Kill stray bootverbose debug tool.imp2009-04-221-2/+0
* Turns out the code improvements I did for the TC5299J support wereimp2009-04-221-13/+154
* Cleanup resource allocation code a bit. Store the rids on theimp2009-04-201-16/+28
* Make sure that the data in the ROM with a valid signature isn't allimp2009-04-181-1/+5
* Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurferimp2009-04-181-1/+3
* Establish the interrupt handler AFTER we successfully attach. We needimp2009-04-181-7/+8
* Remove debug write accidentally left in.imp2009-04-181-1/+0
* Don't specify a hint, since it isn't needed.imp2009-04-101-2/+2
* Fix commentimp2009-04-101-4/+3
* Improvements for TC5299J MII support.imp2009-04-101-25/+15
* The D-Link DE-650 isn't tagged as a network card, so allow it toimp2009-04-101-1/+2
* Fix some comments.imp2009-04-101-9/+12
* No need to check for chip type here.imp2009-04-101-1/+1
* Fix a comment to match the code.imp2009-04-071-2/+1
* Remove DL10019 workaround, since the code it calls isn't quite ready.imp2009-04-071-1/+2
* Move tick to end of file for better code references.imp2009-04-071-24/+31
* The DL100xx cards have 24k of packet memory, not 16k. Use it for themimp2009-04-071-5/+20
* Apply generic media stuff to pccard case too, when we aren't using miibusimp2009-04-071-0/+3
* Minor fixes to comments about media autoselect.imp2009-04-071-5/+7
* Remove more debug...imp2009-04-031-2/+0
* Kill debug that crept in.imp2009-04-021-2/+2
* Minor tweaks in the names to match the chips more closely.imp2009-04-021-6/+6
* Minor DLINK DL100xx support tweaks:imp2009-04-021-15/+2
* The AX88190 has 64k of external SRAM, of which 62k can be used forimp2009-04-021-50/+29
* Force an autonegotiation at attach time for all the attached PHYs forimp2009-04-021-4/+30
* Add additional data on the MIIBUS WTF that I committed earlier.imp2009-03-311-0/+4
* It turns out that the initialization is required since it sets up theimp2009-03-311-0/+24
* o Minor tweaks to the AX88x90 probe routine, mostly related to comments.imp2009-03-311-48/+17
* Go back to filtering all PHY addresses above 16 since at least twoimp2009-03-311-8/+9
* Hmmmm... This can't be right... But it looks like the DL100xx chipsimp2009-03-311-1/+3
* This is a major reworking of the AX88x90 support.imp2009-03-301-113/+207
* It turns out that the Toshiba LANCT00A PC Card is really like theimp2009-03-281-4/+17
* Add bromax axnet based cards to the mix. This was harvested from the linuximp2009-03-271-0/+3
* Add RIOS PCCARD 3.imp2009-03-251-0/+1
* o writereg needs to return a vlue.imp2009-03-121-2/+4
* When the miibus for the AX88x90 or TC5299J cards fails to attach, weimp2008-08-061-1/+1
* Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD.imp2008-07-061-0/+2
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyimp2007-07-111-0/+1
* Tell a statistic checker that not checking the return value of the probingnetchild2007-04-011-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add (back) the D-Link DE-650. Not sure why it was deleted.imp2006-05-081-0/+1
* Add Billionton LNA-100B variation that Alan reported in arch. [1]imp2005-10-291-1/+3
* Buffalo LPC4/CLX IDimp2005-10-111-0/+1
OpenPOWER on IntegriCloud