diff options
author | mjacob <mjacob@FreeBSD.org> | 2010-11-27 20:33:08 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2010-11-27 20:33:08 +0000 |
commit | 3c08a5cb789bd442298c25a9bfb2c312e0ba0554 (patch) | |
tree | 18092a361b08253eaae65fb83fc36b85f13f263f /sys/dev/isp | |
parent | 287a38757f78eae6caeeb56110b3e90c81cf9cdd (diff) | |
download | FreeBSD-src-3c08a5cb789bd442298c25a9bfb2c312e0ba0554.zip FreeBSD-src-3c08a5cb789bd442298c25a9bfb2c312e0ba0554.tar.gz |
Partially revert 208119. We were overwriting tunable settings.
Obtained from: Oleg Sharoyko
MFC after: 1 week
Diffstat (limited to 'sys/dev/isp')
-rw-r--r-- | sys/dev/isp/isp_freebsd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 6de0e5d..b12031e 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); |