CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/09 07:35:43
Modified files:
sys/arch/amd64/amd64: sg_dma.c
sys/arch/i386/i386: sg_dma.c
sys/arch/sparc64/dev: iommu.c viommu.c
Log message:
if extent_alloc() fails, we don't clear the iomap properly before
returning an error. so next time we mess around, we may get annoying
printfs.
Fix this.
ok kettenis@
