public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problems with PDC202xx driver
@ 2000-12-06 12:59 James Lamanna
  2000-12-06 19:25 ` Andre Hedrick
  0 siblings, 1 reply; 7+ messages in thread
From: James Lamanna @ 2000-12-06 12:59 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-12-07  0:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-06 12:59 Problems with PDC202xx driver James Lamanna
2000-12-06 19:25 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox