From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 15 Aug 2006 14:32:58 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] 9fs nvr file In-Reply-To: <32a300ba1430352f93f86ea9aceaa88f@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9ffc67fe-ead1-11e9-9d60-3106f5b1d025 D'oh! okay i need h0!. sorry for the silly question. but now i get a panic that i'm not sure i understand. h0: LBA 1210103200 sectors FLAGS=10246 TRAP=e ECODE=0 CS=10 PC=801018af ax=0 bx=8018a048 cd=8018a048 dx=0 si=0 di=0 bp=0 ds=0008 es=0008 fs=0008 gs=0008 cr0=80010011 cr2=0 ur=8018fe71 FLAGS=282 TRAP=18 cs=10 pc=80100398 [...] lastur=8018fe04 acid: src(0x801018af) /sys/src/fs/port/devsd.c:167 162 * The device will be probed if it has not already been 163 * successfully accessed. 164 */ 165 qlock(&sdqlock); 166 index = sdev->index+subno; >167 unit = sdunit[index]; 168 if(unit == nil){ 169 if((unit = malloc(sizeof(SDunit))) == nil){ 170 qunlock(&sdqlock); 171 return nil; 172 } acid: src(0x80100398) /sys/src/fs/pc/l.s:559 554 TEXT splx(SB),$0 555 MOVL s+0(FP),AX 556 PUSHL AX 557 POPFL 558 RET >559 560 TEXT getstatus(SB),$0 561 PUSHFL 562 POPL AX 563 RET 564 On Tue Aug 15 14:14:50 CDT 2006, quanstro@quanstro.net wrote: > sdC0!dos!plan9.nvr > hdC0!dos!plan9.nvr > i get a panic "no device for nvram".