Fix timeout when using UDMA speeds, bad chip setup.

This commit is contained in:
Søren Schmidt 2003-02-23 15:05:04 +00:00
parent 96c4266cb3
commit 9644f64b75
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111318

View File

@ -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))) |