Subject: PR/37464 CVS commit: src/sys/arch/atari/dev
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 12/04/2007 15:30:02
The following reply was made to PR port-atari/37464; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37464 CVS commit: src/sys/arch/atari/dev
Date: Tue,  4 Dec 2007 15:28:58 +0000 (UTC)

 Module Name:	src
 Committed By:	tsutsui
 Date:		Tue Dec  4 15:28:58 UTC 2007
 
 Modified Files:
 	src/sys/arch/atari/dev: wdc_mb.c
 
 Log Message:
 Apply missed following MI wdc changes to atari's mainbus wdc backend:
 - make bus space handles an array for each command register
   http://mail-index.netbsd.org/source-changes/2003/11/27/0036.html
   (note we no longer have to specify stride for wdc after this change)
 - add the notion of "shadow register"
   http://mail-index.netbsd.org/source-changes/2004/05/25/0048.html
 
 Problem reported by Alan Hourihane in PR port-amiga/37464.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.28 -r1.29 src/sys/arch/atari/dev/wdc_mb.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.