[openfirmware] [commit] r3786 - dev/ide

repository service svn at openfirmware.info
Thu Oct 22 03:13:20 CEST 2015


Author: quozl
Date: Thu Oct 22 03:13:19 2015
New Revision: 3786
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3786

Log:
IDE: fix probe message, from Marcin Cieslak

Fix "Unimplemented package interface procedure" message during "Probe IDE"

Modified:
   dev/ide/idenode.fth

Modified: dev/ide/idenode.fth
==============================================================================
--- dev/ide/idenode.fth	Thu Oct 22 03:08:55 2015	(r3785)
+++ dev/ide/idenode.fth	Thu Oct 22 03:13:19 2015	(r3786)
@@ -22,6 +22,7 @@
 
 : any-blocks?   " any-blocks?"   $call-parent ;
 : cdrom?        " cdrom?"        $call-parent ;
+: node-fcode    " node-fcode"    $call-parent ;
 
 : set-address   ( unit -- dummy unit )
 



More information about the openfirmware mailing list