From owner-freebsd-current Fri Aug 16 12:07:03 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA08151 for current-outgoing; Fri, 16 Aug 1996 12:07:03 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA08143 for ; Fri, 16 Aug 1996 12:06:56 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA03761; Fri, 16 Aug 1996 12:05:30 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) by whistle.com via smap (V1.3) id sma003757; Fri Aug 16 12:05:29 1996 Message-ID: <3214C648.446B9B3D@whistle.com> Date: Fri, 16 Aug 1996 12:04:40 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: michael butler CC: current@FreeBSD.org Subject: Re: patch for consideration .. multi-block IDE References: <199608070900.TAA00513@walkabout.asstdc.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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); > }