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