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, [EMAIL PROTECTED] wrote:
>       sdC0!dos!plan9.nvr
>       hdC0!dos!plan9.nvr
> i get a panic "no device for nvram".

Reply via email to