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
*
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