aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* ifp->if_softc is managed entirely by the driver. We never set it toWarner Losh2009-05-131-8/+0
* Add Surecom EP-427X.Warner Losh2009-04-241-1/+2
* A couple of older Melco cards that missed the transition to newcardWarner Losh2009-04-221-1/+2
* Add Billionton LNT10TBWarner Losh2009-04-221-0/+1
* Add a few more models of AMBICOM cards from data from linux driver andWarner Losh2009-04-221-0/+4
* These were a placeholder and don't belong here. Remove them.Warner Losh2009-04-221-143/+1
* Kill stray bootverbose debug tool.Warner Losh2009-04-221-2/+0
* Turns out the code improvements I did for the TC5299J support wereWarner Losh2009-04-221-13/+154
* Sometimes we can call ed_detach() before the mtx has been initialized.Warner Losh2009-04-201-2/+4
* Cleanup resource allocation code a bit. Store the rids on theWarner Losh2009-04-205-47/+48
* Make sure that the data in the ROM with a valid signature isn't allWarner Losh2009-04-181-1/+5
* Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurferWarner Losh2009-04-181-1/+3
* Establish the interrupt handler AFTER we successfully attach. We needWarner Losh2009-04-184-22/+29
* Remove debug write accidentally left in.Warner Losh2009-04-181-1/+0
* Don't specify a hint, since it isn't needed.Warner Losh2009-04-101-2/+2
* Fix commentWarner Losh2009-04-101-4/+3
* Improvements for TC5299J MII support.Warner Losh2009-04-101-25/+15
* The D-Link DE-650 isn't tagged as a network card, so allow it toWarner Losh2009-04-101-1/+2
* Fix some comments.Warner Losh2009-04-101-9/+12
* No need to check for chip type here.Warner Losh2009-04-101-1/+1
* More chip types, and fix a comment.Warner Losh2009-04-071-11/+14
* Fix a comment to match the code.Warner Losh2009-04-071-2/+1
* Remove DL10019 workaround, since the code it calls isn't quite ready.Warner Losh2009-04-071-1/+2
* Move tick to end of file for better code references.Warner Losh2009-04-071-24/+31
* The DL100xx cards have 24k of packet memory, not 16k. Use it for themWarner Losh2009-04-071-5/+20
* Apply generic media stuff to pccard case too, when we aren't using miibusWarner Losh2009-04-071-0/+3
* Minor fixes to comments about media autoselect.Warner Losh2009-04-071-5/+7
* Provide a generic ifmedia set of routines as a fallback. TheWarner Losh2009-04-075-8/+46
* Remove more debug...Warner Losh2009-04-031-2/+0
* Retire two flags that haven't been used since OLDCARD was retiredWarner Losh2009-04-021-2/+0
* Kill debug that crept in.Warner Losh2009-04-021-2/+2
* Minor tweaks in the names to match the chips more closely.Warner Losh2009-04-022-13/+13
* Minor DLINK DL100xx support tweaks:Warner Losh2009-04-022-15/+3
* The AX88190 has 64k of external SRAM, of which 62k can be used forWarner Losh2009-04-021-50/+29
* Force an autonegotiation at attach time for all the attached PHYs forWarner Losh2009-04-021-4/+30
* Add additional data on the MIIBUS WTF that I committed earlier.Warner Losh2009-03-311-0/+4
* It turns out that the initialization is required since it sets up theWarner Losh2009-03-311-0/+24
* o Minor tweaks to the AX88x90 probe routine, mostly related to comments.Warner Losh2009-03-311-48/+17
* Go back to filtering all PHY addresses above 16 since at least twoWarner Losh2009-03-311-8/+9
* Hmmmm... This can't be right... But it looks like the DL100xx chipsWarner Losh2009-03-311-1/+3
* Two fixes:Warner Losh2009-03-301-7/+11
* This is a major reworking of the AX88x90 support.Warner Losh2009-03-304-125/+230
* When reading via memory, read in (amount + 1) / 2 (to properly roundWarner Losh2009-03-281-1/+1
* It turns out that the Toshiba LANCT00A PC Card is really like theWarner Losh2009-03-283-8/+27
* Add bromax axnet based cards to the mix. This was harvested from the linuxWarner Losh2009-03-271-0/+3
* Allow the attach routine to fail gracefully and not panic the system.Warner Losh2009-03-261-1/+2
* Tweak comments.Warner Losh2009-03-251-15/+16
* Add RIOS PCCARD 3.Warner Losh2009-03-251-0/+1
* o writereg needs to return a vlue.Warner Losh2009-03-121-2/+4