Remove incorrect configuration setting that limited the Kauai ATA controller

to be master-only. The slave ATAPI drive on the Mac-Mini is now recognised.
This commit is contained in:
Peter Grehan 2005-05-14 02:11:45 +00:00
parent c29f424e01
commit edaccfc8bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146198

View File

@ -182,7 +182,7 @@ ata_kauai_probe(device_t dev)
ata_default_registers(dev);
ch->unit = 0;
ch->flags |= ATA_USE_16BIT|ATA_NO_SLAVE;
ch->flags |= ATA_USE_16BIT;
ata_generic_hw(dev);
return (ata_probe(dev));