K 10 svn:author V 3 njl K 8 svn:date V 27 2004-11-30T06:55:43.000000Z K 7 svn:log V 454 Make sure the link array is big enough to hold both _CRS and _PRS resource lists. It used to be sized based only on _CRS, hence _PRS could perform an out-of-bounds access if it was larger (i.e., when there are dependent functions). Add asserts to detect this case. Note, this is only a temporary fix and I believe _PRS and _CRS should have separate arrays. Also, fix a typo where the wrong irq was being check for the APIC case. Submitted by: tegge END