just the facts, ma'am. Reference: /n/atom/patch/applied/devarchcmt Date: Tue Mar 11 01:58:08 CET 2014 Signed-off-by: quanstro@quanstro.net --- /sys/src/nix/k10/devarch.c Tue Mar 11 01:57:34 2014 +++ /sys/src/nix/k10/devarch.c Tue Mar 11 01:57:35 2014 @@ -412,12 +412,9 @@ int i; /* - * And sometimes there is no keyboard... - * - * The reset register (0xcf9) is usually in one of the bridge - * chips. The actual location and sequence could be extracted from - * ACPI but why bother, this is the end of the line anyway. - print("Takes a licking and keeps on ticking...\n"); + * The reset register (0xcf9) is usually in one of the bridge chips. + * The actual location and sequence could be extracted from + * ACPI. */ i = inb(0xcf9); /* ICHx reset control */ i &= 0x06;