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
/
ugen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delay the creation of the ugenX device node until we're certain
joe
2002-07-09
1
-5
/
+6
*
MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),
joe
2002-05-06
1
-11
/
+4
*
Be more specific about when block major numbers disappeared from
joe
2002-03-11
1
-1
/
+1
*
Prefix structure members to protect them against clashes with eg.
alfred
2002-02-20
1
-41
/
+41
*
Re-add bmaj to the cdevsw's, but don't compile it in on -current.
joe
2002-02-15
1
-0
/
+3
*
Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to
joe
2002-01-02
1
-2
/
+2
*
Remove the special casing for NetBSD and OpenBSD now that they
joe
2002-01-02
1
-4
/
+0
*
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
joe
2002-01-02
1
-11
/
+11
*
Synchronise with NetBSD.
joe
2001-12-31
1
-34
/
+79
*
KSE Milestone 2
julian
2001-09-12
1
-11
/
+11
*
Only clear endpoint stall if status was USBD_STALLED.
n_hibma
2001-09-02
1
-1
/
+2
*
Add safety belts. A control endpoint doesn't have an endpoint descriptor.
n_hibma
2001-08-30
1
-33
/
+10
*
Pull in the most recent version of usb_quirks.h and propagate the necessary
n_hibma
2001-07-05
1
-1
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
make sure we tear down the devnodes for the endpoints 1 and above
n_hibma
2000-12-12
1
-46
/
+74
*
Add Isochronus transfer mode support required by
roger
2000-12-07
1
-13
/
+180
*
Non functional change.
roger
2000-12-07
1
-70
/
+21
*
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
-12
/
+12
*
Sync with NetBSD:
n_hibma
2000-05-14
1
-4
/
+17
*
Change Lennart's e-mail address.
n_hibma
2000-05-14
1
-1
/
+1
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-17
/
+17
*
Fix flushing of the clists before deleting them. Stops the machine
n_hibma
2000-03-02
1
-0
/
+1
*
Correct subroutine names in DPRINTF
n_hibma
2000-01-25
1
-5
/
+5
*
The previous fix for the USB ugen device set configuration ioctl()
n_hibma
2000-01-24
1
-4
/
+12
*
Check whether we can change config at all. If any of the endpoints
n_hibma
2000-01-23
1
-1
/
+11
*
Zap the vnodes for the control endpoint as well.
n_hibma
2000-01-23
1
-0
/
+6
*
Remove duplicate include
n_hibma
2000-01-20
1
-1
/
+0
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-1
/
+2
*
Commit for r1.29 of ugen.c was wrong. All the ugenX* device
n_hibma
1999-11-30
1
-8
/
+16
*
Correct the last parameter for clalloc
n_hibma
1999-11-28
1
-1
/
+1
*
Synchronisation with NetBSD 1999/11/27
n_hibma
1999-11-28
1
-31
/
+55
*
Revoke the vnodes on detach. This avoids the crashes people have seen
n_hibma
1999-11-21
1
-2
/
+14
*
Change the clist reservation from 0 to buffer size.
n_hibma
1999-11-18
1
-1
/
+1
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-163
/
+175
*
Avoid the usurping message
n_hibma
1999-11-11
1
-1
/
+7
*
Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().
peter
1999-11-08
1
-1
/
+4
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
1
-138
/
+273
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
o fix typo
gehenna
1999-08-29
1
-1
/
+1
*
o synchronisation with NetBSD
gehenna
1999-08-29
1
-2
/
+4
*
We use device_set_desc_copy, so we do not need to free the copied text
n_hibma
1999-08-28
1
-1
/
+1
*
Protect the file interface against disconnects.
n_hibma
1999-08-12
1
-7
/
+12
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-2
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+19
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
1
-1
/
+1
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-6
/
+1
[next]