K 10 svn:author V 3 tmm K 8 svn:date V 27 2003-06-28T21:52:16.000000Z K 7 svn:log V 476 Small fixes for the IOMMU code: 1.) Handle maximum segment sizes which are smaller than the IOMMU page size by splitting up pages across multiple segments if needed; this case was previously unimplemented, and would cause panics. 2.) KASSERT that the physical address is in range; remove a KASSERT that has become pointless. 3.) Add a comment describing what remains to be fixed in the IOMMU code; I plan to address these issues soon. Desired by: dwhite (1) END