public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 3c509 2.4.2-ac12 compilation fails
@ 2001-03-05 23:14 Greg Louis
  2001-03-05 23:37 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Louis @ 2001-03-05 23:14 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

gcc -D__KERNEL__ -I/usr/src/linux-2.4.2ac12/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-march=i686    -c -o 3c509.o 3c509.c
3c509.c: In function 'el3_probe':
3c509.c:330: structure has no member named 'name'
make[3]: *** [3c509.o] Error 1
make[3]: Leaving directory /usr/src/linux-2.4.2ac12/drivers/net'

This works, though it's not as informative as what was intended:

--- drivers/net/3c509.c~	Mon Mar  5 17:41:37 2001
+++ drivers/net/3c509.c	Mon Mar  5 17:52:57 2001
@@ -326,8 +326,8 @@
 				return -EBUSY;
 			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);
+				printk ("ISAPnP reports %d at i/o 0x%x, irq %d\n",
+					el3_isapnp_adapters[i].card_device, ioaddr, irq);
 			EL3WINDOW(0);
 			for (j = 0; j < 3; j++)
 				el3_isapnp_phys_addr[pnp_cards][j] =


-- 
| G r e g  L o u i s          | gpg public key:      |
|   http://www.bgl.nu/~glouis |   finger greg@bgl.nu |

[-- Attachment #2: Type: application/pgp-signature, Size: 206 bytes --]

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-05 23:14 3c509 2.4.2-ac12 compilation fails Greg Louis
2001-03-05 23:37 ` Jeff Garzik
2001-03-06  1:42   ` Alan Cox
2001-03-06  3:09     ` [PATCH] " Jeff Garzik

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