public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: glouis@dynamicro.on.ca
Cc: linux-kernel@vger.kernel.org, Alan Cox <alan@redhat.com>
Subject: Re: 3c509 2.4.2-ac12 compilation fails
Date: Mon, 05 Mar 2001 18:37:17 -0500	[thread overview]
Message-ID: <3AA4232D.B0175ADC@mandrakesoft.com> (raw)
In-Reply-To: <20010305181408.A1075@athame.dynamicro.on.ca>

Greg Louis wrote:
> 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'

hrm, I wonder if a patch got dropped before I sent it to Alan.  It not
only compiles locally, but works on my router at home :)  

> --- 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, 

That should be s/name/driver_data/...

/me begins to download and merge ac12...

-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie

  reply	other threads:[~2001-03-05 23:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-05 23:14 3c509 2.4.2-ac12 compilation fails Greg Louis
2001-03-05 23:37 ` Jeff Garzik [this message]
2001-03-06  1:42   ` Alan Cox
2001-03-06  3:09     ` [PATCH] " Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3AA4232D.B0175ADC@mandrakesoft.com \
    --to=jgarzik@mandrakesoft.com \
    --cc=alan@redhat.com \
    --cc=glouis@dynamicro.on.ca \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox