Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 1996 12:04:40 -0700
From:      Julian Elischer <julian@whistle.com>
To:        michael butler <imb@asstdc.com.au>
Cc:        current@FreeBSD.org
Subject:   Re: patch for consideration .. multi-block IDE
Message-ID:  <3214C648.446B9B3D@whistle.com>
References:  <199608070900.TAA00513@walkabout.asstdc.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
What happenned to this?
I notice that it's not in -current..
Bruce, did you veto this  or something?
I tried looking for responses in the archives but they seem broken

julian

michael butler wrote:
> 
> I noted that multi-block transfers had been broken .. the following patch
> corrects the problem (a line missed in the rearrange, I suspect) ..
> 
> *** /sys/i386/isa/wd.c.orig     Sun Jul 28 06:52:04 1996
> --- /sys/i386/isa/wd.c  Wed Aug  7 18:59:08 1996
> ***************
> *** 1665,1670 ****
> --- 1665,1671 ----
>         du->dk_dd.d_type = DTYPE_ESDI;
>         du->dk_dd.d_subtype |= DSTYPE_GEOMETRY;
>   #endif
> +       du->dk_multi = wp->wdp_nsecperint & 0xff;
> 
>         return (0);
>   }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3214C648.446B9B3D>