Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Jan 2002 01:37:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Jan 2002 01:37:07 -0500 Received: from vindaloo.ras.ucalgary.ca ([136.159.55.21]:49316 "EHLO vindaloo.ras.ucalgary.ca") by vger.kernel.org with ESMTP id ; Mon, 7 Jan 2002 01:36:53 -0500 Date: Sun, 6 Jan 2002 23:36:54 -0700 Message-Id: <200201070636.g076asR25565@vindaloo.ras.ucalgary.ca> From: Richard Gooch To: Andrew Morton Cc: Ivan Passos , linux-kernel@vger.kernel.org Subject: Re: Serial Driver Name Question (kernels 2.4.x) In-Reply-To: <3C38BC19.72ECE86@zip.com.au> In-Reply-To: <3C34024A.EDA31D24@zip.com.au> <3C33E0D3.B6E932D6@zip.com.au> <3C33BCF3.20BE9E92@cyclades.com> <200201030637.g036bxe03425@vindaloo.ras.ucalgary.ca> <200201062012.g06KCIu16158@vindaloo.ras.ucalgary.ca> <3C38BC19.72ECE86@zip.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton writes: > Richard Gooch wrote: > > > > Andrew Morton writes: > > > Richard Gooch wrote: > > > > > > > > > Instead, it appears that someone broke tty_name(). Here's the > > > > > 2.2 kernel's version: > > > > > > > > That "someone" was me, and I changed it from broken to fixed. > > > > > > > > > > Look at serial.c: > > > > > > #if (LINUX_VERSION_CODE > 0x2032D && defined(CONFIG_DEVFS_FS)) > > > serial_driver.name = "tts/%d"; > > > #else > > > serial_driver.name = "ttyS"; > > > #endif > > > > > > tty_name will just print "ttyS". So the transition for this case > > > was fixed->broken. > > > > Why exactly is just "ttyS" broken? > > umm.. Because it doesn't tell the user which serial port the > message pertains to? Exactly where is it broken? I look at my dmesg output and things look fine. Regards, Richard.... Permanent: rgooch@atnf.csiro.au Current: rgooch@ras.ucalgary.ca - 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/