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
/
urio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. It
imp
2003-01-01
1
-29
/
+1
*
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
*
Call destroy_dev in detach routine to cleanup properly otherwise we
alfred
2002-06-01
1
-3
/
+8
*
MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),
joe
2002-05-06
1
-1
/
+2
*
Use ANSI prototypes and declarations.
joe
2002-04-01
1
-27
/
+6
*
Be more specific about when block major numbers disappeared from
joe
2002-03-11
1
-1
/
+1
*
Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to
joe
2002-01-02
1
-1
/
+1
*
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
joe
2002-01-02
1
-7
/
+7
*
This driver can talk to the Rio600 as well, make it happen.
alfred
2001-09-27
1
-1
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+7
*
Add the Rio 800 USB device IDs
peter
2001-08-08
1
-2
/
+4
*
Fix warning: 128: warning: initialization makes pointer from integer
peter
2001-06-15
1
-1
/
+4
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
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
-5
/
+5
*
More static -> Static to keep OpenBSD happy.
n_hibma
2000-05-07
1
-3
/
+3
*
Update the urio driver. It now works on NetBSD and OpenBSD as well.
n_hibma
2000-04-08
1
-80
/
+229
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-3
/
+3
*
Please welcome the URio driver. Written by
n_hibma
2000-03-16
1
-0
/
+564