public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: James Lamanna <jlamanna@its.caltech.edu>
To: linux-kernel@vger.kernel.org
Subject: Problems with PDC202xx driver
Date: Wed, 06 Dec 2000 04:59:36 -0800	[thread overview]
Message-ID: <3A2E3837.6B01FF9E@its.caltech.edu> (raw)

Whenever I tried using the PDC202xx driver in 
2.4-test11 I kept receiving the line in dmsg:
PDC20267: neither IDE port enabled (BIOS)

I traced this to ide-pci.c, line 606:
if (e->reg && (pci_read_config_byte(dev, e->reg, &tmp) 
	|| (tmp & e->mask) != e->val))
    continue;       /* port not enabled */

This if was returning true, and skipping the rest of the loop
(which sets up the ioports...)
So it looks like to me that it's not enabling the IOPorts
for this chipset. This seems like a really bad thing, considering
that I can gain no access to the drives currently using this driver.
Any suggestions?

Thanks,
--James Lamanna
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2000-12-06 13:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-06 12:59 James Lamanna [this message]
2000-12-06 19:25 ` Problems with PDC202xx driver Andre Hedrick
2000-12-06 20:15   ` Dan Hollis
2000-12-06 21:17   ` James Lamanna
2000-12-06 21:33     ` Andre Hedrick
2000-12-06 22:02       ` James Lamanna
2000-12-06 23:40         ` Andre Hedrick

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=3A2E3837.6B01FF9E@its.caltech.edu \
    --to=jlamanna@its.caltech.edu \
    --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