# HG changeset patch # User Mychaela Falconia # Date 1529873262 0 # Node ID 9e55fe3a5ee44cecff5795166669ccfcdf69487e # Parent e9bdc8184d50228a9f834b99cdd86ee587fa2aa9 OSL: os_mis_fl.c compiles diff -r e9bdc8184d50 -r 9e55fe3a5ee4 components/frame_na7_db_fl --- a/components/frame_na7_db_fl Sun Jun 24 19:02:22 2018 +0000 +++ b/components/frame_na7_db_fl Sun Jun 24 20:47:42 2018 +0000 @@ -45,3 +45,4 @@ cfile_plain $SRCDIR/os_drv.c cfile_plain $SRCDIR/os_isr.c cfile_plain $SRCDIR/os_mem_fl.c +cfile_plain $SRCDIR/os_mis_fl.c diff -r e9bdc8184d50 -r 9e55fe3a5ee4 src/gpf2/osl/os_mis_fl.c --- a/src/gpf2/osl/os_mis_fl.c Sun Jun 24 19:02:22 2018 +0000 +++ b/src/gpf2/osl/os_mis_fl.c Sun Jun 24 20:47:42 2018 +0000 @@ -7,12 +7,13 @@ #include #include #include +#if 0 /* from first attempt at gcc-built fw, currently unused */ #include "../../riviera/rv/general.h" #include "../../riviera/rv/rv_general.h" #include "../../riviera/rvf/rvf_api.h" #include "../../services/ffs/ffs.h" -#include "gpfconf.h" /* FreeCalypso addition */ -#include "../../nucleus/nucleus.h" +#endif +#include "nucleus.h" #include "typedefs.h" #include "os.h" #include "gdi.h" @@ -20,8 +21,10 @@ #include "os_glob.h" #include "header.h" #include "vsi.h" +#if 0 /* from first attempt at gcc-built fw, currently unused */ #include "drvconf.h" #include "../tst_pei/tstdriver.h" +#endif #include "dar_func.h" #include "tools.h" @@ -71,7 +74,12 @@ LONG os_read_dar_ffs_data(USHORT entry, char *buffer, USHORT len) { - /* dummy for now */ + /* + * This function is only used to implement the READ_DAR_FILE + * system primitive; this frill feature is currently deemed + * not important enough to expend the effort to reconstruct + * this function from disassembly. + */ return(OS_ERROR); }