Am 17.10.2013 um 18:48 schrieb Geert Uytterhoeven <[email protected]>:

> "debug=ser" and "debug=mem" share the same struct console.
> "debug=ser" does:
>        amiga_console_driver.write = amiga_serial_console_write;
>        register_console(&amiga_console_driver);
> "debug=mem" does:
>        amiga_console_driver.write = amiga_mem_console_write;
>        register_console(&amiga_console_driver);
> and then the core console code complains it's registered twice, so
> it ignores the second one. Hence it's harmless (but the second one won't
> work).

In fact, dmesg on AmigaOS worked as well and produced the same output. :-)

-- 
Ciao...            //      Fon: 0381-2744150
      Ingo       \X/       http://blog.windfluechter.net


gpg pubkey:  http://www.juergensmann.de/ij_public_key.asc


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to