Re: [PATCH net v2 13/15] drivers: net: 8390: pcnet: Remove this driver

From: Dominik Brodowski

Date: Thu Apr 23 2026 - 01:59:03 EST


On Wed, Apr 22, 2026 at 01:01:56PM -0500, Andrew Lunn wrote:
> The pcnet was written by David A. Hindsh in 1999. It is an PCMCIA
> device, so unlikely to be used with modern kernels.
>
> Signed-off-by: Andrew Lunn <andrew@xxxxxxx>
> ---
> drivers/net/ethernet/8390/Kconfig | 11 -
> drivers/net/ethernet/8390/Makefile | 1 -
> drivers/net/ethernet/8390/pcnet_cs.c | 1717 ----------------------------------

NACK for this one. This is the most common PCMCIA networking device, so
should be removed only once the rest of the PCMCIA subsystem is removed.
For the other removals of PCMCIA device drivers in this series:

Acked-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>

Thanks,
Dominik