summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02don't call mii_pollstat() right after mii_tick() in foo_tick_task()Brad Smith
2005-06-08remove netns crud.Henning Brauer
2005-03-14support jvc mp-prx1; iedowseTheo de Raadt
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
2004-12-31fixes so axe can work on big endian machinesDavid Gwynne
2004-11-11from netbsd, if_axe.c revision 1.6David Gwynne
2004-11-11the other half of the changes from netbsds if_axe.c revision 1.5:David Gwynne
2004-11-11half of the changes from netbsds if_axe.c revision 1.5:David Gwynne
2004-11-11from netbsd, if_axe.c revision 1.5David Gwynne
2004-11-11from netbsd revisions 1.2 and 1.3David Gwynne
2004-11-11make setup of the rx transfers consistentDavid Gwynne
2004-11-10add support for the Conceptronic SnapPort USB 2.0 LAN AdapterDavid Gwynne
2004-11-10strncpy->strlcpyAlexander Yurchenko
2004-10-04COREGA_FETHER_USB2_TX; tested by meTheo de Raadt
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-18match the new IDTheo de Raadt
2004-08-30from freebsd via Jonathan GrayDavid Gwynne
2004-07-20typoTheo de Raadt
2004-07-20another new device; shin@happynet.co.jpTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-06-06Multicast cleanupsRyan Thomas McBride
2004-04-25new axe; freebsdTheo de Raadt
2004-04-02Do not define AXE_DEBUG by default.Miod Vallat
2004-04-02axe usb ethernet driver hacked into the tree by taleck@oz.netTheo de Raadt