Age | Commit message (Expand) | Author |
2007-06-11 | Remove the definition and usage of the USBGETSOFTC macro, which was really | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-05-21 | Remove Ether_ifattach macro | Jonathan Gray |
2007-05-14 | Convert from lockmgr to rwlock. | Jonathan Gray |
2007-05-05 | Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version. | Jonathan Gray |
2007-04-26 | USB device lists do not need a terminating sentinel, so don't provide any; | Miod Vallat |
2007-04-09 | Assert my copyright for the AX88178/AX88772 bits over the last few years. | Jonathan Gray |
2007-04-09 | Remove any possibility of of an underflow happening when | Jonathan Gray |
2007-04-09 | Add missing letoh16() for eeprom value. | Jonathan Gray |
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray |
2007-01-18 | Add a bunch of as yet untested AX88178 devices. | Jonathan Gray |
2007-01-18 | Add support for AX88772 devices with external PHY. | Jonathan Gray |
2006-12-07 | some cleanup for axe(4): | Reyk Floeter |
2006-12-04 | avoid unnecessary copies (memcpy(x, x, n)) in the TX path. | Damien Bergamini |
2006-10-03 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-07-09 | get rid of some ifdef __otherbsd__ goo. no binary change | David Gwynne |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-01 | Pass the value of IPG2 to the AX88178 in the index register. | Christopher Pascoe |
2006-06-01 | KNF. | Christopher Pascoe |
2006-06-01 | Whitespace cleanup. | Christopher Pascoe |
2006-04-23 | Remove superfluous use of usb_callout_init() (== timeout_set()). | Kenneth R Westerback |
2006-04-13 | free mem if attach fails; netbsd coverity cid 2329 | Jolan Luff |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-07 | Remove last NRND NetBSDisms from tree. | Kenneth R Westerback |
2006-01-29 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | Brad Smith |
2006-01-10 | fix axe on big endian archs. for jolan | David Gwynne |
2005-12-21 | Don't try to predict what different eeprom settings mean | Jonathan Gray |
2005-12-09 | Mention which chipset devices use on attach. | Jonathan Gray |
2005-11-29 | Add support for ASIX AX88772 10/100 based adapters which are very similiar | Jonathan Gray |
2005-09-27 | enable support for gigabit adapters; it works reliably with USB1 but | Jolan Luff |
2005-08-29 | Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci more | Jonathan Gray |
2005-08-28 | The AX88178 sends multiple frames per USB transfer | Jonathan Gray |
2005-08-28 | We don't need to do a PHY select for AX88178 but we should | Jonathan Gray |
2005-08-28 | Write back IPG values in a manner more likely to work. | Jonathan Gray |
2005-08-28 | Tell the AX88178 to give us the full transaction size. | Jonathan Gray |
2005-08-28 | Account for larger USB transaction size of AX88178 by | Jonathan Gray |
2005-08-28 | We have to do some extra hand holding on link state change | Jonathan Gray |
2005-08-12 | Add some delays in the GPIO code so AX88178 phy gets powered up. | Jonathan Gray |
2005-08-11 | Only match AX88178 if AXE_DEBUG is defined for the moment. | Jonathan Gray |
2005-08-10 | Some of the bits that will be required for AX88178. | Jonathan Gray |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2005-07-18 | Good Way GWUSB2E Ethernet, found in Good Way USB docking stations. | Jonathan Gray |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith |
2005-07-02 | don't call mii_pollstat() right after mii_tick() in foo_tick_task() | Brad Smith |