summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_axe.c
Commit message (Expand)AuthorAgeFilesLines
* From the OpenBSD commit log :cognet2008-05-131-1/+2
* Apply le*toh() or htole*() to the variables of which we use the addressmarcel2008-03-071-1/+6
* Add private tx/rx buffer management to support large frame sizessam2007-11-101-102/+187
* Add support for the AX88178 and AX88772 based devices.imp2007-09-251-22/+213
* Merge in the AX88178 and AX88772 register definions (along withimp2007-08-091-5/+5
* Additional devices from NetBSD and OpenBSD. This includes devices notimp2007-06-301-22/+29
* Use device_foo_t to declare kobj methodsimp2007-06-181-9/+9
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andimp2007-06-171-4/+5
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-2/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-6/+6
* Prefer device_printf over printf. Eliminate axe_unit as it is noimp2007-06-101-37/+32
* The devinfo stuff has been moved up into the parent bus. There's noimp2007-06-091-6/+0
* ALTQify.brueffer2007-05-121-5/+7
* Remove pre-5.0 compat cruft.brueffer2007-05-011-23/+0
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Use a different task queue for host controller and peripheral driveriedowse2006-10-191-1/+1
* More removing compatibility macros.imp2006-09-071-2/+2
* s/Static/static/gimp2006-09-061-55/+55
* Add a sleep lock that protects access to sequences of blockingiedowse2006-06-041-3/+39
* Defer axe_tick processing to a USB task, since axe miibus operationsiedowse2006-05-271-0/+19
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-161-1/+6
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-13/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-12/+16
* Fix breakage in the previous commit caused by the last-minute change.sobomax2005-03-251-3/+2
* Move Rx/Tx lists management routines into central location.sobomax2005-03-251-122/+46
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-251-31/+4
* Add support for the ethernet port in the JVC MP-PRX1 port replicator.iedowse2005-03-141-0/+1
* 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
OpenPOWER on IntegriCloud