summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2005-05-14 02:11:45 +0000
committergrehan <grehan@FreeBSD.org>2005-05-14 02:11:45 +0000
commit24af091514cc90220f93ff228469d31ee46ff937 (patch)
tree8d369b69b434fb90fc9d1363e79c45df70bcbb4c /sys/powerpc
parent1dcdbc6b45a48160d41aa183810f5f4a3f859cc4 (diff)
downloadFreeBSD-src-24af091514cc90220f93ff228469d31ee46ff937.zip
FreeBSD-src-24af091514cc90220f93ff228469d31ee46ff937.tar.gz
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.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/powermac/ata_kauai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c
index c38d07b..141f56e 100644
--- a/sys/powerpc/powermac/ata_kauai.c
+++ b/sys/powerpc/powermac/ata_kauai.c
@@ -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));
OpenPOWER on IntegriCloud