summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-13Remove the definition and usage of the IF_INPUT macro which was definedMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-11Remove the definition and usage of the USBGETSOFTC macro, which was reallyMarc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-05-21Remove Ether_ifattach macroJonathan Gray
2007-05-14Convert from lockmgr to rwlock.Jonathan Gray
2007-05-05Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version.Jonathan Gray
2007-04-26USB device lists do not need a terminating sentinel, so don't provide any;Miod Vallat
2007-04-09Assert my copyright for the AX88178/AX88772 bits over the last few years.Jonathan Gray
2007-04-09Remove any possibility of of an underflow happening whenJonathan Gray
2007-04-09Add missing letoh16() for eeprom value.Jonathan Gray
2007-02-17Add some additional device ids found in Linux driver.Jonathan Gray
2007-01-18Add a bunch of as yet untested AX88178 devices.Jonathan Gray
2007-01-18Add support for AX88772 devices with external PHY.Jonathan Gray
2006-12-07some cleanup for axe(4):Reyk Floeter
2006-12-04avoid unnecessary copies (memcpy(x, x, n)) in the TX path.Damien Bergamini
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini
2006-07-09get rid of some ifdef __otherbsd__ goo. no binary changeDavid Gwynne
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-01Pass the value of IPG2 to the AX88178 in the index register.Christopher Pascoe
2006-06-01KNF.Christopher Pascoe
2006-06-01Whitespace cleanup.Christopher Pascoe
2006-04-23Remove superfluous use of usb_callout_init() (== timeout_set()).Kenneth R Westerback
2006-04-13free mem if attach fails; netbsd coverity cid 2329Jolan Luff
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-07Remove last NRND NetBSDisms from tree.Kenneth R Westerback
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-10fix axe on big endian archs. for jolanDavid Gwynne
2005-12-21Don't try to predict what different eeprom settings meanJonathan Gray
2005-12-09Mention which chipset devices use on attach.Jonathan Gray
2005-11-29Add support for ASIX AX88772 10/100 based adapters which are very similiarJonathan Gray
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