freebsd-nq/sys/cam/scsi
Nate Lawson faf9513401 Calling KNOTE with locks held may result in recursion when it calls back
into targreadfilt().  Unlock around calls to notify_user().  If an application
is sending CCBs while the endpoint is shutting down, this may result in
incomplete disable.  A more complete solution will come with a "dying" flag.

Submitted by:	simokawa
2003-09-04 16:30:03 +00:00
..
scsi_all.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_all.h Add support to CAM for devices with more than 2^32 blocks. (2TB if you're 2003-04-30 00:35:22 +00:00
scsi_cd.c Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers 2003-09-03 04:46:28 +00:00
scsi_cd.h Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix 2003-02-21 06:19:38 +00:00
scsi_ch.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_ch.h Use symbolic constants instead of "4". 2003-05-31 16:54:37 +00:00
scsi_da.c Remove the quirk for the FujiFilm camera. Submitter indicates it is now 2003-09-04 01:01:20 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h Add definitions for the task management codes sent in SPI4 2003-01-20 18:05:46 +00:00
scsi_low_pisa.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_low_pisa.h
scsi_low.c Merge common XPT_CALC_GEOMETRY functions into a single convenience function. 2003-06-14 22:17:41 +00:00
scsi_low.h use __packed. 2002-09-23 18:54:32 +00:00
scsi_message.h
scsi_pass.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_pass.h
scsi_pt.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_pt.h
scsi_sa.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_sa.h
scsi_ses.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_ses.h
scsi_targ_bh.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_target.c Calling KNOTE with locks held may result in recursion when it calls back 2003-09-04 16:30:03 +00:00
scsi_targetio.h New SCSI target emulator code 2002-11-22 22:55:51 +00:00