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
/
umass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ID of the InSystem USB Cable (not really supported yet).
n_hibma
2000-06-08
1
-2
/
+9
*
Make some if's cleaner. Add a define for the Zip 250.
n_hibma
2000-05-14
1
-5
/
+5
*
Add a define for the Zip 250
n_hibma
2000-05-07
1
-1
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Dereference a pointer (print int instead of pointer value)
n_hibma
2000-04-03
1
-1
/
+1
*
Numerous fixes brought in by Lennart Augustsson from NetBSD:
n_hibma
2000-04-03
1
-47
/
+151
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-57
/
+57
*
Add a hack to cam that makes the cam_xpt available to the rest of the
n_hibma
2000-04-03
1
-26
/
+3
*
Shoot. Did a compile in the wrong directory and missed this compiler
n_hibma
2000-04-02
1
-1
/
+1
*
Remove a static variable, a uniquifier for a SCSI command. It might have
n_hibma
2000-04-02
1
-5
/
+5
*
I got the CAM numbers (path id's, buses, unit numbers) and newbus
n_hibma
2000-04-02
1
-131
/
+231
*
Revert to a static value for the timeout. The timeout was supposedly
n_hibma
2000-03-28
1
-14
/
+5
*
The REQUEST SENSE command is 6b not 16b. Use the struct scsi_sense to
n_hibma
2000-03-26
1
-11
/
+13
*
The completely rewritten USB Mass Storage driver. It supports the following
n_hibma
2000-03-18
1
-430
/
+2191
*
Update de driver for the request->xfer changes.
n_hibma
1999-11-28
1
-6
/
+10
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-8
/
+8
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
1
-4
/
+7
*
1) Do not include usbdivar.h and access the interface descriptor through
n_hibma
1999-06-20
1
-88
/
+39
*
1) remove the soft reset after a command failed.
n_hibma
1999-06-13
1
-5
/
+17
*
Add remark about where bInterfaceProtocol number for USB Zip drive comes
n_hibma
1999-06-04
1
-1
/
+1
*
Notify CAM of the removed device on detach.
n_hibma
1999-05-30
1
-5
/
+3
*
Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed is
ken
1999-05-06
1
-3
/
+0
*
Add new member for XPT_PATH_INQ, follows recent changes in
n_hibma
1999-05-06
1
-0
/
+1
*
Replace UE_GET_IN with UE_GET_DIR
n_hibma
1999-05-03
1
-14
/
+9
*
Add driver for the Iomega Zip 100 drive.
n_hibma
1999-05-02
1
-0
/
+848