public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: David Laight <david.laight.linux@gmail.com>
To: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net-next] pcnet32: remove VLB support
Date: Thu, 15 Jan 2026 22:29:54 +0000	[thread overview]
Message-ID: <20260115222954.248e9f79@pumpkin> (raw)
In-Reply-To: <20260107071831.32895-1-enelsonmoore@gmail.com>

On Tue,  6 Jan 2026 23:18:31 -0800
Ethan Nelson-Moore <enelsonmoore@gmail.com> wrote:

> This allows the code managing device instances to be simplified
> significantly. The VLB bus is very obsolete and last appeared on
> P5 Pentium-era hardware. Support for it has been removed from
> other drivers, and it is highly unlikely anyone is using it with
> modern Linux kernels.

That device bring back memories, but only the PCnet/ISA and PCnet/PCI
variants.
IIRC both are basically AMD 'lance' ethernet chips with a built-in
bus interface (the ISA one is ISA pnp).
So have a limit of 24 address bits (I don't remember using a different
ring format than any other lance variant - just for the Sun HME).
I don't remember anything about VLB - just ISA, EISA and PCI.

There are two variants of the PCnet/PCI - the '790 and '791.
Each had its own quirks, I later thought that the 791 might have
been intended to support 100M - but didn't work.

The ISA variant needed one of the ISA DMA channels put into 'cascade
mode' (the kernel didn't really want to allow that), but was about
the only ISA card capable of saturating 10M ethernet with smallish
packets (IIRC in a 33MHz 486, but not the similar 386 box).
(And 'fun' to set to fixed IO addresses on a motherboard that supported
ISA pnp for a kernel that didn't.)

One bit you might disable is the probe_vlbus() code.
You really never want that sort of probe code, it can have a disastrous
effect on other hardware at the address being probed.

I didn't 'steal' the green datasheet book :-(

	David

  parent reply	other threads:[~2026-01-15 22:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-07  7:18 [PATCH net-next] pcnet32: remove VLB support Ethan Nelson-Moore
2026-01-09 18:04 ` Simon Horman
2026-01-11  0:40   ` Maciej W. Rozycki
2026-01-12 22:09     ` Thomas Bogendoerfer
2026-01-15 17:08       ` Simon Horman
2026-01-15 17:07     ` Simon Horman
2026-01-15 21:28       ` Maciej W. Rozycki
2026-01-15 22:29 ` David Laight [this message]
2026-01-15 22:40   ` Maciej W. Rozycki
2026-01-25  7:22   ` Ethan Nelson-Moore

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=20260115222954.248e9f79@pumpkin \
    --to=david.laight.linux@gmail.com \
    --cc=enelsonmoore@gmail.com \
    --cc=netdev@vger.kernel.org \
    /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