ahc_alloc

Nigel Horne njh at smsltd.demon.co.uk
Mon Mar 11 04:51:45 PST 2002


Shouldn't this loop in ahc_alloc()

	for (i = 0; i < 16; i++)
		TAILQ_INIT(&ahc->untagged_queues[i]);

be

	for (i =0; i < AHC_NUM_TARGETS; i++)
		TAILQ_INIT(&ahc->untagged_queues[i]);

-Nigel

-- 
Nigel Horne. Arranger, Composer, Conductor, Typesetter.
http://www.bandsman.co.uk/music.htm ICQ#20252325

To Unsubscribe: send mail to majordomo at FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message




More information about the aic7xxx mailing list