aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Add Winbond W89C940F to the list. Also, stub in some entries for twoWarner Losh2007-12-311-5/+11
* Add missing 'sc->chip_type ==' to an ugly switch statement expressionWarner Losh2007-12-311-1/+1
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyWarner Losh2007-07-111-0/+1
* Tell a statistic checker that not checking the return value of the probingAlexander Leidinger2007-04-011-1/+1
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-6/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-234-4/+4
* MFp4:Warner Losh2006-06-123-3/+26
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Add (back) the D-Link DE-650. Not sure why it was deleted.Warner Losh2006-05-081-0/+1
* Initialize the port_bst and port_bsh variables.Yoshihiro Takahashi2006-02-211-0/+2
* Have a function pointer to the routine to call for writing an mbufWarner Losh2006-01-279-100/+109
* Create mediachg functions for the 3c503 and hpp cards. This is usedWarner Losh2006-01-274-33/+28
* Style(9) issue: return (foo);Warner Losh2006-01-271-7/+7
* Transition from ALTPHYS to LINK2. We already document in the ed(4)Warner Losh2006-01-272-10/+14
* minor nit in comment about what kind of flags these areWarner Losh2006-01-271-1/+1
* Add support for the Compaq LTE docking station. It includes a plugWarner Losh2006-01-151-5/+6
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Add Billionton LNA-100B variation that Alan reported in arch. [1]Warner Losh2005-10-291-1/+3
* Add missing softcWarner Losh2005-10-221-0/+1
* Turns out that we're asking for the MAC address at a bad time in theWarner Losh2005-10-221-4/+3
* In the ISA case, we call ed_probe_WD80x3 before we callWarner Losh2005-10-221-3/+3
* Check against 8019 rather than 8029 for reading in the MAC addr sinceWarner Losh2005-10-171-1/+1
* If we can't probe the RTL80x9 for some reason, fall back to probing itWarner Losh2005-10-131-3/+10
* o Fix probing of rtl80x9 parts. We shouldn't be callingWarner Losh2005-10-131-5/+6
* Buffalo LPC4/CLX IDWarner Losh2005-10-111-0/+1
* New OEM generic card. "10/100 Fast Ethernet PC Card". It has aWarner Losh2005-10-111-0/+1
* Remove debug that crept in..Warner Losh2005-10-051-4/+0
* MFp4:Warner Losh2005-10-0510-67/+591
* Emit a warning when a card matches multiple entries in our table. AWarner Losh2005-09-261-2/+35
* Go ahead and detach our children in our detach routine. I'm undecidedWarner Losh2005-09-261-0/+1
* I have confirmed with my Epson EEN10B that it needs to look at theWarner Losh2005-09-241-2/+1
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'tWarner Losh2005-09-241-1/+0
* Remove obsolete includeWarner Losh2005-09-231-2/+0
* Remove duplicate if_free().Warner Losh2005-09-191-1/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* MFp4:Warner Losh2005-09-183-125/+149
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+2
* When stopping the card, and returning to page 0, it is best if you doWarner Losh2005-09-151-1/+1
* Make device_detach methods really work.Ruslan Ermilov2005-09-142-2/+2
* MFp4: Omnibus ed changesWarner Losh2005-09-134-198/+285
* MFp4: Minor formatting nits in pccard table.Warner Losh2005-09-131-9/+9
* Use smaller names. The "NE2000 PCI Ethernet" is largerly redundantWarner Losh2005-09-131-9/+9
* MFp4:Warner Losh2005-09-101-3/+4
* The ed driver lock is already held in the mii frobbing routines. RemoveWarner Losh2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toWarner Losh2005-09-081-0/+4
* Consistancy is the hobgoblin of small minds:Warner Losh2005-09-072-39/+39
* Minor reorg of pccard attach code to fix ax88x90 case broken after fixingWarner Losh2005-09-071-160/+158
* o Expose ed_probe_Novel_generic, it is useful for pccard case.Warner Losh2005-09-072-5/+3
* Fix DL100xx based cards. Don't drop resources. It was approrpiate inWarner Losh2005-09-071-2/+1
* move away from K&R function definitionsWarner Losh2005-09-061-10/+3