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
/
ucom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
It appears that we don't need sys/vnode.h, which is a layering violation...
imp
2004-01-02
1
-1
/
+0
*
Add missing ioctl functions.
akiyama
2003-11-16
1
-4
/
+19
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Fix the cdevsw compatibility for -stable.
joe
2003-08-25
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Make note that we already have these NetBSD patches.
joe
2003-07-14
1
-1
/
+1
*
WARNING: white space diff
jmg
2003-07-04
1
-6
/
+6
*
Fix page fault with FTDI's USB serial device.
akiyama
2003-03-09
1
-4
/
+23
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.
scottl
2003-03-02
1
-2
/
+2
*
Fix a typo in a console message.
joe
2002-11-17
1
-1
/
+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
-5
/
+1
*
Correct module name of my previous commit.
ume
2002-07-15
1
-1
/
+1
*
When usb is kld, ucom and uplcom were failed to load because of
ume
2002-07-13
1
-0
/
+1
*
It's not "usio" anymore, it's "ucom".
joe
2002-07-10
1
-3
/
+3
*
Improve detach operation.
joe
2002-07-10
1
-8
/
+47
*
Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.
joe
2002-07-10
1
-0
/
+3
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Add a USB comm driver.
joe
2002-03-18
1
-0
/
+1130
*
Remove the stub driver. It's useless.
n_hibma
1999-06-01
1
-137
/
+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
-8
/
+10
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-4
/
+4
*
Textual changes
n_hibma
1999-01-22
1
-1
/
+2
*
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
-2
/
+2
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-4
/
+2
*
USUBCLASS_MODEM -> USUBCLASS_ABSTRACT_CONTROL_MODEL
eivind
1999-01-08
1
-2
/
+2
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-75
/
+13
*
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
/
+201