public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH - compile fix for 3c509.c in 2.4.3-pre3
@ 2001-03-13  1:18 Neil Brown
  2001-03-13  1:47 ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Neil Brown @ 2001-03-13  1:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel


Linus,
 in 2.4.3-pre3, drivers/net/3c509.c will not compile ifdef CONFIG_ISAPNP.

 The following patches fixes the error.  I suspect that 3c515.c has
 the same problem, but I didn't need to fix that to get my kernel to
 build... so I didn't.

NeilBrown



--- ./drivers/net/3c509.c	2001/03/12 00:39:58	1.1
+++ ./drivers/net/3c509.c	2001/03/12 01:31:13	1.2
@@ -327,7 +327,7 @@
 			irq = idev->irq_resource[0].start;
 			if (el3_debug > 3)
 				printk ("ISAPnP reports %s at i/o 0x%x, irq %d\n",
-					el3_isapnp_adapters[i].name, ioaddr, irq);
+					(char *)el3_isapnp_adapters[i].driver_data, ioaddr, irq);
 			EL3WINDOW(0);
 			for (j = 0; j < 3; j++)
 				el3_isapnp_phys_addr[pnp_cards][j] =

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-03-13 10:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-13  1:18 PATCH - compile fix for 3c509.c in 2.4.3-pre3 Neil Brown
2001-03-13  1:47 ` Jeff Garzik
     [not found]   ` <15021.36013.606715.731130@notabene.cse.unsw.edu.au>
2001-03-13  3:02     ` Modular versus non-modular ISAPNP (was Re: PATCH - compile fix for 3c509.c in 2.4.3-pre3) Jeff Garzik
2001-03-13  4:03       ` Modular versus non-modular ISAPNP Ion Badulescu
2001-03-13 10:03         ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox