NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53522 CVS commit: src/sys/arch/sgimips/hpc



The following reply was made to PR port-sgimips/53522; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53522 CVS commit: src/sys/arch/sgimips/hpc
Date: Sun, 2 Sep 2018 16:18:50 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sun Sep  2 16:18:50 UTC 2018
 
 Modified Files:
 	src/sys/arch/sgimips/hpc: wdsc.c
 
 Log Message:
 Fix wdsc(4) probe failure on HPC1.5 machines (Indigo R3k/R4k, IP6/IP10/IP12).
 
 The alignment adjustment code was removed in rev 1.36 for common
 mips bus_space changes, but the code was not bus_space related
 but used for uint32_t register acccess during probe.
 
 Reported and tested by Naruaki Etomi in PR port-sgimips/53522.
 Should be pulled up to netbsd-8.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.34 -r1.35 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.
 


Home | Main Index | Thread Index | Old Index