index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_cue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-10
/
+4
*
We not long need to use USBD_NO_TSLEEP.
joe
2002-04-07
1
-15
/
+7
*
MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),
joe
2002-04-07
1
-2
/
+3
*
Use the UE_GET_XFERTYPE macro.
joe
2002-04-06
1
-3
/
+3
*
Rename csr_{read,write}_* to cue_csr_{read,write}_*.
joe
2002-04-06
1
-21
/
+21
*
Rename foo_gone to foo_dying, in keeping with the rest of the usb code.
joe
2002-04-06
1
-9
/
+9
*
Replace device_t with device_ptr_t.
joe
2002-04-06
1
-6
/
+6
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Use ANSI prototypes and declarations.
joe
2002-04-02
1
-99
/
+77
*
Remove __P.
alfred
2002-03-20
1
-33
/
+32
*
Make these depend on the usb module so they can use its symbols if they
peter
2001-08-22
1
-1
/
+1
*
Since -CURRENT requires module dependencies to actually be correct for
green
2001-03-29
1
-0
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+2
*
Convert the USB ethernet drivers to use mutexes. Also convert
wpaul
2000-10-24
1
-61
/
+66
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-6
/
+3
*
Handle watchdog timeouts better. We can't really call the foo_init()
wpaul
2000-06-01
1
-4
/
+10
*
Add vendor/device codes for SmartBridges SmartLink USB ethernet adapter
wpaul
2000-04-14
1
-0
/
+1
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-57
/
+57
*
Regenerate usbdevs files.
wpaul
2000-03-21
1
-0
/
+1
*
Fix a bug in the uhci driver that breaks large bulk IN transfers. The
wpaul
2000-01-28
1
-28
/
+3
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-23
/
+38
*
The correct part number for the CATC ASIC is USB-EL1210A, not
wpaul
2000-01-17
1
-2
/
+2
*
Remove device name strings from vendor/product lists since we don't use
wpaul
2000-01-16
1
-8
/
+12
*
Fix multicast filter programming.
wpaul
2000-01-14
1
-3
/
+5
*
Do a few minor cleanups.
wpaul
2000-01-14
1
-7
/
+3
*
Add device driver support for USB ethernet adapters based on the CATC
wpaul
2000-01-14
1
-0
/
+1230