From: Jeff Garzik <jgarzik@pobox.com>
To: andersen@codepoet.org
Cc: linux-ide@vger.kernel.org, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [sata] Promise PATA port on PDC2037x SATA
Date: Thu, 25 Mar 2004 22:41:01 -0500 [thread overview]
Message-ID: <4063A64D.2000901@pobox.com> (raw)
In-Reply-To: <20040326031619.GA1755@codepoet.org>
Thanks for testing.
Is your PCI id listed in this function?
static int pdc_pata_possible(struct pci_dev *pdev)
{
if (pdev->device == 0x3375)
return 1;
return 0;
}
If yes, hrm. :)
If no, just unconditionally return 1 there and see if you get the
message in pdc_host_init():
/* check for PATA port on PDC20375 */
if (pdc_pata_possible(pdev)) {
tmp = readl(mmio + PDC_PCI_CTL);
if (tmp & PDC_HAS_PATA)
printk(KERN_INFO DRV_NAME "(%s): sorry, PATA
port not supported yet\n",
pci_name(pdev));
}
next prev parent reply other threads:[~2004-03-26 3:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-26 1:37 [sata] Promise PATA port on PDC2037x SATA Jeff Garzik
2004-03-26 3:16 ` Erik Andersen
2004-03-26 3:41 ` Jeff Garzik [this message]
2004-03-26 3:45 ` Erik Andersen
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=4063A64D.2000901@pobox.com \
--to=jgarzik@pobox.com \
--cc=andersen@codepoet.org \
--cc=linux-ide@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.