Date: Wed, 7 Aug 1996 19:00:18 +1000 (EST) From: michael butler <imb@asstdc.com.au> To: current@freebsd.org Subject: patch for consideration .. multi-block IDE Message-ID: <199608070900.TAA00513@walkabout.asstdc.com.au>
next in thread | raw e-mail | index | archive | help
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?199608070900.TAA00513>