Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!enea!tut!santra!news From: news@santra.UUCP (news) Newsgroups: comp.os.minix Subject: PLEASE try this xt_wini.c Message-ID: <7118@santra.UUCP> Date: Tue, 11-Aug-87 11:38:41 EDT Article-I.D.: santra.7118 Posted: Tue Aug 11 11:38:41 1987 Date-Received: Sat, 15-Aug-87 01:20:46 EDT Reply-To: ptk@hutcs.hut.fi (Pertti Kasanen) Distribution: world Organization: Helsinki University of Technology, Finland Lines: 27 Keywords: xt_wini.c NCL Summary: xt_wini testing needed I'm adding NCL hard disk controller support to 1.2 xt_wini.c as #ifdef. I think the following fix should be applied for all controllers. As far as I can imagine it should work on every controller, but I have no way to find out. It fixes some timing problems with giving orders to controller. Please try the following diff in other controllers and mail me the results. It certainly does'n destroy anything, it either works or fails to read the partition table. Just DON'T put this version of kernel on top of your previous boot disk. ----------------------- cut here for xt_wini.diff --------------------------- 602d601 < port_out(WIN_DMA, mode); 636,637c635,638 < else < return(OK); --- > else { > port_out(WIN_DMA, mode); > return(OK); > } ---------------------- cut here for something else -------------------------- Pertti Kasanen Internet: ptk@hutcs.hut.fi +358 0 753 3779 Bitnet: ptk%hutcs.uucp@fingate.bitnet Helsinki University of Technology UUCP: mcvax!hutcs!ptk