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
/
ubser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer device_printf to printf("%s: ...", device_get_nameunit()). On
imp
2007-07-05
1
-30
/
+23
*
Latest round of usb cleanups:
imp
2007-06-21
1
-1
/
+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
*
Remove USBDEV() macro. We do not need a macro that is defined as its
imp
2007-06-12
1
-2
/
+2
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
1
-3
/
+3
*
Kill devinfo stuff. It is no longer needed.
imp
2007-06-09
1
-8
/
+1
*
Make it obvious that we don't care about the return value of
netchild
2007-04-01
1
-1
/
+1
*
More removing compatibility macros.
imp
2006-09-07
1
-17
/
+17
*
s/Static/static/g
imp
2006-09-06
1
-19
/
+19
*
Remove spl.
ticso
2005-11-05
1
-28
/
+16
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
initialize pp->p_sc so it can be referenced later.
ticso
2005-03-17
1
-20
/
+32
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+2
*
Use generic tty code instead of local copies.
phk
2004-10-12
1
-269
/
+98
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
Tweak the compatibility macros a little so that the device printing is
imp
2004-08-15
1
-1
/
+0
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-3
/
+3
*
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
imp
2004-06-27
1
-1
/
+1
*
Catch up with usbd_get_string_desc() change.
le
2004-06-26
1
-2
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-3
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-7
/
+7
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-8
/
+2
*
There is no need to explicitly call ttwakeup() and ttwwakeup() after
phk
2004-06-01
1
-4
/
+0
*
ttyclose() increments t_gen. Remove redundant increments in drivers.
phk
2004-06-01
1
-2
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
add driver for BWCT console management serials
ticso
2004-03-01
1
-0
/
+1057