summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.c
Commit message (Expand)AuthorAgeFilesLines
* Add a boatload of devices from OpenBSD and NetBSD to kue and cdce.imp2007-06-231-11/+26
* Use device_foo_t to declare kobj methodsimp2007-06-181-6/+6
* minor style(9) polishingimp2007-06-181-7/+4
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andimp2007-06-171-1/+2
* 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-4/+4
* Prefer device_printf to printfimp2007-06-111-39/+36
* The devinfo stuff has been moved up into the parent bus. There's noimp2007-06-091-6/+0
* Add missing curly braces.brueffer2007-05-121-1/+2
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-23/+0
* Add support for Psion Gold Port Ethernet USB NIC.flz2006-10-071-0/+1
* More removing compatibility macros.imp2006-09-071-2/+2
* s/Static/static/gimp2006-09-061-44/+44
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-161-1/+5
* 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/+15
* Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on.sobomax2005-03-251-0/+1
* 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-124/+48
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-251-38/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-111-1/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* 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
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-6/+0
* Remove duplicatejohan2003-11-141-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Make it easier to run this code on RELENG_4.joe2003-10-041-1/+23
* Use __FBSDID().obrien2003-08-241-0/+3
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-161-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+3
* Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter.murray2003-04-071-0/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-10/+4
* Re-fetch the interface handle after setting the config number,iedowse2002-07-151-1/+3
* We not long need to use USBD_NO_TSLEEP.joe2002-04-071-1/+1
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),joe2002-04-071-2/+3
* Use the UE_GET_XFERTYPE macro.joe2002-04-061-3/+3
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.joe2002-04-061-4/+4
* Replace device_t with device_ptr_t.joe2002-04-061-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Use ANSI prototypes and declarations.joe2002-04-021-89/+67
* Remove __P.alfred2002-03-201-28/+28
OpenPOWER on IntegriCloud