On Wed, Feb 07, 2001 at 02:49:46PM +0200, Pekka Pietikainen wrote:
> One noticeable thing is that on the 3rd time, it didn't disable PCI memory
> write/invalidate like it did on the previous times. I'll continue poking
> around and see if I can make it work straight after rebooting.
Ha!
--- acenic.c~ Wed Feb 7 15:00:51 2001
+++ acenic.c Wed Feb 7 15:08:45 2001
@@ -487,7 +487,7 @@
static int max_tx_desc[ACE_MAX_MOD_PARMS];
static int max_rx_desc[ACE_MAX_MOD_PARMS];
static int tx_ratio[ACE_MAX_MOD_PARMS];
-static int dis_pci_mem_inval[ACE_MAX_MOD_PARMS];
+static int dis_pci_mem_inval[ACE_MAX_MOD_PARMS] = {1, 1, 1, 1, 1, 1, 1, 1};
static char version[] __initdata =
"acenic.c: v0.50 02/02/2001 Jes Sorensen, linux-acenic@xxxxxxxxxx\n"
--
Pekka Pietikainen
|