I don't know about the PDC20270, but the 20269 I have is most definitely
an Ultra133TX2
Brian Davids
-
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/
on top of the network driver to reduce the risk of getting
> hit by a breakpoint that is in the way of the gdb I/O. The code is
> almost too trivial to mention, but for anyone interested, it can still
> be found at:
>
> http://www.cs.arizona.edu/scout/software.html
>
> The relevant files are scout/sys/ai/kgdb_net.c and
> scout/router/tulip/tulip.c (the latter contains the Ethernet driver
> portion).
And I'm 95% sure that someone here (MontaVista) has done the same thing
for Linux... ARM if my memory serves me correctly. You'll also notice
that UDP debugging support is now in FSF GDB 5.3 snapshots. Sure, it's
a little lossy, but it works in the useful cases.
I'm not quite sure what happened to the kernel side... but it sounds
like this could be a nice candidate for the network dumping stack, too.
> PS: IIRC, the kgdb protocol has a simple checksumming protocol so it
> can deal with packet losses (perhaps not very gracefully, but on a
> LAN it's not going to be a problem anyhow).
Yes. The protocol also has explicit ACKs and has the basis for
retransmission; it's not extensive but it's enough to get by over even
a lossy serial cable.
-- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer - 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/