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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove a debugging printf.
n_hibma
1999-10-07
1
-2
/
+0
*
Add make_dev and remove_dev.
n_hibma
1999-10-07
1
-0
/
+7
*
priorities weren't correct (old version).
n_hibma
1999-10-07
1
-36
/
+15
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
31
-3958
/
+4674
*
remove the use of uhci_reset to wake up the controller after
n_hibma
1999-10-07
1
-5
/
+4
*
Remove last bits and pieces of NetBSD porting.
n_hibma
1999-10-07
1
-34
/
+20
*
Remove the last bits and pieces left over from porting the driver
n_hibma
1999-10-07
1
-27
/
+9
*
Check for a valid irq number before calling BUS_SETUP_INTR.
n_hibma
1999-10-03
2
-4
/
+23
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
5
-25
/
+0
*
Typo: 'x' should be 'y' (only affects debugging output)
n_hibma
1999-09-01
1
-1
/
+1
*
Only NetBSD needs sys/device.h.
n_hibma
1999-08-29
1
-1
/
+2
*
Only NetBSD uses sys/device.h
n_hibma
1999-08-29
1
-1
/
+0
*
o fix typo
gehenna
1999-08-29
1
-1
/
+1
*
o synchronisation with NetBSD
gehenna
1999-08-29
3
-13
/
+70
*
Correct URL's and change ifdef to if defined (following rest of style in
n_hibma
1999-08-28
1
-3
/
+3
*
Remove NetBSD specific code. USB part is trivial, and the rest is not
n_hibma
1999-08-28
1
-79
/
+0
*
Thou shall do a make before commit.
n_hibma
1999-08-28
1
-3
/
+0
*
We use device_set_desc_copy, so we do not need to free the copied text
n_hibma
1999-08-28
6
-7
/
+4
*
Share more between FreeBSD and NetBSD
n_hibma
1999-08-28
1
-4
/
+3
*
Update the list of devices from NetBSD
n_hibma
1999-08-28
3
-93
/
+183
*
Fix DMA macros to work on alpha.
dfr
1999-08-26
1
-0
/
+4
*
Don't schedule the next transaction if the pipe is being aborted.
dfr
1999-08-26
1
-1
/
+0
*
Reset the UHCI controller when the device comes back from suspend.
n_hibma
1999-08-23
3
-22
/
+46
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
1
-130
/
+26
*
1) rename dev->self to be consistent
n_hibma
1999-08-18
2
-76
/
+107
*
- Added documentation
n_hibma
1999-08-17
1
-1321
/
+1508
*
Protect the file interface against disconnects.
n_hibma
1999-08-12
1
-7
/
+12
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-7
/
+11
*
Every reqh in an aborted pipe is given status CANCELED and the callback is
n_hibma
1999-07-27
1
-15
/
+7
*
Add comments, change variable names to make them consistent (r -> err,
n_hibma
1999-07-25
11
-155
/
+173
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
4
-8
/
+6
*
Add the semi-official Bulk protocol id 'P'
n_hibma
1999-07-03
1
-1
/
+6
*
Add MultiTech Atlas modem
n_hibma
1999-06-27
2
-0
/
+15
*
Remove superfluous semi-colon
n_hibma
1999-06-27
1
-4
/
+4
*
Replace usbd_device_set_desc by device_set_desc_copy
n_hibma
1999-06-27
3
-10
/
+1
*
Change 'device' to 'self', to be more like the rest of the code
n_hibma
1999-06-26
2
-4
/
+4
*
Only print the device name once, during attach (device_quiet)
n_hibma
1999-06-21
1
-0
/
+2
*
1) Do not include usbdivar.h and access the interface descriptor through
n_hibma
1999-06-20
1
-88
/
+39
*
Remove option USBVERBOSE
n_hibma
1999-06-16
1
-2
/
+2
*
1) remove the soft reset after a command failed.
n_hibma
1999-06-13
1
-5
/
+17
*
1) Add non-blocking I/O on read
n_hibma
1999-06-13
1
-6
/
+32
*
Shorten the strings a bit (remove 'Host')
n_hibma
1999-06-13
2
-15
/
+16
*
Add remark about where bInterfaceProtocol number for USB Zip drive comes
n_hibma
1999-06-04
1
-1
/
+1
*
USB stopped working as of the recent cdevsw cleanup. This fixes that.
n_hibma
1999-06-01
3
-7
/
+8
*
Remove the stub driver. It's useless.
n_hibma
1999-06-01
1
-137
/
+0
*
usbd_get_request_status now only returns the value if the associated
n_hibma
1999-06-01
1
-4
/
+8
*
1) Remove the definition of usb_cdc_generic_descriptor_t. It is
n_hibma
1999-05-31
1
-7
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+1
[next]