Subject: CVS commit: src/sys/arch/mips/alchemy
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 02/06/2006 03:07:44
Module Name: src
Committed By: gdamore
Date: Mon Feb 6 03:07:44 UTC 2006
Added Files:
src/sys/arch/mips/alchemy: au_wired_space.c
src/sys/arch/mips/alchemy/include: au_wired_space.h
Log Message:
Add a bus_space that makes use of wired TLB entries, as required for PCI,
PCMCIA, and perhaps other devices on Alchemy parts.
Closes PR port-evbmips/32298
Reviewed as part of PCI changes by matt@, izumi@, and probably also simonb@.
This implementation has been tested seperately with my PCI code. This commit
does not add the necessary changes to configuration files to include this in
current configurations yet, as I intend to add that when I add the
multi-platform configuration support for evbmips/alchemy (which will be
required for PCI anyway.)
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/mips/alchemy/au_wired_space.c
cvs rdiff -r0 -r1.1 src/sys/arch/mips/alchemy/include/au_wired_space.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.