summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove ifdef PC98.nyan2005-04-131-3/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-5/+4
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190imp2005-02-221-1/+1
* Add a stratigic newlineimp2005-02-221-0/+1
* Minor style nits missed in earlier passesimp2005-02-222-5/+4
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andimp2005-02-222-44/+34
* Minor optimization of calling enable_16bit. We always have to call itimp2005-02-221-7/+2
* Minor style(9)isms.imp2005-02-211-40/+32
* Fix merging botch I made in last version.imp2005-02-201-1/+0
* Minor optimizations to compile out bits that aren't necessary whenimp2005-02-202-5/+27
* Minor style(9) tweaks.imp2005-02-201-7/+4
* Correct typo in comment.imp2005-02-201-1/+1
* Fix the support for the ax88[17]90 to print the right type, ratherimp2005-02-171-27/+31
* Move the harvesting of the MAC address out of the generic novell probeimp2005-02-143-21/+49
* Move the #defines from edreg to edvar which don't have anything to doimp2005-02-142-46/+48
* o It turns out that most of the ne-2000 cards that I have got real unhappyimp2005-02-141-9/+42
* Rework DL10019/DL10022 support. This tries to reset things in a moreimp2005-02-142-12/+26
* MFp4: Merge in AX88790 support from my p4 tree. I've had this in myimp2005-02-142-3/+17
* Add some comments in preparation for converting bcopy/bzero to busspace.imp2005-02-141-9/+14
* MFP4: Optimize the layout of softc somewhat. This groups the u_charsimp2005-02-141-4/+4
* Improve the mining of MAC address from the card:imp2005-02-121-7/+36
* Add comment about MAC miningimp2005-02-121-0/+8
* Really old PCMCIA cards stored the MAC address in the attribute memoryimp2005-02-121-3/+41
* Diff reduction with p4.imp2005-02-111-6/+3
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyimp2005-02-113-8/+9
* Move enable/disable 16bit access routines into if_ed. Slightlyimp2005-02-103-35/+30
* useimp2005-02-101-3/+8
* Extricate probing of the gwether card (Gateway AT) from the middle ofimp2005-02-101-64/+74
* Remove an ifdef that's been here for a long time. So long, in fact,imp2005-02-101-7/+0
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-098-1722/+1958
* Since we no longer use kvtop, we no longer need machine/md_var.himp2005-02-091-1/+0
* If either ed_probe_Novell or ed_attach returns an error, release theimp2005-02-091-2/+5
OpenPOWER on IntegriCloud