summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cue.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-9/+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-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-3/+3
* Remove duplicatejohan2003-11-141-3/+0
* Despam the const poisoningimp2003-11-141-5/+5
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-6/+8
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Const poison the crc calcuation routines so const data can be sent toimp2003-10-231-3/+3
* Make it easier to run this code on RELENG_4.joe2003-10-041-1/+25
* Use __FBSDID().obrien2003-08-241-0/+3
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-161-0/+1
* WARNING: white space diffjmg2003-07-041-2/+2
* Fix indentation.phk2003-05-311-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+1
* 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
* We not long need to use USBD_NO_TSLEEP.joe2002-04-071-15/+7
* 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 csr_{read,write}_* to cue_csr_{read,write}_*.joe2002-04-061-21/+21
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.joe2002-04-061-9/+9
* 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-99/+77
* Remove __P.alfred2002-03-201-33/+32
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-221-1/+1
* Since -CURRENT requires module dependencies to actually be correct forgreen2001-03-291-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+2
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-241-61/+66
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Handle watchdog timeouts better. We can't really call the foo_init()wpaul2000-06-011-4/+10
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterwpaul2000-04-141-0/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-57/+57
* Regenerate usbdevs files.wpaul2000-03-211-0/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-281-28/+3
* More USB ethernet tweaks:wpaul2000-01-201-23/+38
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-161-8/+12
OpenPOWER on IntegriCloud