1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Partially revert 208119. We were overwriting tunable settings.

Obtained from:	Oleg Sharoyko
MFC after:	1 week
This commit is contained in:
Matt Jacob 2010-11-27 20:33:08 +00:00
parent bcc5c95b6b
commit c4f65bca0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215951

View File

@ -141,9 +141,6 @@ isp_attach_chan(ispsoftc_t *isp, struct cam_devq *devq, int chan)
fc->path = path;
fc->isp = isp;
fc->ready = 1;
fc->gone_device_time = isp_gone_device_time;
fc->loop_down_limit = isp_loop_down_limit;
fc->hysteresis = isp_fabric_hysteresis;
callout_init_mtx(&fc->ldt, &isp->isp_osinfo.lock, 0);
callout_init_mtx(&fc->gdt, &isp->isp_osinfo.lock, 0);