*** linux/drivers/ide/alim15x3.c~ Mon Apr 29 13:02:54 2002 --- linux/drivers/ide/alim15x3.c Mon Apr 29 13:06:57 2002 *************** *** 574,579 **** --- 574,580 ---- * set south-bridge's enable bit, m1533, 0x79 */ + #if 0 pci_read_config_byte(isa_dev, 0x79, &tmpbyte); if (m5229_revision == 0xC2) { /* * 1543C-B0 (m1533, 0x79, bit 2) *************** *** 585,590 **** --- 586,592 ---- */ pci_write_config_byte(isa_dev, 0x79, tmpbyte | 0x02); } + #endif /* * Ultra66 cable detection (from Host View) * m5229, 0x4a, bit0: primary, bit1: secondary 80 pin