emaste 2008-04-01 00:09:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac_cam.c
Log:
Acquire Giant in aac_cam_event for xpt_release_simq. Not necessary with
MPSAFE CAM so not an MFC.
Revision ChangesPath
1.20.2.6 +4
emaste 2008-03-31 20:11:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac_cam.c
Log:
MFC aac_cam.c 1.30:
Merge from Adaptec a 64 bit fix and a workaround for luns != 0
returning CAM_SEL_TIMEOUT on SAS controllers, which p
emaste 2007-12-07 20:37:12 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac_cam.c
Log:
Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returning
CAM_SEL_TIMEOUT on SAS controllers, which prevented passthrough devices
from being created.
emaste 2007-08-22 14:46:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac_cam.c
Log:
MFC aac_cam.c 1.26:
Add a missing mutex unlock to an error path.
Submitted by: Yuxiang Luo
PR: 107943
Revision ChangesPath
scottl 2007-06-17 05:55:54 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac_cam.c
sys/dev/advansys advansys.c advlib.h adwcam.c
sys/dev/aha aha.c
sys/dev/ahb ahb.c ahbreg.h
sys/dev/aic aic.c aic_cbus.c aic_isa.c ai
scottl 2007-01-15 16:22:20 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac_cam.c
Log:
Add a missing mutex unlock to an error path.
Submitted by: Yuxiang Luo
PR: 107943
Revision ChangesPath
1.26 +1 -0 src/sys/dev/aac/aac_cam.c
delphij 2006-07-26 07:46:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/aac aac_cam.c
Log:
MFC 1.23:
Unlock aac_io_lock before returning, thus eliminates a mutex
leak.
Submitted by: Beyond Luo
PR: kern/100046
delphij 2006-07-26 07:46:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac_cam.c
Log:
MFC 1.23:
Unlock aac_io_lock before returning, thus eliminates a mutex
leak.
Submitted by: Beyond Luo
PR: kern/100046
delphij 2006-07-14 13:55:56 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac_cam.c
Log:
Unlock aac_io_lock before returning, thus eliminates a mutex
leak.
Submitted by: Beyond Luo
PR: kern/100046
Reviewed by:scottl
Revision C