>Since the kernel debugging support does not use a driver
(the support is built into ntoskrnl.exe itself), it cannot
use a third-party driver to drive a faster port.
Well, that’s the rub, isn’t it? MSFT can tout the adoption of faster
“standard” usarts (what makes it standard is that everyone uses it) that
the built-in support can use at higher baudrates. But it’s currently a
chicken and egg problem, and without advocacy of faster rates from MSFT
(through the Windows PC design channels and WinHEC) this isn’t likely to
happen. Vendors need a good reason to increase the COGs, and there
currently isn’t one other than a tiny-whiney bunch of driver writers.

I’ve been using WinDBG (and it’s predecessors, in one form or another)
over serial lines as long as there has been kernel debgugging for
Windows (literally), and this has always been a concern - it’s just like
a network, there’s no such thing as too fast.
As far as debugging on a different server, we’ve thought of and tried
that, of course. We have multiple drivers all the way up the stack from
the HBA to and through our filesystem. There are some edge case problems
that are specific to the hardware and which do not recur on other
machines. They may be HAL-related, who knows - some blade architectures
share devices across the chassis, so have some non-standard bus
architectures. The dump files are sometimes useful, but sometimes these
things show up as a transient condition that isn’t easily catchable with
a dump.
It’s probably time for me to get 1394 working on the machines I have
that are capable of supporting it (meaning they have more than one
slot). Oh joy, more time to spend fiddling around so I can get to the
work part.
Thanks …dave
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Arlie Davis
Sent: Wednesday, March 15, 2006 11:53 AM
To: Kernel Debugging Interest List
Subject: RE: [windbg] Faster baud rates for Windbg serial…
It’s 1394. I think the problem with higher bitrates on “standard”
serial ports is that there is no way to express the higher bitrates in
the 16550 register set. You can get higher-speed serial ports, but they
all need their own driver. Since the kernel debugging support does not
use a driver (the support is built into ntoskrnl.exe itself), it cannot
use a third-party driver to drive a faster port.
Can you debug your driver on a different server, which has
1394/PCI/whatever? Then, once you’ve fixed the problem, debug on your
blade servers. Also, you can configure the blade servers to write full
dump files when they crash. Then, when they come back up, copy the dump
files to your debug machine and load them with “windbg -z foo.dmp”.
– arlie
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dave Beaver
Sent: Wednesday, March 15, 2006 2:27 PM
To: Kernel Debugging Interest List
Subject: [windbg] Faster baud rates for Windbg serial…
<>
—
You are currently subscribed to windbg as: unknown lmsubst tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to windbg as: xxxxx@polyserve.com To
unsubscribe send a blank email to xxxxx@lists.osr.com