ChangeSet@1.660, 2002-05-24 17:56:40+02:00, vojtech@twilight.ucw.cz UDMA33 controller cannot deetct 80-wire cable. aec62xx.c | 3 +++ 1 files changed, 3 insertions(+) diff -Nru a/drivers/ide/aec62xx.c b/drivers/ide/aec62xx.c --- a/drivers/ide/aec62xx.c Fri May 24 17:56:57 2002 +++ b/drivers/ide/aec62xx.c Fri May 24 17:56:57 2002 @@ -223,6 +223,9 @@ { unsigned char t; + if (ch->pci_dev->device == PCI_DEVICE_ID_ARTOP_ATP850UF) + return 0; + pci_read_config_byte(ch->pci_dev, AEC_MISC, &t); return ((t & (1 << ch->unit)) ? 0 : 1); }