mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Jason Dravet" <dravet@hotmail.com>
To: bjorn.helgaas@hp.com
Cc: rmk+lkml@arm.linux.org.uk, linux-kernel@vger.kernel.org
Subject: Re: wrong number of serial port detected
Date: Fri, 09 Dec 2005 19:46:12 -0600	[thread overview]
Message-ID: <BAY103-F22CCAF1888F2839F97DCCBDF440@phx.gbl> (raw)
In-Reply-To: <200512091254.44770.bjorn.helgaas@hp.com>

>From: Bjorn Helgaas <bjorn.helgaas@hp.com>
>To: "Jason Dravet" <dravet@hotmail.com>
>CC: rmk+lkml@arm.linux.org.uk, linux-kernel@vger.kernel.org
>Subject: Re: wrong number of serial port detected
>Date: Fri, 9 Dec 2005 12:54:44 -0700
>
>On Friday 09 December 2005 7:37 am, Jason Dravet wrote:
> > The question I have
> > is with all of this plug and play stuff in our PCs shouldn't it be 
>possible
> > to get the correct number of ports, ask the bios or the pci bus or
> > something?
>
>Yes.  ACPI (or even PNPBIOS) should tell us about all the "legacy"
>ports, and PCI or other bus enumeration should tell us about all the
>rest.
>
>So in theory, if we have some flavor of PNP, we should be able to
>ignore all the compiled-in stuff in SERIAL_PORT_DFNS, which is what
>leads to the duplicate port detection.  I've considered doing that
>(and ia64 already does it), but it would almost certainly break
>systems because of BIOS bugs, so I'm not sure it's worth the risk.

I agree that breaking things is bad, but it would be interesting to see what 
would happen and if anyone complains.  A gut feeling is that very few people 
use more than the two serial ports that come on their motherboards.  Where I 
work out of the 2,500 PCs on campus, only 3 or 4 PCs actually use a serial 
port.  I think this would be a good survey for slashdot.  I don't use the 
serial ports on my PCs.  I do use the serial ports on my servers.  The 
serial ports on the servers connect to a digi terminal server.  One serial 
port is the management interface to the server, the other is setup for 
serial login.

The reason I started this thread is because I wanted to know why/how I was 
seeing 32 serial ports in /dev when I have 0 enabled on my PC and I have 2 
serial ports on my servers.  Thanks to the responses I have a better 
understanding of what is going on.

>Having all the extra /dev/ttyS entries is a little different problem.
>That is basically so "setserial /dev/ttySx" can be used to work around
>the fact that the serial driver doesn't know about all existing devices.
>If it did, setserial should be superfluous.  Maybe there'd be a way to
>implement that functionality via sysfs and get rid of the extra
>/dev/ttyS entries.  That'd be kind of cool.

sysfs is way outside my area of understanding.  Anything that moves to a 
more accurate /dev directory is good in my book.

Thanks,
Jason



  reply	other threads:[~2005-12-10  1:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-08  3:02 Jason Dravet
2005-12-08 10:54 ` Russell King
2005-12-09 14:37   ` Jason Dravet
2005-12-09 17:27     ` Russell King
2005-12-09 19:54     ` Bjorn Helgaas
2005-12-10  1:46       ` Jason Dravet [this message]
2005-12-10 10:35       ` Russell King
2005-12-10 14:24         ` Jason Dravet
2005-12-10 15:46           ` Russell King
2005-12-10 17:56             ` Jason Dravet
  -- strict thread matches above, loose matches on Subject: below --
2005-12-07 15:44 Jason Dravet
2005-12-07 15:50 ` Russell King
2005-12-07 19:59   ` Jason Dravet
2005-12-07 21:15     ` Russell King
2005-12-07 21:28       ` Xavier Bestel
2005-12-07 21:31         ` Russell King
2005-12-07 21:38           ` Russell King
2005-12-07 23:03             ` Dave Jones
2005-12-07 23:46               ` Russell King
2005-12-08  0:50                 ` Dave Jones
2005-12-08  3:09                   ` Dave Jones
2006-01-07 16:46                     ` Russell King
2006-01-07 21:05                       ` Dave Jones
2006-01-08  1:23                         ` Jason Dravet
2006-01-08  9:08                           ` Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY103-F22CCAF1888F2839F97DCCBDF440@phx.gbl \
    --to=dravet@hotmail.com \
    --cc=bjorn.helgaas@hp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk+lkml@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome