Subject: Re: port-sgimips/25202
To: None <port-sgimips-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Stephen M. Rumble <stephen.rumble@utoronto.ca>
List: netbsd-bugs
Date: 09/05/2006 00:00:12
The following reply was made to PR port-sgimips/25202; it has been noted by GNATS.

From: "Stephen M. Rumble" <stephen.rumble@utoronto.ca>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-sgimips/25202
Date: Mon,  4 Sep 2006 19:55:43 -0400

 As of revision 1.10 of hpc/haltwo.c this PR appears to be resolved.
 
 The problem was that the machine would wedge after this line in haltwo_attach:
 
 haltwo_write_indirect(sc, HAL2_IREG_RELAY_C, HAL2_RELAY_C_STATE, 0);
 
 The revision (which contains a hardware present bit) was not being checked until
 after this access. I've moved the check (protected by a badaddr call) to the
 haltwo_match routine.
 
 George Harvey confirms success on his troublesome Challenge S and my Indy
 appears not to have regressed due to the change.
 
 Steve