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
/
udbp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer device_printf to printf + device_get_nameunit. This saves
imp
2007-07-05
1
-17
/
+14
*
USL101 Host-to-Host bridge support
imp
2007-06-22
1
-3
/
+7
*
Latest round of usb cleanups:
imp
2007-06-21
1
-0
/
+1
*
s/logprintf/printf/g
imp
2007-06-20
1
-2
/
+2
*
Finish removal of usb_port.h macros.
imp
2007-06-18
1
-3
/
+23
*
Expand USB_MATCH_START
imp
2007-06-17
1
-1
/
+1
*
Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional
imp
2007-06-13
1
-3
/
+6
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
1
-5
/
+5
*
Kill devinfo stuff. It is no longer needed.
imp
2007-06-09
1
-3
/
+1
*
Remove compat ifdefs for version < 500014 from the rest of the USB files.
brueffer
2007-06-07
1
-4
/
+0
*
More removing compatibility macros.
imp
2006-09-07
1
-14
/
+14
*
s/Static/static/g
imp
2006-09-06
1
-26
/
+26
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Tweak the compatibility macros a little so that the device printing is
imp
2004-08-15
1
-3
/
+1
*
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
imp
2004-06-27
1
-1
/
+1
*
Convert Netgraph to use mbuf tags to pass its meta information around.
julian
2004-06-25
1
-6
/
+6
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+10
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
add missing machine/bus.h headers that are now necessary because of the
jmg
2003-07-16
1
-0
/
+1
*
WARNING: white space diff
jmg
2003-07-04
1
-12
/
+12
*
Add module dependency. This makes udbp.ko to be loaded.
takawata
2003-03-15
1
-0
/
+1
*
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
*
Use the hw.usb sysctl tree instead of debug.usb.
joe
2002-08-08
1
-1
/
+2
*
Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the
joe
2002-07-31
1
-2
/
+2
*
Get bored with hard coded debug level variables and introduce a debug.usb
joe
2002-07-31
1
-0
/
+3
*
Should have been part of recent commit:
alfred
2002-06-01
1
-3
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+3
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-21
/
+28
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-30
/
+41
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
remove unused variable
julian
2000-12-12
1
-1
/
+0
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-4
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-13
/
+10
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD
n_hibma
2000-07-17
1
-6
/
+6
*
Add the Prolific PL2301 and PL2302 Link cables.
n_hibma
2000-05-07
1
-0
/
+5
*
We match on vendor/product so return the fact that udbp is vendor/product
n_hibma
2000-05-07
1
-1
/
+1
*
More static -> Static to keep OpenBSD happy.
n_hibma
2000-05-07
1
-26
/
+26
*
The USB double bulk pipe driver (Host to host cables). Currently there
n_hibma
2000-05-01
1
-0
/
+814