summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_axe.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Diff-reduction before merging if_axe to RELENG_4.rsm2004-12-081-1/+23
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.iedowse2004-09-181-0/+1
* Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.iedowse2004-08-151-1/+2
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-111-1/+2
* Add support System TALKS Inc. SGC-X2ULsanpei2004-07-181-0/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-25/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()iedowse2004-05-291-2/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Replace the static "qdat" structure with a per-instance softc fieldiedowse2004-05-231-5/+3
* Fix device ID for Linksys USB 2.0 10/100 ethernet controllersanpei2004-05-041-1/+1
* Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)sanpei2004-04-251-0/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-6/+6
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-17/+9
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-161-0/+1
* WARNING: white space diffjmg2003-07-041-1/+1
* In the device attach routine, don't depend on uaa->iface beingwpaul2003-06-151-4/+23
* Add another product ID for if_axe and correct vendor ID descriptiontakawata2003-04-211-0/+1
* Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedwpaul2003-04-201-0/+2
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1192
OpenPOWER on IntegriCloud