Re: [RFC][TTY] callout removal

From: Andrew Morton (akpm@digeo.com)
Date: Tue May 13 2003 - 01:44:15 EST


viro@parcelfarce.linux.theplanet.co.uk wrote:
>
> if ((tty->driver.type == TTY_DRIVER_TYPE_SERIAL) &&
> (tty->driver.subtype == SERIAL_TYPE_CALLOUT)) {
> printk("Warning, %s opened, is a deprecated tty "
> "callout device\n", tty_name(tty, buf));

google says that one person hit this in 1998. That's it.

The current message is

        printk(KERN_WARNING "tty_io.c: "
                "process %d (%s) used obsolete /dev/%s - "
                "update software to use /dev/ttyS%d\n",

and google("update software to use") == 201, spread across 1999-2001.

Kill it.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:43 EST