<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Am 21.04.2009 18:18, schrieb Carl-Daniel Hailfinger:
<blockquote cite="mid:49EDF1C4.1030604@gmx.net" type="cite">
  <pre wrap="">On 21.04.2009 17:57, Patrick Georgi wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">- * Copyright (C) 2005-2007 Stefan Reinauer <a class="moz-txt-link-rfc2396E" href="mailto:stepan@openbios.org"><stepan@openbios.org></a>
+ * Copyright (C) 2005-2009 coresystems GmbH
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That's a bit unusual. I'd have expected the author name to remain:
Copyright (C) 2005-2009 coresystems GmbH
Written by Stefan Reinauer for coresystems GmbH
  </pre>
</blockquote>
I'll add that.<br>
<blockquote cite="mid:49EDF1C4.1030604@gmx.net" type="cite">
  <blockquote type="cite">
    <pre wrap="">@@ -927,7 +925,7 @@
                if (    (id == 0xffffffff) || (id == 0x00000000) ||
                        (id == 0x0000ffff) || (id == 0xffff0000))
                {
-                       printk_spew("%s, bad id 0x%x\n", dev_path(&dummy), id);
+                       // printk_spew("PCI: devfn 0x%x, bad id 0x%x\n", devfn, id);
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That change seems unrelated. Please revert.
  </pre>
</blockquote>
will do<br>
<blockquote cite="mid:49EDF1C4.1030604@gmx.net" type="cite">
  <blockquote type="cite">
    <pre wrap="">@@ -93,9 +93,8 @@
 
 void add_console(struct lb_header *header, u16 consoletype)
 {
-       struct lb_record *rec;
        struct lb_console *console;
-       rec = lb_new_record(header);
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I believe this is incorrect. The removed call modified *header and that
change is now missing.
  </pre>
</blockquote>
That header is an empty one, see the line below.<br>
<blockquote cite="mid:49EDF1C4.1030604@gmx.net" type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">+
        console = (struct lb_console *)lb_new_record(header);
        console->tag = LB_TAG_CONSOLE;
        console->size = sizeof(*console);
    </pre>
  </blockquote>
</blockquote>
<br>
Patrick<br>
</body>
</html>