<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dispatch point &amp;quot;mod_load&amp;quot; is not known in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dispatch-point-quot-mod-load-quot-is-not-known/m-p/4174012#M91801</link>
    <description>What OS version are you on?&lt;BR /&gt;I don't see mod_load documented in the 11.23 DDK:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=c7089099cee021109099cee02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=c7089099cee021109099cee02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;But it is in 11.31:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=a808f321e5f02110f321e5f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=a808f321e5f02110f321e5f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you looked at the DDK FAQ?&lt;BR /&gt;&lt;A href="http://direct.h21007.www2.hp.com/portal/download/files/unprot/ddk/HP-UXDDKFAQ.htm" target="_blank"&gt;http://direct.h21007.www2.hp.com/portal/download/files/unprot/ddk/HP-UXDDKFAQ.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, your "type char block" isn't valid for 11.31.</description>
    <pubDate>Fri, 13 Jun 2008 07:00:17 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-06-13T07:00:17Z</dc:date>
    <item>
      <title>dispatch point "mod_load" is not known</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dispatch-point-quot-mod-load-quot-is-not-known/m-p/4174011#M91800</link>
      <description>Hi,&lt;BR /&gt;I am new to HP-UX driver programming.&lt;BR /&gt;I have written a simple Loadable Kernel Module.&lt;BR /&gt;I got problem during compilation in my modmeta file.&lt;BR /&gt;&lt;BR /&gt;Problem Statement:&lt;BR /&gt;patch point "mod_load" is not known&lt;BR /&gt;&lt;BR /&gt;Here is my modmeta file content:&lt;BR /&gt;&lt;BR /&gt;module myDriver {&lt;BR /&gt;        desc "My sample driver"&lt;BR /&gt;        type wsio_class&lt;BR /&gt;        version 1.0.0&lt;BR /&gt;        states auto loaded static&lt;BR /&gt;        loadtimes driver_install run&lt;BR /&gt;        unloadable&lt;BR /&gt;        dependency wsio&lt;BR /&gt;        initfunc driver_install  myDriver_install static&lt;BR /&gt;        initfunc mod_load myDriver_load&lt;BR /&gt;        initfunc mod_unload myDriver_unload&lt;BR /&gt;        driver {&lt;BR /&gt;                type char block&lt;BR /&gt;                class pseudo&lt;BR /&gt;                flags save_conf&lt;BR /&gt;        }&lt;BR /&gt;}</description>
      <pubDate>Fri, 04 Apr 2008 11:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dispatch-point-quot-mod-load-quot-is-not-known/m-p/4174011#M91800</guid>
      <dc:creator>Nihar Ranjan Panda</dc:creator>
      <dc:date>2008-04-04T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: dispatch point "mod_load" is not known</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dispatch-point-quot-mod-load-quot-is-not-known/m-p/4174012#M91801</link>
      <description>What OS version are you on?&lt;BR /&gt;I don't see mod_load documented in the 11.23 DDK:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=c7089099cee021109099cee02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=c7089099cee021109099cee02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;But it is in 11.31:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=a808f321e5f02110f321e5f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=a808f321e5f02110f321e5f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you looked at the DDK FAQ?&lt;BR /&gt;&lt;A href="http://direct.h21007.www2.hp.com/portal/download/files/unprot/ddk/HP-UXDDKFAQ.htm" target="_blank"&gt;http://direct.h21007.www2.hp.com/portal/download/files/unprot/ddk/HP-UXDDKFAQ.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, your "type char block" isn't valid for 11.31.</description>
      <pubDate>Fri, 13 Jun 2008 07:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dispatch-point-quot-mod-load-quot-is-not-known/m-p/4174012#M91801</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-13T07:00:17Z</dc:date>
    </item>
  </channel>
</rss>

