Subject: CVS commit: src/sys/arch/sgimips/hpc
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 12/16/2003 11:59:04
Module Name:	src
Committed By:	sekiya
Date:		Tue Dec 16 11:59:04 UTC 2003

Modified Files:
	src/sys/arch/sgimips/hpc: hpc.c hpcdma.c hpcdma.h hpcreg.h hpcvar.h
	    wdsc.c

Log Message:
Introduce abstraction layer for HPC registers and values, which addresses the
divergence between HPC revision 1.5 and revision 3.

The wdsc driver has been updated to reflect this layer (and may now work on
IP20).  The sq driver needs a bit more work before it can be committed.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/sgimips/hpc/hpc.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/sgimips/hpc/hpcdma.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/sgimips/hpc/hpcdma.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/hpc/hpcreg.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/sgimips/hpc/hpcvar.h
cvs rdiff -r1.11 -r1.12 src/sys/arch/sgimips/hpc/wdsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.