| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 4 | -4/+12 |
| * | SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entry | Warner Losh | 2003-04-10 | 1 | -1/+0 |
| * | Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter is | Warner Losh | 2003-04-10 | 1 | -1/+2 |
| * | reorganize the supported card table. We don't need the enet_vendor or | Warner Losh | 2003-04-10 | 1 | -272/+57 |
| * | Don't set the description if NULL. | Warner Losh | 2003-04-10 | 1 | -1/+2 |
| * | Fix ed compilation with PAE by using %jx instead of %x. | Olivier Houchard | 2003-04-05 | 1 | -4/+4 |
| * | Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXD | MIHIRA Sanpei Yoshiro | 2003-04-04 | 1 | -1/+1 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 2 | -6/+6 |
| * | Fix printf format error. | Yoshihiro Takahashi | 2003-02-24 | 1 | -6/+6 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card). | Takeshi Shibagaki | 2003-01-18 | 1 | -0/+2 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -2/+2 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 2 | -22/+10 |
| * | add some devices from NetBSD | Warner Losh | 2002-10-11 | 1 | -1/+9 |
| * | Use if_printf() instead of printf() to print "ed#: blah". | Brooks Davis | 2002-10-01 | 1 | -3/+2 |
| * | mbuf leak in the error case has been fixed. When we have | Warner Losh | 2002-09-30 | 1 | -1/+3 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+2 |
| * | Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID. | Takanori Watanabe | 2002-07-26 | 1 | -0/+1 |
| * | integrate from p4 repo: | Warner Losh | 2002-07-22 | 1 | -9/+16 |
| * | More newcard devices: | Warner Losh | 2002-04-02 | 1 | -1/+14 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 5 | -68/+66 |
| * | Add EDIMAX ethernet card for NEWCARD from NetBSD | Warner Losh | 2002-01-29 | 1 | -0/+2 |
| * | Patch to allow the ed driver interrupt routine to terminate if the | Warner Losh | 2001-11-24 | 1 | -4/+17 |
| * | Comment out some bogus entries. somehow they match everything, which | Warner Losh | 2001-11-20 | 1 | -5/+4 |
| * | MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devices | Warner Losh | 2001-11-15 | 1 | -6/+20 |
| * | Migrate to PCMCIA_CARD() macros | Warner Losh | 2001-11-15 | 1 | -174/+48 |
| * | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | Warner Losh | 2001-11-11 | 1 | -133/+133 |
| * | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 1 | -3/+1 |
| * | Always compile in bridge hooks, or this code will not work (efficiently) with | Luigi Rizzo | 2001-11-01 | 1 | -8/+4 |
| * | Fix obvious bug where return from probe was botched. | Jeroen Ruigrok van der Werven | 2001-10-31 | 1 | -1/+1 |
| * | Make this compile again after the changes to make bridge kld'able | Luigi Rizzo | 2001-10-07 | 1 | -3/+3 |
| * | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | Ian Dowse | 2001-09-29 | 3 | -0/+38 |
| * | Add a few missing spl calls in preparation for an MFC of the miibus | Ian Dowse | 2001-07-22 | 1 | -6/+15 |
| * | Remove an old hack that remembered if the card type was Linksys by | Ian Dowse | 2001-07-22 | 1 | -7/+3 |
| * | Attach the miibus for Linksys/Dlink cards from the attach routine, | Ian Dowse | 2001-07-22 | 2 | -6/+11 |
| * | Add support for Dlink DL10022 to the ed driver. This is a mii part | Warner Losh | 2001-03-03 | 5 | -0/+277 |
| * | Whoops... forgotten a few pieces in previous patch: | Luigi Rizzo | 2001-02-08 | 1 | -5/+9 |
| * | Make sure that we do not accept packets shorter than a full ethernet | Luigi Rizzo | 2001-02-08 | 1 | -1/+3 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Fix typo: wierd -> weird. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+1 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We still | Warner Losh | 2001-01-21 | 1 | -5/+371 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -1/+0 |
| * | Minor newbus/style(9) cleanups. | Warner Losh | 2000-12-26 | 6 | -87/+93 |
| * | Fix my previous commit. Remove ed_get_Linksys() function prototypes. | Toshihiko ARAI | 2000-12-20 | 1 | -2/+0 |
| * | Linksys Fast Ethernet PCCARD cards supported by the ed driver now | Toshihiko ARAI | 2000-12-18 | 3 | -39/+44 |
| * | Call ed_probe_Novel in the AX88190 case as well. | Warner Losh | 2000-12-17 | 1 | -1/+1 |
| * | Remove unnecessary includes found by phk's script. I've been building | Warner Losh | 2000-12-13 | 4 | -5/+0 |