*** linux/drivers/ide/alim15x3.c.orig	Tue Jan 29 20:22:49 2002
--- linux/drivers/ide/alim15x3.c	Tue Jan 29 20:23:50 2002
***************
*** 573,589 ****
  		/*
  		 * set south-bridge's enable bit, m1533, 0x79
  		 */
! 		pci_read_config_byte(isa_dev, 0x79, &tmpbyte);
  		if (m5229_revision == 0xC2) {
  			/*
  			 * 1543C-B0 (m1533, 0x79, bit 2)
  			 */
! 			pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x04);
  		} else if (m5229_revision >= 0xC3) {
  			/*
  			 * 1553/1535 (m1533, 0x79, bit 1)
  			 */
! 			pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x02);
  		}
  		/*
  		 * Ultra66 cable detection (from Host View)
--- 573,589 ----
  		/*
  		 * set south-bridge's enable bit, m1533, 0x79
  		 */
! //		pci_read_config_byte(isa_dev, 0x79, &tmpbyte);
  		if (m5229_revision == 0xC2) {
  			/*
  			 * 1543C-B0 (m1533, 0x79, bit 2)
  			 */
! //			pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x04);
  		} else if (m5229_revision >= 0xC3) {
  			/*
  			 * 1553/1535 (m1533, 0x79, bit 1)
  			 */
! //			pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x02);
  		}
  		/*
  		 * Ultra66 cable detection (from Host View)

