summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Add Billionton LNA-100B variation that Alan reported in arch. [1]imp2005-10-291-1/+3
* Add missing softcimp2005-10-221-0/+1
* Turns out that we're asking for the MAC address at a bad time in theimp2005-10-221-4/+3
* In the ISA case, we call ed_probe_WD80x3 before we callimp2005-10-221-3/+3
* Check against 8019 rather than 8029 for reading in the MAC addr sinceimp2005-10-171-1/+1
* If we can't probe the RTL80x9 for some reason, fall back to probing itimp2005-10-131-3/+10
* o Fix probing of rtl80x9 parts. We shouldn't be callingimp2005-10-131-5/+6
* Buffalo LPC4/CLX IDimp2005-10-111-0/+1
* New OEM generic card. "10/100 Fast Ethernet PC Card". It has aimp2005-10-111-0/+1
* Remove debug that crept in..imp2005-10-051-4/+0
* MFp4:imp2005-10-0510-67/+591
* Emit a warning when a card matches multiple entries in our table. Aimp2005-09-261-2/+35
* Go ahead and detach our children in our detach routine. I'm undecidedimp2005-09-261-0/+1
* I have confirmed with my Epson EEN10B that it needs to look at theimp2005-09-241-2/+1
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'timp2005-09-241-1/+0
* Remove obsolete includeimp2005-09-231-2/+0
* Remove duplicate if_free().imp2005-09-191-1/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* MFp4:imp2005-09-183-125/+149
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-1/+2
* When stopping the card, and returning to page 0, it is best if you doimp2005-09-151-1/+1
* Make device_detach methods really work.ru2005-09-142-2/+2
* MFp4: Omnibus ed changesimp2005-09-134-198/+285
* MFp4: Minor formatting nits in pccard table.imp2005-09-131-9/+9
* Use smaller names. The "NE2000 PCI Ethernet" is largerly redundantimp2005-09-131-9/+9
* MFp4:imp2005-09-101-3/+4
* The ed driver lock is already held in the mii frobbing routines. Removeimp2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toimp2005-09-081-0/+4
* Consistancy is the hobgoblin of small minds:imp2005-09-072-39/+39
* Minor reorg of pccard attach code to fix ax88x90 case broken after fixingimp2005-09-071-160/+158
* o Expose ed_probe_Novel_generic, it is useful for pccard case.imp2005-09-072-5/+3
* Fix DL100xx based cards. Don't drop resources. It was approrpiate inimp2005-09-071-2/+1
* move away from K&R function definitionsimp2005-09-061-10/+3
* Work around a bug I've seen on Linksys EC2T cards. For some reason,imp2005-09-061-2/+25
* Go ahead and | in ED_CR_PAGE_0, even though this doesn't change thingsimp2005-09-061-5/+8
* It turns out that many of the ambicom cards have their CIS resourcesimp2005-09-062-8/+27
* MFp4: kill bogus commentimp2005-09-021-5/+0
* At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* Add back dropped if_media.h includeimp2005-08-301-0/+1
* Finish conversion to bus space and make ed MP safe.imp2005-08-2811-236/+285
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Add support for the DLink DMF650TX Ethernet+56k modem PC Card. Thisimp2005-07-151-6/+28
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-101-0/+15
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-66/+66
* Fix four casts of the softc to a struct ifnet.brooks2005-06-151-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-1010-38/+43
* Use tabs instead of spaces to indent, per style(9)imp2005-06-091-21/+20
* My abstracting out the MAC reading code to fix pccard broke pci. Addimp2005-06-081-0/+1
OpenPOWER on IntegriCloud