From 259c8e6d5373d0e965569eecf645d36a8a89a100 Mon Sep 17 00:00:00 2001 From: sos Date: Fri, 8 Mar 2002 21:36:49 +0000 Subject: Even more Highpoint RAID support. Fix the 80pin cable detection system. --- sys/dev/ata/ata-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ata/ata-all.c') diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index cfe02f0..de10f7a 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -572,7 +572,7 @@ ata_intr(void *data) case ATA_IDLE: if (ch->flags & ATA_QUEUED) { - ch->active = ATA_ACTIVE; /* XXX */ + ch->active = ATA_ACTIVE; if (ata_service(ch) == ATA_OP_CONTINUES) return; } -- cgit v1.1