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
/
usbdi.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correctly handle the conversion from virtual to physical addresses. The
n_hibma
2000-02-10
1
-4
/
+4
*
Add usbd_clear_endpoint_toggle(pipe) function.
n_hibma
2000-01-25
1
-0
/
+8
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-41
/
+56
*
Fix a couple of bugs:
wpaul
2000-01-19
1
-4
/
+7
*
This commit adds device driver support for the ADMtek AN986 Pegasus
wpaul
1999-12-28
1
-1
/
+14
*
Synchronisation with NetBSD 1999/11/27
n_hibma
1999-11-28
1
-35
/
+36
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-294
/
+367
*
Remove superfluous header file includes.
n_hibma
1999-11-08
1
-3
/
+1
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
1
-662
/
+336
*
Only NetBSD uses sys/device.h
n_hibma
1999-08-29
1
-1
/
+0
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-7
/
+11
*
Every reqh in an aborted pipe is given status CANCELED and the callback is
n_hibma
1999-07-27
1
-15
/
+7
*
Add comments, change variable names to make them consistent (r -> err,
n_hibma
1999-07-25
1
-2
/
+5
*
Replace usbd_device_set_desc by device_set_desc_copy
n_hibma
1999-06-27
1
-8
/
+0
*
USB stopped working as of the recent cdevsw cleanup. This fixes that.
n_hibma
1999-06-01
1
-6
/
+1
*
usbd_get_request_status now only returns the value if the associated
n_hibma
1999-06-01
1
-4
/
+8
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+1
*
Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience
n_hibma
1999-04-20
1
-0
/
+12
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-24
/
+1
*
1) Make debugging more selective.
n_hibma
1999-04-11
1
-2
/
+47
*
bugfix: initialise timeout for usbd_device_request as well.
n_hibma
1999-04-05
1
-3
/
+4
*
Cosmetical changes.
n_hibma
1999-03-22
1
-1
/
+1
*
Device unload code is broken, disabled. Requires a bit of redesign on the
n_hibma
1999-02-21
1
-5
/
+16
*
Bug fix: devcount was running from [count..0], should be [count-1..0]
n_hibma
1999-02-20
1
-1
/
+1
*
Textual changes
n_hibma
1999-01-22
1
-7
/
+5
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-56
/
+15
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-64
/
+286
*
Big oops, wrong major number in source
n_hibma
1999-01-05
1
-2
/
+2
*
Corrected the major number for usb and added ums as major 111
n_hibma
1999-01-03
1
-2
/
+2
*
Added Id to all files
n_hibma
1998-12-14
1
-0
/
+1
*
Updated USB kernel sources to NetBSD sources of 1998-12-09.
n_hibma
1998-12-13
1
-2
/
+2
*
Initial commit of ported NetBSD USB stack
n_hibma
1998-11-26
1
-0
/
+1112
[prev]