Fix timeout when using UDMA speeds, bad chip setup.
This commit is contained in:
parent
96c4266cb3
commit
9644f64b75
@ -1254,9 +1254,6 @@ ata_serverworks_setmode(struct ata_device *atadev, int mode)
|
||||
else
|
||||
pci_write_config(parent, 0x54, pci_read_config(parent, 0x54, 1) |
|
||||
~(0x01 << devno), 1);
|
||||
|
||||
pci_write_config(parent, 0x54, pci_read_config(parent, 0x54, 1) &
|
||||
~(0x01 << devno), 1);
|
||||
pci_write_config(parent, 0x44,
|
||||
(pci_read_config(parent, 0x44, 4) &
|
||||
~(0xff << (offset << 8))) |
|
||||
|
Loading…
Reference in New Issue
Block a user