summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Remove duplicate LINKSYS ETHERFAST entry.imp2005-02-091-4/+3
* Remove reference to softc from probe entirely...imp2005-02-091-1/+0
* Minor style cleanup. Get rid of extra {}, extra blank lines and someimp2005-02-091-131/+67
* o Remove ifdef PC98, since this file has diverged quite a bit fromimp2005-02-091-134/+59
* No need to bzero softc.imp2005-02-081-2/+0
* Convenience function to clear memory of the card, and then check to makeimp2005-02-082-0/+23
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceimp2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.imp2005-02-083-35/+18
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-086-22/+25
* Fix style bugs introduced in the de__Pification of this code.imp2005-02-081-25/+23
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsimp2005-01-271-0/+1
* Remove unused static declaration of ed_pccard_dl100xx(), which probablyrwatson2005-01-261-1/+0
* Kill stray debugging line not fully removedimp2005-01-261-1/+1
OpenPOWER on IntegriCloud