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_auereg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a deadlock in detach/shutdown.
alfred
2006-12-23
1
-5
/
+9
*
Use callouts to prevent races.
alfred
2006-12-13
1
-14
/
+22
*
defer all processing to a full fledged thread.
alfred
2006-12-11
1
-4
/
+45
*
Stop INVARIANTS panics in if_aue with a stopgap.
alfred
2006-11-29
1
-0
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Move Rx/Tx lists management routines into central location.
sobomax
2005-03-25
1
-25
/
+1
*
Move xxx_newbuf() function, which was the same in all drivers into central
sobomax
2005-03-25
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Replace the static "qdat" structure with a per-instance softc field
iedowse
2004-05-23
1
-0
/
+1
*
Make it easier to run this code on RELENG_4.
joe
2003-10-04
1
-0
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+0
*
Use aue_lookup for looking up devices.
joe
2002-05-26
1
-10
/
+3
*
Fix a panic by allocating the iface structure locally in the attach
joe
2002-05-23
1
-0
/
+1
*
MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),
joe
2002-04-07
1
-0
/
+1
*
Remove some old unused cruft.
joe
2002-04-06
1
-10
/
+0
*
Another step in merging our if_aue driver with NetBSD's.
joe
2002-04-06
1
-0
/
+7
*
Rename foo_gone to foo_dying, in keeping with the rest of the usb code.
joe
2002-04-06
1
-1
/
+1
*
Support MELCO LUA2-TX USB ethernet adaptor.
sumikawa
2001-11-19
1
-0
/
+7
*
Disable the mutex locking calls. These do not work in their present form
peter
2001-02-27
1
-0
/
+5
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Convert the USB ethernet drivers to use mutexes. Also convert
wpaul
2000-10-24
1
-0
/
+4
*
Fix a bug in the uhci driver that breaks large bulk IN transfers. The
wpaul
2000-01-28
1
-2
/
+0
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-0
/
+2
*
Remove device name strings from vendor/product lists since we don't use
wpaul
2000-01-16
1
-1
/
+2
*
Be a bit more discriminating when trying to decide when to screen out
wpaul
2000-01-08
1
-0
/
+1
*
This commit adds device driver support for the ADMtek AN986 Pegasus
wpaul
1999-12-28
1
-0
/
+253