mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "support" <support@promise.com.tw>
To: <romieu@cogenit.fr>, <giro@hades.udg.es>
Cc: "Hank" <hanky@promise.com.tw>, <linux-kernel@vger.kernel.org>,
	<marcelo@conectiva.com.br>, <alan@lxorguk.ukuu.org.uk>
Subject: Re: [PATCH] 2.4.19-rc2-ac2 pdc202xx.c update
Date: Mon, 22 Jul 2002 11:16:04 +0800	[thread overview]
Message-ID: <01ee01c2312e$22976900$47cba8c0@promise.com.tw> (raw)
In-Reply-To: <01b801c22f0b$c02cc360$47cba8c0@promise.com.tw>

Giro,

Yes, It's 2.4.18 + patch-2.4.19-rc2 + patch-2.4.19-rc2-ac2 +
promise-patch-2.4.19-rc2-ac2.

Sorry, In ide.c (line-918) lack a '{' sign.c

> drivers/ide/idedriver.o(.text+0x3b37): undefined reference to
> `pdc202xx_marvell_idle'

Sorry, You must not enable CONFIG_BLK_DEV_PDC202XX
Or append follows will be okay.
ide.c (line-172)
#ifdef CONFIG_BLK_DEV_PDC202XX
extern int pdc202xx_marvell_idle (ide_drive_t *);/* needed below -- Promise
*/
#endif

ide.c (line-918)
 if (GET_STAT() & (BUSY_STAT|DRQ_STAT)) {
#ifdef CONFIG_BLK_DEV_PDC202XX
  /* Give a breath for Idle Immediate by Promise */
  if (HWIF(drive)->pci_devid.vid == PCI_VENDOR_ID_PROMISE)
   pdc202xx_marvell_idle(drive);
  else
#endif
   OUT_BYTE(WIN_IDLEIMMEDIATE, IDE_COMMAND_REG); /* force an abort */
 }


Alan or Marcelo, Would you please help us to update above issue? Thanks.


Francois,

We don't occur Oops you said, Please check your patch rule again.


--
Promise Technology, Inc



       reply	other threads:[~2002-07-22  3:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <01b801c22f0b$c02cc360$47cba8c0@promise.com.tw>
2002-07-22  3:16 ` support [this message]
2002-07-22  6:35   ` Francois Romieu
2002-07-23  1:05     ` support
2002-07-23  7:19       ` Francois Romieu
2002-07-23 17:08         ` Michal Jaegermann
2002-07-23 10:49 Mikael Pettersson
  -- strict thread matches above, loose matches on Subject: below --
2002-07-19  9:09 support
2002-07-19  9:52 ` Giro
2002-07-19  9:56   ` Giro

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='01ee01c2312e$22976900$47cba8c0@promise.com.tw' \
    --to=support@promise.com.tw \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=giro@hades.udg.es \
    --cc=hanky@promise.com.tw \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=romieu@cogenit.fr \
    /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

all inboxes | Powered by JetHome®