Subject: Re: fixes for wdc_obio.c [3]
To: None <port-macppc@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: port-macppc
Date: 07/30/2001 14:29:53
--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Thanks to all who tested and reported the failure. Well, the boot messages
showed me that the new code wasn't used, because of some stupidity on my
side :(
Please apply the attached patch to the wdc_obio.c I posted yesterday
I should have access to a ibook soon, so if this one doesn't work I'll postpone
this until I have the hardware in hands to test :)
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
--
--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff
--- wdc_obio.c.orig Mon Jul 30 14:27:01 2001
+++ wdc_obio.c Mon Jul 30 14:26:44 2001
@@ -218,7 +218,7 @@
}
wdcattach(chp);
- adjust_timing(chp);
+ sc->sc_wdcdev.set_modes(chp);
}
--MGYHOYXEY6WxJCY8--