Subject: PR/32298 CVS commit: src/sys/arch/mips/alchemy
To: None <port-evbmips-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Garrett D'Amore <gdamore@netbsd.org>
List: netbsd-bugs
Date: 02/06/2006 03:10:02
The following reply was made to PR port-evbmips/32298; it has been noted by GNATS.

From: Garrett D'Amore <gdamore@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32298 CVS commit: src/sys/arch/mips/alchemy
Date: Mon,  6 Feb 2006 03:07:44 +0000 (UTC)

 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.