* Re: [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard
2002-07-04 6:45 [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard Sebastien Lelarge
@ 2002-07-04 8:03 ` Andreas Schwab
2002-07-08 18:31 ` David Mosberger
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2002-07-04 8:03 UTC (permalink / raw)
To: linux-ia64
Sebastien Lelarge <Sebastien.Lelarge@bull.net> writes:
|> Notice that you won't be able to use your USB Keyboard before USB
|> subsystem is started. But it's a solution to debug a system running.
Another solution is to use a serial console.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard
2002-07-04 6:45 [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard Sebastien Lelarge
2002-07-04 8:03 ` Andreas Schwab
@ 2002-07-08 18:31 ` David Mosberger
2002-07-09 12:40 ` Matthew Wilcox
2002-07-09 15:12 ` David Mosberger
3 siblings, 0 replies; 5+ messages in thread
From: David Mosberger @ 2002-07-08 18:31 UTC (permalink / raw)
To: linux-ia64
>>>>> On Thu, 04 Jul 2002 10:03:50 +0200, Andreas Schwab <schwab@suse.de> said:
Andreas> Sebastien Lelarge <Sebastien.Lelarge@bull.net> writes:
Sebastien> Notice that you won't be able to use your USB Keyboard
Sebastien> before USB is started. But it's a solution to
Sebastien> debug a system running.
Andreas> Another solution is to use a serial console.
The hp zx1-based machines are legacy-free, so there is no old-fashion
serial port. Instead, the serial ports can be found via ACPI. In the
current machines, they're in memory-mapped I/O space. I have a kdb
patch to support this and will send it out soon (it needs a bit of
cleaning up).
--david
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard
2002-07-04 6:45 [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard Sebastien Lelarge
2002-07-04 8:03 ` Andreas Schwab
2002-07-08 18:31 ` David Mosberger
@ 2002-07-09 12:40 ` Matthew Wilcox
2002-07-09 15:12 ` David Mosberger
3 siblings, 0 replies; 5+ messages in thread
From: Matthew Wilcox @ 2002-07-09 12:40 UTC (permalink / raw)
To: linux-ia64
On Mon, Jul 08, 2002 at 11:31:04AM -0700, David Mosberger wrote:
> The hp zx1-based machines are legacy-free, so there is no old-fashion
> serial port. Instead, the serial ports can be found via ACPI. In the
> current machines, they're in memory-mapped I/O space. I have a kdb
> patch to support this and will send it out soon (it needs a bit of
> cleaning up).
Using the HCDP table, I hope? Not all the zx1-based machines have serial
ports in the ACPI namespace.
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard
2002-07-04 6:45 [Linux-ia64] [patch] kdb-v2.1-2.4.18-ia64-usb-keyboard Sebastien Lelarge
` (2 preceding siblings ...)
2002-07-09 12:40 ` Matthew Wilcox
@ 2002-07-09 15:12 ` David Mosberger
3 siblings, 0 replies; 5+ messages in thread
From: David Mosberger @ 2002-07-09 15:12 UTC (permalink / raw)
To: linux-ia64
>>>>> On Tue, 9 Jul 2002 13:40:00 +0100, Matthew Wilcox <willy@debian.org> said:
Matthew> On Mon, Jul 08, 2002 at 11:31:04AM -0700, David Mosberger
Matthew> wrote:
>> The hp zx1-based machines are legacy-free, so there is no
>> old-fashion serial port. Instead, the serial ports can be found
>> via ACPI. In the current machines, they're in memory-mapped I/O
>> space. I have a kdb patch to support this and will send it out
>> soon (it needs a bit of cleaning up).
Matthew> Using the HCDP table, I hope? Not all the zx1-based
Matthew> machines have serial ports in the ACPI namespace.
It shouldn't matter. The kdb code doesn't know where the info comes
from. The necessary info just gets stowed away when the serial driver
initializes. Having said that, the firmware I tested it with doesn't
have the HCDP tables, so it might be good to verify that such configs
really do work as well.
--david
^ permalink raw reply [flat|nested] 5+ messages in thread