All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for serial console on legacy free machines
@ 2001-07-26 21:13 Khalid Aziz
  2001-07-27 13:28 ` Simon Richter
  2001-07-30 18:21 ` Support for serial console on legacy free machines Rik van Riel
  0 siblings, 2 replies; 37+ messages in thread
From: Khalid Aziz @ 2001-07-26 21:13 UTC (permalink / raw)
  To: LKML

I am working on adding support for serial console on legacy free
machines. Legacy free machines are not expected to have the legacy COM
ports. The serial ports on these machines can exist in I/O space, memory
space or they could be PCI devices. This brings up the problem of
detecting where the serial console is. This problem is supposed to be
solved by ACPI 2.0 tables. The table that gives the details of serial
console is "Serial Port Console Redirection" (SPCR) table. This table
gives me almost all the information I need to initialize and use a
serial console. The bummer is this table was designed by Microsoft and
Microsoft owns the copyright on it. Microsoft primarily designed this
table for use by Whistler. Their copyright may cause potential problems
with using it in Linux. This makes me reluctant to use this table. I
would like to know how do others feel about using an ACPI table with
Microsoft copyright. I would like to try to push for another table in
ACPI spec that is free from copyright by any corporation and is simply a
part of spec, if most Linux developers are opposed to using a
copyrighted ACPI table.

Please ask questions if you need more info. URL for SPCR table
definition, if you would like to look at it, is
<http://www.microsoft.com/hwdev/headless/download/SerialPortRedir.zip>.

-- 
Khalid

====================================================================
Khalid Aziz                              Linux Systems Operation R&D
(970)898-9214                                        Hewlett-Packard
khalid@fc.hp.com                                    Fort Collins, CO

^ permalink raw reply	[flat|nested] 37+ messages in thread
[parent not found: <no.id>]
* Re: Support for serial console on legacy free machines
@ 2001-07-30 21:26 Andreas Dilger
  2001-07-30 21:38 ` Khalid Aziz
  0 siblings, 1 reply; 37+ messages in thread
From: Andreas Dilger @ 2001-07-30 21:26 UTC (permalink / raw)
  To: Linux kernel development list

Khalid Aziz writes:
> I am working on adding support for serial console on legacy free
> machines. Legacy free machines are not expected to have the legacy COM
> ports.

Has anyone considered allowing console devices to run over bi-directional
parallel ports?  I imagine most of the required code is in PLIP and serial,
which unfortunately I know nothing about.

Several newer systems I have today do not have physical serial ports at all,
but all of them (even laptops) still have bi-directional parallel ports.

I suppose there may be some difficulties in exporting a "serial-like"
interface to the user apps (e.g. minicom and such), but maybe not.

Cheers, Andreas
-- 
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2001-08-02 20:34 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-26 21:13 Support for serial console on legacy free machines Khalid Aziz
2001-07-27 13:28 ` Simon Richter
2001-07-30 17:49   ` Khalid Aziz
2001-07-30 20:35     ` acpitbl bug Laurent Pinchart
2001-07-30 18:21 ` Support for serial console on legacy free machines Rik van Riel
2001-07-30 19:39   ` Khalid Aziz
     [not found] <no.id>
2001-07-26 22:20 ` Alan Cox
2001-07-30 17:47   ` Khalid Aziz
  -- strict thread matches above, loose matches on Subject: below --
2001-07-30 21:26 Andreas Dilger
2001-07-30 21:38 ` Khalid Aziz
2001-07-30 22:40   ` Andreas Dilger
2001-07-30 22:53     ` Jan-Benedict Glaw
2001-07-30 22:53     ` Maciej W. Rozycki
2001-07-30 23:00     ` Khalid Aziz
2001-07-30 23:17       ` Randy.Dunlap
2001-07-30 23:39         ` Khalid Aziz
2001-07-30 23:52           ` Randy.Dunlap
2001-07-30 23:32       ` Andreas Dilger
2001-07-30 23:40         ` Ignacio Vazquez-Abrams
2001-07-30 23:45         ` Khalid Aziz
2001-07-31 14:34           ` Stuart MacDonald
2001-07-31 15:54             ` Miquel van Smoorenburg
2001-07-31 16:00             ` Eric W. Biederman
2001-07-31 16:10             ` Khalid Aziz
2001-07-31 16:39             ` Andreas Dilger
2001-07-31 18:43               ` Russell King
2001-08-01  2:01               ` Keith Owens
2001-07-31 16:42             ` Russell King
2001-07-31 17:14               ` Stuart MacDonald
2001-07-31 18:46                 ` Russell King
2001-08-01  3:21               ` Eric W. Biederman
2001-08-01  3:39                 ` Ignacio Vazquez-Abrams
2001-07-31  1:33     ` Keith Owens
2001-07-31  4:50       ` Johannes Erdfelt
2001-07-31 16:15         ` Khalid Aziz
2001-07-29 20:47           ` Alan Cox
2001-07-31 16:20           ` Randy.Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.