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
/
umodem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make this compile again after the recent NetBSD merge
imp
2002-04-02
1
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
MFNetBSD: Update many URLs.
joe
2002-04-01
1
-1
/
+2
*
Use ANSI prototypes and declarations.
joe
2002-04-01
1
-69
/
+22
*
Be more specific about when block major numbers disappeared from
joe
2002-03-11
1
-1
/
+1
*
Re-add bmaj to the cdevsw's, but don't compile it in on -current.
joe
2002-02-15
1
-0
/
+3
*
Sync with NetBSD:
joe
2002-01-02
1
-3
/
+3
*
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
joe
2002-01-02
1
-9
/
+9
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Only clear endpoint stall if status was USBD_STALLED.
n_hibma
2001-09-02
1
-2
/
+4
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Use suser(9) instead of checking p->p_ucred->cr_uid directly.
jhb
2001-01-23
1
-1
/
+1
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Make the Ricochet modems work through the USB interface.
n_hibma
2000-11-01
1
-9
/
+9
*
Bugfix: The data is not stored only in the first cblock, calculate the
n_hibma
2000-10-20
1
-1
/
+8
*
Unbreak LINT.
n_hibma
2000-08-20
1
-1
/
+1
*
The modem driver for Communication Device Class, ACM compliant devices.
n_hibma
2000-07-17
1
-25
/
+1114
*
Change Lennart's e-mail address.
n_hibma
2000-05-14
1
-1
/
+1
*
Remove 42 unneeded #include <sys/ioccom.h>.
phk
2000-05-03
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-1
/
+1
*
Missed a name change.
n_hibma
1999-11-18
1
-1
/
+1
*
Move the include of device.h into the NetBSD specific section.
n_hibma
1999-10-08
1
-1
/
+1
*
Make the umodem stub compile
n_hibma
1999-10-07
1
-1
/
+1
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
1
-0
/
+1
*
We use device_set_desc_copy, so we do not need to free the copied text
n_hibma
1999-08-28
1
-1
/
+0
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-6
/
+1
*
1) Make debugging more selective.
n_hibma
1999-04-11
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Textual changes
n_hibma
1999-01-22
1
-0
/
+1
*
Corrected the latent fact that the uhub driver was providing a driver for
n_hibma
1999-01-14
1
-1
/
+1
*
Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)
n_hibma
1999-01-13
1
-1
/
+1
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-10
/
+10
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-79
/
+17
*
Added Id to all files
n_hibma
1998-12-14
1
-0
/
+1
*
small bug fix
n_hibma
1998-12-13
1
-0
/
+1
*
dded the stubs for umodem and ucom (communications class driver). They are no...
n_hibma
1998-12-13
1
-0
/
+202