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
*
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
*
1) Make debugging more selective.
n_hibma
1999-04-11
1
-4
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Added ioctl interface
n_hibma
1999-01-21
1
-2
/
+24
*
Corrected the latent fact that the uhub driver was providing a driver for
n_hibma
1999-01-14
1
-1
/
+1
*
Cast argument to avoid warning.
eivind
1999-01-12
1
-1
/
+1
*
Take cdev major # 114 for ugen
n_hibma
1999-01-12
1
-2
/
+4
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-10
/
+6
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-89
/
+891
*
Added Id to all files
n_hibma
1998-12-14
1
-0
/
+2
*
Initial commit of ported NetBSD USB stack
n_hibma
1998-11-26
1
-0
/
+183