[PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers

Andrew Lunn posted 18 patches 1 month, 3 weeks ago
There is a newer version of this series
.../device_drivers/ethernet/3com/vortex.rst        |  459 ---
MAINTAINERS                                        |    7 -
drivers/net/ethernet/3com/3c509.c                  | 1448 ---------
drivers/net/ethernet/3com/3c515.c                  | 1566 ---------
drivers/net/ethernet/3com/3c574_cs.c               | 1164 -------
drivers/net/ethernet/3com/3c589_cs.c               |  974 ------
drivers/net/ethernet/3com/3c59x.c                  | 3357 --------------------
drivers/net/ethernet/3com/Kconfig                  |   66 -
drivers/net/ethernet/3com/Makefile                 |    5 -
drivers/net/ethernet/8390/Kconfig                  |   52 -
drivers/net/ethernet/8390/Makefile                 |    4 -
drivers/net/ethernet/8390/axnet_cs.c               | 1707 ----------
drivers/net/ethernet/8390/pcnet_cs.c               | 1717 ----------
drivers/net/ethernet/8390/smc-ultra.c              |  630 ----
drivers/net/ethernet/8390/wd.c                     |  575 ----
drivers/net/ethernet/Kconfig                       |    2 -
drivers/net/ethernet/amd/7990.c                    |  671 ----
drivers/net/ethernet/amd/7990.h                    |  251 --
drivers/net/ethernet/amd/Kconfig                   |   39 -
drivers/net/ethernet/amd/Makefile                  |    4 -
drivers/net/ethernet/amd/hplance.c                 |  238 --
drivers/net/ethernet/amd/hplance.h                 |   27 -
drivers/net/ethernet/amd/lance.c                   | 1317 --------
drivers/net/ethernet/amd/mvme147.c                 |  198 --
drivers/net/ethernet/amd/nmclan_cs.c               | 1508 ---------
drivers/net/ethernet/cirrus/Kconfig                |   40 -
drivers/net/ethernet/cirrus/Makefile               |    2 -
drivers/net/ethernet/cirrus/cs89x0.c               | 1915 -----------
drivers/net/ethernet/cirrus/cs89x0.h               |  461 ---
drivers/net/ethernet/cirrus/mac89x0.c              |  577 ----
drivers/net/ethernet/fujitsu/Kconfig               |   30 -
drivers/net/ethernet/fujitsu/Makefile              |    6 -
drivers/net/ethernet/fujitsu/fmvj18x_cs.c          | 1176 -------
drivers/net/ethernet/smsc/Kconfig                  |   27 -
drivers/net/ethernet/smsc/Makefile                 |    2 -
drivers/net/ethernet/smsc/smc9194.c                | 1535 ---------
drivers/net/ethernet/smsc/smc91c92_cs.c            | 2059 ------------
drivers/net/ethernet/xircom/Kconfig                |   30 -
drivers/net/ethernet/xircom/Makefile               |    6 -
drivers/net/ethernet/xircom/xirc2ps_cs.c           | 1794 -----------
40 files changed, 27646 deletions(-)
[PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Andrew Lunn 1 month, 3 weeks ago
These old drivers have not been much of a Maintenance burden until
recently. Now there are more newbies using AI and fuzzers finding
issues, resulting in more work for Maintainers. Fixing these old
drivers make little sense, if it is not clear they have users.

These are all ISA and PCMCIA Ethernet devices, mostly from the last
century, a couple from 2001 or 2002. It seems unlikely they are still
used. However, remove them one patch at a time so they can be brought
back if somebody still has the hardware, runs modern kernels and wants
to take up the roll of driver Maintainer.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
Andrew Lunn (18):
      drivers: net: 3com: 3c509: Remove this driver
      drivers: net: 3com: 3c515: Remove this driver
      drivers: net: 3com: 3c574: Remove this driver
      drivers: net: 3com: 3c589: Remove this driver
      drivers: net: 3com: 3c59x: Remove this driver
      drivers: net: amd: Remove hplance and mvme147
      drivers: net: amd: lance: Remove this driver
      drivers: net: amd: nmclan: Remove this driver
      drivers: net: smsc: smc9194: Remove this driver
      drivers: net: smsc: smc91c92: Remove this driver
      drivers: net: cirrus: cs89x0: Remove this driver
      drivers: net: cirrus: mac89x0: Remove this driver
      drivers: net: fujitsu: fmvj18x: Remove this driver
      drivers: net: xircom: xirc2ps: Remove this driver
      drivers: net: 8390: AX88190: Remove this driver
      drivers: net: 8390: pcnet: Remove this driver
      drivers: net: 8390: ultra: Remove this driver
      drivers: net: 8390: wd80x3: Remove this driver

 .../device_drivers/ethernet/3com/vortex.rst        |  459 ---
 MAINTAINERS                                        |    7 -
 drivers/net/ethernet/3com/3c509.c                  | 1448 ---------
 drivers/net/ethernet/3com/3c515.c                  | 1566 ---------
 drivers/net/ethernet/3com/3c574_cs.c               | 1164 -------
 drivers/net/ethernet/3com/3c589_cs.c               |  974 ------
 drivers/net/ethernet/3com/3c59x.c                  | 3357 --------------------
 drivers/net/ethernet/3com/Kconfig                  |   66 -
 drivers/net/ethernet/3com/Makefile                 |    5 -
 drivers/net/ethernet/8390/Kconfig                  |   52 -
 drivers/net/ethernet/8390/Makefile                 |    4 -
 drivers/net/ethernet/8390/axnet_cs.c               | 1707 ----------
 drivers/net/ethernet/8390/pcnet_cs.c               | 1717 ----------
 drivers/net/ethernet/8390/smc-ultra.c              |  630 ----
 drivers/net/ethernet/8390/wd.c                     |  575 ----
 drivers/net/ethernet/Kconfig                       |    2 -
 drivers/net/ethernet/amd/7990.c                    |  671 ----
 drivers/net/ethernet/amd/7990.h                    |  251 --
 drivers/net/ethernet/amd/Kconfig                   |   39 -
 drivers/net/ethernet/amd/Makefile                  |    4 -
 drivers/net/ethernet/amd/hplance.c                 |  238 --
 drivers/net/ethernet/amd/hplance.h                 |   27 -
 drivers/net/ethernet/amd/lance.c                   | 1317 --------
 drivers/net/ethernet/amd/mvme147.c                 |  198 --
 drivers/net/ethernet/amd/nmclan_cs.c               | 1508 ---------
 drivers/net/ethernet/cirrus/Kconfig                |   40 -
 drivers/net/ethernet/cirrus/Makefile               |    2 -
 drivers/net/ethernet/cirrus/cs89x0.c               | 1915 -----------
 drivers/net/ethernet/cirrus/cs89x0.h               |  461 ---
 drivers/net/ethernet/cirrus/mac89x0.c              |  577 ----
 drivers/net/ethernet/fujitsu/Kconfig               |   30 -
 drivers/net/ethernet/fujitsu/Makefile              |    6 -
 drivers/net/ethernet/fujitsu/fmvj18x_cs.c          | 1176 -------
 drivers/net/ethernet/smsc/Kconfig                  |   27 -
 drivers/net/ethernet/smsc/Makefile                 |    2 -
 drivers/net/ethernet/smsc/smc9194.c                | 1535 ---------
 drivers/net/ethernet/smsc/smc91c92_cs.c            | 2059 ------------
 drivers/net/ethernet/xircom/Kconfig                |   30 -
 drivers/net/ethernet/xircom/Makefile               |    6 -
 drivers/net/ethernet/xircom/xirc2ps_cs.c           | 1794 -----------
 40 files changed, 27646 deletions(-)
---
base-commit: 1f5ffc672165ff851063a5fd044b727ab2517ae3
change-id: 20260421-v7-0-0-net-next-driver-removal-v1-47c88c987b34

Best regards,
-- 
Andrew Lunn <andrew@lunn.ch>
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Andrew Lunn 1 month, 3 weeks ago
On Tue, Apr 21, 2026 at 02:31:03PM -0500, Andrew Lunn wrote:
> These old drivers have not been much of a Maintenance burden until
> recently. Now there are more newbies using AI and fuzzers finding
> issues, resulting in more work for Maintainers. Fixing these old
> drivers make little sense, if it is not clear they have users.
> 
> These are all ISA and PCMCIA Ethernet devices, mostly from the last
> century, a couple from 2001 or 2002. It seems unlikely they are still
> used. However, remove them one patch at a time so they can be brought
> back if somebody still has the hardware, runs modern kernels and wants
> to take up the roll of driver Maintainer.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
> Andrew Lunn (18):

There should be 18 patches in this series, but it seems like b4 send
and exim are not working together too tell and have truncated it to 10
:-(

I maybe have a fix, but i will wait the usual 24 hours before
retrying.

>       drivers: net: 3com: 3c509: Remove this driver
>       drivers: net: 3com: 3c515: Remove this driver
>       drivers: net: 3com: 3c574: Remove this driver
>       drivers: net: 3com: 3c589: Remove this driver
>       drivers: net: 3com: 3c59x: Remove this driver
>       drivers: net: amd: Remove hplance and mvme147
>       drivers: net: amd: lance: Remove this driver
>       drivers: net: amd: nmclan: Remove this driver
>       drivers: net: smsc: smc9194: Remove this driver
>       drivers: net: smsc: smc91c92: Remove this driver
>       drivers: net: cirrus: cs89x0: Remove this driver
>       drivers: net: cirrus: mac89x0: Remove this driver
>       drivers: net: fujitsu: fmvj18x: Remove this driver
>       drivers: net: xircom: xirc2ps: Remove this driver
>       drivers: net: 8390: AX88190: Remove this driver
>       drivers: net: 8390: pcnet: Remove this driver
>       drivers: net: 8390: ultra: Remove this driver
>       drivers: net: 8390: wd80x3: Remove this driver

You should be able to tell from this what is missing, and i would like
to remove.

    Andrew

---
pw-bot: cr
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Jakub Kicinski 1 month, 3 weeks ago
On Tue, 21 Apr 2026 21:53:38 +0200 Andrew Lunn wrote:
> There should be 18 patches in this series, but it seems like b4 send
> and exim are not working together too tell and have truncated it to 10
> :-(

Looks like they ended up coming thru and got nom-nomed by the AIs,
which flagged some omissions (in docs mostly). So I'll keep the series
as "changes requested".

Please feel free to ignore the 24h limit for this. We need the
deletions shipped to Linus by Thu.
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Geert Uytterhoeven 1 month, 3 weeks ago
Hi Andrew,

On Tue, 21 Apr 2026 at 21:31, Andrew Lunn <andrew@lunn.ch> wrote:
> These old drivers have not been much of a Maintenance burden until
> recently. Now there are more newbies using AI and fuzzers finding
> issues, resulting in more work for Maintainers. Fixing these old
> drivers make little sense, if it is not clear they have users.

Thanks for your series!

> These are all ISA and PCMCIA Ethernet devices, mostly from the last

Only the drivers that depend solely on ISA or PCMCIA are drivers
for ISA and PCMCIA devices.

These are not:

-       depends on (PCI || EISA) && HAS_IOPORT_MAP
-       depends on DIO
-       depends on MVME147
-       depends on ARM || (COMPILE_TEST && !PPC)
-       depends on MAC

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by John Paul Adrian Glaubitz 1 month, 3 weeks ago
Hi Andrew,

On Tue, 2026-04-21 at 14:31 -0500, Andrew Lunn wrote:
> These old drivers have not been much of a Maintenance burden until
> recently. Now there are more newbies using AI and fuzzers finding
> issues, resulting in more work for Maintainers. Fixing these old
> drivers make little sense, if it is not clear they have users.
> 
> These are all ISA and PCMCIA Ethernet devices, mostly from the last
> century, a couple from 2001 or 2002. It seems unlikely they are still
> used. However, remove them one patch at a time so they can be brought
> back if somebody still has the hardware, runs modern kernels and wants
> to take up the roll of driver Maintainer.

They might still be used for retro-computing on various non-x86 computers
such as Alphas, older SPARC systems, PA-RISC and 68000 systems. Please don't
assume that every computer is just an x86 computer.

As for the AI-generated bug reports, I assume this will settle down sooner
or later when reporters realize not every issue is being addressed. Anyone
who is still using this old hardware won't be using them on machines directly
connected to the internet.

So, why bother? Just ignore those bug reports.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Daniel Palmer 1 month, 3 weeks ago
Hi Andrew,

On Wed, 22 Apr 2026 at 04:32, Andrew Lunn <andrew@lunn.ch> wrote:
>
> These old drivers have not been much of a Maintenance burden until
> recently. Now there are more newbies using AI and fuzzers finding
> issues, resulting in more work for Maintainers. Fixing these old
> drivers make little sense, if it is not clear they have users.
>
> These are all ISA and PCMCIA Ethernet devices, mostly from the last
> century, a couple from 2001 or 2002. It seems unlikely they are still
> used. However, remove them one patch at a time so they can be brought
> back if somebody still has the hardware, runs modern kernels and wants
> to take up the roll of driver Maintainer.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

I replied to the single patches for the ones I think I have off the
top of my head but maybe I have a few other these.
I think on x86 people running machines that have real ISA slots and a
modern kernel are going to be fairly rare but I think there is non-x86
hardware that has some of these and people are still using them.
I think the pcnet one is used in some PC emulators too?

This is just my opinion but I think it'd be good to give people a bit
more time before they get removed. I thought I was the only person
using the 68000 (a cpu from 1979) code in the m68k tree for years
until out of the blue a month or so ago someone popped up and asked if
I could fix a bug in it since I'd fixed a different bug in it
recently.

Maybe we could add a special thing in the maintainers for "this is
code only crazy people use" and have a rule to ignore untested AI
generated patches for it? :)

Thanks,

Daniel
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by David Laight 1 month, 3 weeks ago
On Wed, 22 Apr 2026 07:03:19 +0900
Daniel Palmer <daniel@0x0f.com> wrote:

...
> Maybe we could add a special thing in the maintainers for "this is
> code only crazy people use" and have a rule to ignore untested AI
> generated patches for it? :)

Is marking them EXPERT or BROKEN enough?
(Or a similar new option.)

	David
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Daniel Palmer 1 month, 3 weeks ago
Hi David,

On Wed, 22 Apr 2026 at 18:13, David Laight <david.laight.linux@gmail.com> wrote:

> Is marking them EXPERT or BROKEN enough?
> (Or a similar new option.)

I think EXPERT gives the wrong impression that they are difficult to
use and BROKEN makes it seem like they don't work.

NEEDSHOBBIES or LIVINGINTHEPAST ?

Seriously though, I think we should have something to mark stuff in
MAINTAINERS and elsewhere that is in the kernel but only because a few
people are having fun with it.
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Jakub Kicinski 1 month, 3 weeks ago
On Wed, 22 Apr 2026 18:33:15 +0900 Daniel Palmer wrote:
> Seriously though, I think we should have something to mark stuff in
> MAINTAINERS and elsewhere that is in the kernel but only because a few
> people are having fun with it.

IMHO that's not a great use of upstream maintainers' time.
We support loadable modules, perfect fit for retro computing
and drivers which aren't up to the standards.
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Byron Stanoszek 1 month, 3 weeks ago
On Tue, 21 Apr 2026, Andrew Lunn wrote:

> These old drivers have not been much of a Maintenance burden until
> recently. Now there are more newbies using AI and fuzzers finding
> issues, resulting in more work for Maintainers. Fixing these old
> drivers make little sense, if it is not clear they have users.
>
>      drivers: net: 3com: 3c59x: Remove this driver

Hi Andrew,

I happen to still use this driver on several hundred industrial PC
installations that were outfitted with 3com 3C905-B & CX cards 15+ years ago.
The old hardware still runs, therefore those cards haven't needed to be
replaced. I keep these systems up to date with the latest Linux kernel roughly
once per year.

I understand the maintenance burden, but I would be delighted to continue
receiving bug fixes for this driver via the mainline Linux kernel if you are
still willing to continue to support it.

Thanks and best regards,
  -Byron
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Andrew Lunn 1 month, 3 weeks ago
On Tue, Apr 21, 2026 at 04:44:11PM -0400, Byron Stanoszek wrote:
> On Tue, 21 Apr 2026, Andrew Lunn wrote:
> 
> > These old drivers have not been much of a Maintenance burden until
> > recently. Now there are more newbies using AI and fuzzers finding
> > issues, resulting in more work for Maintainers. Fixing these old
> > drivers make little sense, if it is not clear they have users.
> > 
> >      drivers: net: 3com: 3c59x: Remove this driver
> 
> Hi Andrew,
> 
> I happen to still use this driver on several hundred industrial PC
> installations that were outfitted with 3com 3C905-B & CX cards 15+ years ago.
> The old hardware still runs, therefore those cards haven't needed to be
> replaced. I keep these systems up to date with the latest Linux kernel roughly
> once per year.

So 6.18? 6.12?

> I understand the maintenance burden, but I would be delighted to continue
> receiving bug fixes for this driver via the mainline Linux kernel if you are
> still willing to continue to support it.

Looking at the history of 3c59x.c i see:

Date:   Tue Jan 6 10:47:21 2026 +0100

    net: 3com: 3c59x: fix possible null dereference in vortex_probe1()

Date:   Wed Jan 3 13:09:23 2018 -0500

    3c59x: fix missing dma_mapping_error check and bad ring refill logic

Date:   Thu Feb 25 13:02:50 2016 -0500

    3c59x: mask LAST_FRAG bit from length field in ring

Date:   Sun Feb 28 16:49:29 2016 +0900

    3c59x: Ensure to apply the expires time

Date:   Wed Jan 13 12:43:54 2016 -0500

    3c59x: fix another page map/single unmap imbalance

Date:   Wed Jan 13 12:43:53 2016 -0500

    3c59x: balance page maps and unmaps

Date:   Tue Jul 7 20:48:55 2015 +0200

    3c59x: Fix shared IRQ handling

So it looks like it was been pretty stable since 2016.

Could you live with v6.18, which has an expected EOL of December 2028?
If you are only updating once per year, security is not an issue, you
just want stability.

In fact, you might actually find stability starts going down in the
next couple of years, maybe sooner. What we expect to happen soon is a
lot more AI generated 'bug fixes', probably from newbies who are
unable to evaluate if the AI is generated good fixes or bad fixes, or
fixes which are theoretical rather than actual bugs etc. We netdev
Maintainers are already seeing the number of patches going up, and are
expecting to get overloaded. Which means quality will go down. We have
also seen the AI generated fixes are indiscriminate, neither the AI,
nor the human, care, or even look, to see if the driver is from the
last century. We Maintainers however would prefer spending our time on
drivers from the last ten years, maybe newer. So patches for these
older drivers is going to get less review, and bad patches will slip
through.

By dropping them for the current HEAD, we are reducing our surface
area. It will be interesting to see if the AI patches are only for
HEAD, or they start going back to older kernels to find 'bugs'.

However, just because a driver has gone from HEAD, it does not really
prevent us from taking patches for stable. But we Maintainers want to
avoid doing the triage work, figuring out good from bad.

We have not discussed it as a Maintainer team, but one thing which
might work is we add a entry for 3c59x.c in MAINTAINERS, in stable,
pointing to you. You can then validate patches, and tell us if they
are O.K. to queue for stable.

    Andrew
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Byron Stanoszek 1 month, 3 weeks ago
On Wed, 22 Apr 2026, Andrew Lunn wrote:
>
> Could you live with v6.18, which has an expected EOL of December 2028?
> If you are only updating once per year, security is not an issue, you
> just want stability.

I could for the time being, but this hasn't worked for me in the past. Usually
what happens is the PC breaks down, and the customer swaps in a new
backplane+SBC and moves all their PCI cards over. I then find I need to update
the kernel just to get the Intel DRM to work properly on the new CPU. Some of
these systems were installed back in the Linux 2.6 era, so I've gone through
several "Intel DRM not working" steps ever since CPUs started getting
integrated graphics. 2028 will come fast.

One thing worth mentioning though--these 3com cards are all PCI. They still
work perfectly fine on the newest hardware. Your subject says you're dropping
old ISA and PCMCIA support, so I don't fully understand why you included 3c59x
in the mix. Phoronix picked up this patch
(https://www.phoronix.com/news/Linux-Old-Network-AI), and according to the
comments, there are still people who use these cards (3c905s were very popular
back in the day). Would you be willing to leave this driver in mainline?

> However, just because a driver has gone from HEAD, it does not really
> prevent us from taking patches for stable. But we Maintainers want to
> avoid doing the triage work, figuring out good from bad.
>
> We have not discussed it as a Maintainer team, but one thing which
> might work is we add a entry for 3c59x.c in MAINTAINERS, in stable,
> pointing to you. You can then validate patches, and tell us if they
> are O.K. to queue for stable.

I'm sorry, but I already have enough going on to take up another maintainer
role. However, I thought Greg had some rule in place that said the stable
branches don't get any patches applied unless they also hit mainline. Is there
some exception for drivers in stable that don't exist in mainline anymore?

Thanks,
  -Byron
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Andrew Lunn 1 month, 3 weeks ago
On Tue, Apr 21, 2026 at 11:03:28PM -0400, Byron Stanoszek wrote:
> On Wed, 22 Apr 2026, Andrew Lunn wrote:
> > 
> > Could you live with v6.18, which has an expected EOL of December 2028?
> > If you are only updating once per year, security is not an issue, you
> > just want stability.
> 
> I could for the time being, but this hasn't worked for me in the past. Usually
> what happens is the PC breaks down, and the customer swaps in a new
> backplane+SBC and moves all their PCI cards over. I then find I need to update
> the kernel just to get the Intel DRM to work properly on the new CPU. Some of
> these systems were installed back in the Linux 2.6 era, so I've gone through
> several "Intel DRM not working" steps ever since CPUs started getting
> integrated graphics. 2028 will come fast.

Hi Byron

I will drop this driver from the patchset.

	Andrew
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Byron Stanoszek 1 month, 3 weeks ago
On Wed, 22 Apr 2026, Andrew Lunn wrote:

> On Tue, Apr 21, 2026 at 11:03:28PM -0400, Byron Stanoszek wrote:
>> On Wed, 22 Apr 2026, Andrew Lunn wrote:
>>>
>>> Could you live with v6.18, which has an expected EOL of December 2028?
>>> If you are only updating once per year, security is not an issue, you
>>> just want stability.
>>
>> I could for the time being, but this hasn't worked for me in the past.
>> Usually what happens is the PC breaks down, and the customer swaps in a new
>> backplane+SBC and moves all their PCI cards over. I then find I need to
>> update the kernel just to get the Intel DRM to work properly on the new CPU.
>> Some of these systems were installed back in the Linux 2.6 era, so I've gone
>> through several "Intel DRM not working" steps ever since CPUs started
>> getting integrated graphics. 2028 will come fast.
>
> Hi Byron
>
> I will drop this driver from the patchset.

Andrew,

Thank you very much.

  -Byron
Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
Posted by Finn Thain 1 month, 3 weeks ago
On Tue, 21 Apr 2026, Andrew Lunn wrote:

> These old drivers have not been much of a Maintenance burden until 
> recently.

They are not much of a maintenance burden because they are small, mature 
and stable.

> Now there are more newbies using AI and fuzzers finding issues, 
> resulting in more work for Maintainers.

AI helps find issues but AI also helps resolve issues.

> Fixing these old drivers make little sense, if it is not clear they have 
> users.
> 

Removing these old drivers makes little sense, if the issues were only 
noticed by AI and not by actual users.