Re: [PATCH net-next] ne2k-pci: Enable RW-Bugfix

2020-10-08 Thread Jakub Kicinski
On Tue, 6 Oct 2020 18:56:06 +0200 Armin Wolf wrote: > Enable the ne2k-pci Read-before-Write Bugfix > since not doing so could (according to the Datasheet) > cause the system to lock up with some chips. > > Signed-off-by: Armin Wolf > --- > drivers/net/ethernet/8390/ne2k-pci.c | 2 +- > 1 file c

[PATCH net-next] ne2k-pci: Enable RW-Bugfix

2020-10-06 Thread Armin Wolf
Enable the ne2k-pci Read-before-Write Bugfix since not doing so could (according to the Datasheet) cause the system to lock up with some chips. Signed-off-by: Armin Wolf --- drivers/net/ethernet/8390/ne2k-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ether