From c4f65bca0b0e12ece26d78972ac3c73eb7c01d5a Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 27 Nov 2010 20:33:08 +0000 Subject: [PATCH] Partially revert 208119. We were overwriting tunable settings. Obtained from: Oleg Sharoyko MFC after: 1 week --- sys/dev/isp/isp_freebsd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 6de0e5d70047..b12031e22d15 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -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);