From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <57b27d94ec43d411388a3b78812ca749@quanstro.net> From: erik quanstrom Date: Tue, 11 Aug 2009 10:17:57 -0400 To: 9fans@9fans.net In-Reply-To: <3BBB12CF4EFF4040B38542759379E3CD02791E@XMAIL.asuch.cas.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] oh, no! (again) Topicbox-Message-UUID: 41a817c6-ead5-11e9-9d60-3106f5b1d025 > sdiahci: drive 0 in state ready after 0 resets # SATA HD with Plan 9 system on it that's good. i hope i've corrected the debug prints. in this case drive n is sdEn. > sdiahci: drive 1 won't come up; in state new after 10 resets # SATA DVD > sdE1 waitready: [new] task=50 sstat=113 > sdE1 waitready: [new] task=50 sstat=113 > sdE1 waitready: [new] task=50 sstat=113 > sdE1 waitready: [new] task=50 sstat=113 > sdE1 not responding; offline unfortunately, task=50 and sstat=113 are what we want, but the old 9load driver just isn't getting the picture. > sdiahci: drive 2 won't come up; in state portreset after 10 resets > sdiahci: drive 3 won't come up; in state portreset after 10 resets this is also bogus. there's no drive to reset. > sdiahci: drive 0 in state missing after 0 resets # strange! > sdiahci: drive 1 in state missing after 0 resets # strange! bug. probablly a drive power mgmt problem. was this a seperate boot? also, > init: starting /bin/rc > sdE0: i/o error d0 @206,672 that is Eicrc | Eunc | Eidnf = interface crc error, uncorrectable read error no user-accessable sector. this is a jmicron bug. i haven't yet had in my possession a jmicron controller, so this will be interesting, but the new driver does have code to work around this very issue. - erik