Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/25/2004 11:35:46
Module Name:	src
Committed By:	jdolecek
Date:		Sun Jan 25 11:35:46 UTC 2004

Modified Files:
	src/sys/dev/isa: atppc_isa.c files.isa
Added Files:
	src/sys/dev/isa: atppc_isadma.c atppc_isadma.h
Removed Files:
	src/sys/dev/isa: atppc_isa_subr.c atppc_isa_subr.h

Log Message:
reorganize the ISA DMA setup/use code so that it could be shared
with ACPI and PNPBIOS attachments; move it to new atppc_isadma.[ch]
and g/c previous atppc_isa_subr.[ch]

move attppc_isa_softc struct definition to atppc_isa.c, and reorganize
the attachment somewhat for better readability; also g/c detach support code


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/isa/atppc_isa.c
cvs rdiff -r1.3 -r0 src/sys/dev/isa/atppc_isa_subr.c \
    src/sys/dev/isa/atppc_isa_subr.h
cvs rdiff -r0 -r1.1 src/sys/dev/isa/atppc_isadma.c \
    src/sys/dev/isa/atppc_isadma.h
cvs rdiff -r1.130 -r1.131 src/sys/dev/isa/files.isa

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