linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Robert E Brose II <bob@kunk.jriver.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: compiling 2.2.19 kernel with promise ide card support
Date: Sun, 8 Jul 2001 13:28:37 -0500 (CDT)	[thread overview]
Message-ID: <20010708182837.7945.qmail@kunk.jriver.com> (raw)


I'm trying to get a 2.2.19 kernel running to check some differences
I'm having with a 2.4 kernel. I've started with a stock 2.2.19
kernel from kernel.org and added patches I need on the 7600.

The problem I'm having is in getting the kernel to compile after adding
the ide patches (to support the promise line of cards) from

ftp://ftp.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.20/ide.2.2.19.05042001.patch

I have installed Michel Lanners 2.2 pci patches and the ide patch goes
in fine but when I try to compile the kernel I get....

make[3]: Entering directory `/usr4/linux/drivers/block'
cc -D__KERNEL__ -I/usr4/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring   -DEXPORT_SYMTAB -c ll_rw_blk.c
In file included from ll_rw_blk.c:28:
/usr4/linux/include/asm/ide.h:53: parse error before `*'
/usr4/linux/include/asm/ide.h:56: warning: function declaration isn't a prototype
/usr4/linux/include/asm/ide.h:63: parse error before `*'
/usr4/linux/include/asm/ide.h:63: warning: function declaration isn't a prototype


The problem is at this declaration...

        void        (*ide_init_hwif)(hw_regs_t *hw,
                                     ide_ioreg_t data_port,
                                     ide_ioreg_t ctrl_port,
                                     int *irq);

Can anyone drop me a clue as to the problem here??

Bob
--
Robert E. Brose II    N0QBJ
http://www.jriver.com/~bob/
bob@kunk.jriver.com

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2001-07-08 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-08 18:28 Robert E Brose II [this message]
2001-07-08 19:33 ` compiling 2.2.19 kernel with promise ide card support Michel Lanners
  -- strict thread matches above, loose matches on Subject: below --
2001-07-13 16:50 Robert E Brose II

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=20010708182837.7945.qmail@kunk.jriver.com \
    --to=bob@kunk.jriver.com \
    --cc=linuxppc-dev@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).