diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-08-02 00:34:56 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-08-02 00:34:56 +0000 |
| commit | d51456f800b010916787093d11d416f8d01af1c2 (patch) | |
| tree | f5d1b4c5f23e764e7b4521a1627977103e28f0dc /sys/dev/isp/isp.c | |
| parent | 9070692e9db867fd5d0ced38dfea7be9ae3d0271 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp.c')
| -rw-r--r-- | sys/dev/isp/isp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 3d109b7f4977..a36cebac094a 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -4821,7 +4821,7 @@ isp_setdfltparm(struct ispsoftc *isp, int channel) sdp->isp_devparam[tgt].goal_offset = sdp->isp_devparam[tgt].nvrm_offset = off; sdp->isp_devparam[tgt].goal_period = - sdp->isp_devparam[tgt].goal_period = per; + sdp->isp_devparam[tgt].nvrm_period = per; isp_prt(isp, ISP_LOGDEBUG0, "Generated Defaults bus%d tgt%d flags %x off %x per %x", |
