summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2005-09-27enable support for gigabit adapters; it works reliably with USB1 butJolan Luff
2005-08-29Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci moreJonathan Gray
2005-08-28The AX88178 sends multiple frames per USB transferJonathan Gray
2005-08-28We don't need to do a PHY select for AX88178 but we shouldJonathan Gray
2005-08-28Write back IPG values in a manner more likely to work.Jonathan Gray
2005-08-28Tell the AX88178 to give us the full transaction size.Jonathan Gray
2005-08-28Account for larger USB transaction size of AX88178 byJonathan Gray
2005-08-28We have to do some extra hand holding on link state changeJonathan Gray
2005-08-12Add some delays in the GPIO code so AX88178 phy gets powered up.Jonathan Gray
2005-08-11Only match AX88178 if AXE_DEBUG is defined for the moment.Jonathan Gray
2005-08-10Some of the bits that will be required for AX88178.Jonathan Gray
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
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