This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
cam
History
Matt Jacob
ca05119e8a
Use the Hitachi 2.5" HD, 120 GB as a USB device.
...
Submitted by: Joakim Bentholm` MFC after: 3 days
2007-05-29 01:23:38 +00:00
..
scsi
Use the Hitachi 2.5" HD, 120 GB as a USB device.
2007-05-29 01:23:38 +00:00
cam_ccb.h
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
2007-04-15 08:49:19 +00:00
cam_debug.h
…
cam_periph.c
Eliminate the use of M_TEMP.
2007-05-14 21:48:53 +00:00
cam_periph.h
Inline cam_periph_lock|unlock to make debugging easier. Use more
2007-04-19 22:46:26 +00:00
cam_queue.c
…
cam_queue.h
…
cam_sim.c
Split the camisr into per-SIM done queues. This optimizes the locking a
2007-04-19 14:28:43 +00:00
cam_sim.h
Split the camisr into per-SIM done queues. This optimizes the locking a
2007-04-19 14:28:43 +00:00
cam_xpt_periph.h
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
2007-04-18 04:58:53 +00:00
cam_xpt_sim.h
…
cam_xpt.c
Release the bus reference that is acquired when doing a CAMIOCOMMAND
2007-05-16 16:57:21 +00:00
cam_xpt.h
Add a helper function for registering async callbacks. Besides
2007-05-16 16:54:23 +00:00
cam.c
Remove duplicate includes.
2007-05-23 13:36:02 +00:00
cam.h
…