| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | Warner Losh | 2005-07-10 | 1 | -0/+15 |
| * | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh | 2005-06-24 | 1 | -66/+66 |
| * | Fix four casts of the softc to a struct ifnet. | Brooks Davis | 2005-06-15 | 1 | -4/+4 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 10 | -38/+43 |
| * | Use tabs instead of spaces to indent, per style(9) | Warner Losh | 2005-06-09 | 1 | -20/+19 |
| * | My abstracting out the MAC reading code to fix pccard broke pci. Add | Warner Losh | 2005-06-08 | 1 | -0/+1 |
| * | Remove ifdef PC98. | Yoshihiro Takahashi | 2005-04-13 | 1 | -3/+0 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -5/+4 |
| * | Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190 | Warner Losh | 2005-02-22 | 1 | -1/+1 |
| * | Add a stratigic newline | Warner Losh | 2005-02-22 | 1 | -0/+1 |
| * | Minor style nits missed in earlier passes | Warner Losh | 2005-02-22 | 2 | -5/+4 |
| * | MFp4: Optimize in/out macros. Cache the handle and tag in softc and | Warner Losh | 2005-02-22 | 2 | -44/+34 |
| * | Minor optimization of calling enable_16bit. We always have to call it | Warner Losh | 2005-02-22 | 1 | -7/+2 |
| * | Minor style(9)isms. | Warner Losh | 2005-02-21 | 1 | -40/+32 |
| * | Fix merging botch I made in last version. | Warner Losh | 2005-02-20 | 1 | -1/+0 |
| * | Minor optimizations to compile out bits that aren't necessary when | Warner Losh | 2005-02-20 | 2 | -5/+27 |
| * | Minor style(9) tweaks. | Warner Losh | 2005-02-20 | 1 | -7/+4 |
| * | Correct typo in comment. | Warner Losh | 2005-02-20 | 1 | -1/+1 |
| * | Fix the support for the ax88[17]90 to print the right type, rather | Warner Losh | 2005-02-17 | 1 | -27/+31 |
| * | Move the harvesting of the MAC address out of the generic novell probe | Warner Losh | 2005-02-14 | 3 | -21/+49 |
| * | Move the #defines from edreg to edvar which don't have anything to do | Warner Losh | 2005-02-14 | 2 | -46/+48 |
| * | o It turns out that most of the ne-2000 cards that I have got real unhappy | Warner Losh | 2005-02-14 | 1 | -9/+42 |
| * | Rework DL10019/DL10022 support. This tries to reset things in a more | Warner Losh | 2005-02-14 | 2 | -12/+26 |
| * | MFp4: Merge in AX88790 support from my p4 tree. I've had this in my | Warner Losh | 2005-02-14 | 2 | -3/+17 |
| * | Add some comments in preparation for converting bcopy/bzero to busspace. | Warner Losh | 2005-02-14 | 1 | -9/+14 |
| * | MFP4: Optimize the layout of softc somewhat. This groups the u_chars | Warner Losh | 2005-02-14 | 1 | -4/+4 |
| * | Improve the mining of MAC address from the card: | Warner Losh | 2005-02-12 | 1 | -7/+36 |
| * | Add comment about MAC mining | Warner Losh | 2005-02-12 | 1 | -0/+8 |
| * | Really old PCMCIA cards stored the MAC address in the attribute memory | Warner Losh | 2005-02-12 | 1 | -3/+41 |
| * | Diff reduction with p4. | Warner Losh | 2005-02-11 | 1 | -6/+3 |
| * | Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really | Warner Losh | 2005-02-11 | 3 | -8/+9 |
| * | Move enable/disable 16bit access routines into if_ed. Slightly | Warner Losh | 2005-02-10 | 3 | -35/+30 |
| * | use | Warner Losh | 2005-02-10 | 1 | -3/+8 |
| * | Extricate probing of the gwether card (Gateway AT) from the middle of | Warner Losh | 2005-02-10 | 1 | -64/+74 |
| * | Remove an ifdef that's been here for a long time. So long, in fact, | Warner Losh | 2005-02-10 | 1 | -7/+0 |
| * | Break out obscure ISA cards into their own files, as well as ne2000 | Warner Losh | 2005-02-09 | 8 | -1722/+1958 |
| * | Since we no longer use kvtop, we no longer need machine/md_var.h | Warner Losh | 2005-02-09 | 1 | -1/+0 |
| * | If either ed_probe_Novell or ed_attach returns an error, release the | Warner Losh | 2005-02-09 | 1 | -2/+5 |
| * | o Remove duplicate LINKSYS ETHERFAST entry. | Warner Losh | 2005-02-09 | 1 | -4/+3 |
| * | Remove reference to softc from probe entirely... | Warner Losh | 2005-02-09 | 1 | -1/+0 |
| * | Minor style cleanup. Get rid of extra {}, extra blank lines and some | Warner Losh | 2005-02-09 | 1 | -131/+67 |
| * | o Remove ifdef PC98, since this file has diverged quite a bit from | Warner Losh | 2005-02-09 | 1 | -133/+58 |
| * | No need to bzero softc. | Warner Losh | 2005-02-08 | 1 | -2/+0 |
| * | Convenience function to clear memory of the card, and then check to make | Warner Losh | 2005-02-08 | 2 | -0/+23 |
| * | Use ANSI function definitions, tweak a couple of prototypes to match (since | Warner Losh | 2005-02-08 | 1 | -116/+48 |
| * | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | Warner Losh | 2005-02-08 | 3 | -35/+18 |
| * | Make it possible to unload ed. Move the ed_pccard_detach routine to | Warner Losh | 2005-02-08 | 6 | -22/+25 |
| * | Fix style bugs introduced in the de__Pification of this code. | Warner Losh | 2005-02-08 | 1 | -23/+21 |
| * | Add back support for D-LINK DMR-650TX, and all the other OEMd versions | Warner Losh | 2005-01-27 | 1 | -0/+1 |
| * | Remove unused static declaration of ed_pccard_dl100xx(), which probably | Robert Watson | 2005-01-26 | 1 | -1/+0 |