Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/17/2000 02:53:53
Module Name: syssrc
Committed By: mrg
Date: Wed May 17 09:53:53 UTC 2000
Modified Files:
syssrc/sys/arch/sparc64/dev: iommu.c
Log Message:
- in iommu_remove(), move len adjustment outside if statement, leaving
just one copy of this.
- remove duplicate setting of sgsize in iommu_dvmamap_load().
- fix DIAGNOSTIC check in iommu_dvmamap_load_raw() to panic() in unexpected
conditions only (not normal ones), and also add an extra case.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/sparc64/dev/iommu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.