<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -112,6 +112,13 @@ void ATAProcess() {
 	puthexlong(li); syscall_puts(&quot; (&quot;); putdec(li * 512 / 1024); syscall_puts(&quot; KiB)&quot;);
 	 */
 
+	// Now we need to wait and listen for commands!
+	// I think we need a message passing method for this, not just our current reader/writer.
+	if (!SYSCALL_BOOL(syscall_registerName(&quot;system.io.ata&quot;)))
+		syscall_panic(&quot;could not register system.io.ata&quot;);
+
+	if (!SYSCALL_BOOL(syscall_registerNode(&quot;command&quot;)))
+		syscall_panic(&quot;could not register system.io.ata:command&quot;);
 }
 
 void ata_read_data(u32 sector_offset, u16 offset, u32 length, u8 *buffer)</diff>
      <filename>TmpATA.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2bc622f1655f3720d07deb1272bbec38629205b7</id>
    </parent>
  </parents>
  <author>
    <name>Arlen Cuss</name>
    <email>celtic@sairyx.org</email>
  </author>
  <url>http://github.com/celtic/akari/commit/f5961fa888072d6e0063883041e0f5c545e1cb49</url>
  <id>f5961fa888072d6e0063883041e0f5c545e1cb49</id>
  <committed-date>2009-11-02T19:02:06-08:00</committed-date>
  <authored-date>2009-11-02T19:02:06-08:00</authored-date>
  <message>Start on ATA stuff...</message>
  <tree>d0e45d38e862ea479eceecda643f0a2d43a7fa1c</tree>
  <committer>
    <name>Arlen Cuss</name>
    <email>celtic@sairyx.org</email>
  </committer>
</commit>
