summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powermac')
-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