Subject: Follow up Need techinal details Nec Riscserver 2200
To: None <port-mips@NetBSD.ORG>
From: bobm <bobm@guiduck.com>
List: port-mips
Date: 04/01/1997 14:07:15
pefo@opsycon.se wrote:
> 
> > TLB 12:
> > EntryHi :  800001ff:e2000000   (r=2 vadr=00:e2000000 ASID=0000)
> > EntryLo0 : 00000000:02400017   (PADR:00:90000000 C=2 D=1 V=1 G=1)
> > EntryLo1 : 00000000:04000017   (PADR=02:00000000 C=2 D=1 V=1 G=1)
> > PageMask 01ffe000
> >
> > I believe the above TLB is for the EISA controller (the page size is
> > 16M)...So it is a huge range and trying to find the video buffer in it
> > is like looking for a needle in the haystack...
> >
> > Any one out there can shed some light???
> 
> You will probably waste your time trying to find it there. That space is the
> EISA I/O space, not EISA memory. Check the mapping in pica.h from my PICA port.
> You could probably find most answers there as the NEC machines are Magnums in
> a slightly different shape...
I already looked at pica.h and the code in machdep.c where the tlb's are
setup
and the testcode vid_wrchar() to write a character to the screen..
Using pandora (from the linux-mips distribution) I am able to dump the
tlb's to a file.
I noticed the TLB's referred to a local_video
,extended_video_ctrl,local_video_memory so my first
reaction is it's the same and I thought I was home free. I tried using
vid_wrchar() to right a char
but nothing displays... Then I tried some alternate address used by
other arc platforms such as
0xe08b0000 and 0xe000000 still no change on screen..(by the way the
arcbios screen on the NEC is standard 
80 by 25 textmode display not a 1024x768 graphic as seen on some
Magnums...) ... According to NEC the video memory is one meg so as a
final test I modified the vid_wrchar() slightly to write the single
character 'c' sequentially in memory starting at 0xe0000000 one million
times expecting to see the screen change to all 'c' but saw no screen
change at all...
At this time I was suspect that maybe I have the wrong address..(After
all wintmsd with 3.51 says physical video memory address is 0x1000000
not 0x40000000 as in pica...). 
So then I copied from openbsd's arcbios.h and arcbios.c code in to call
the arcbios write call in memory... I used their bios_writestring() to
call the arcbios to display a string...
I then used MachtlbwriteIndexed to change the TLB's to clear the one by
one and then noting when the
arc firm call bios_write call failed to display text on the screen.

I found I could clear all 47 tlb's from 1 to 47
to this value ( esentially a tlbflush )
entryhi    :  800001ff:80000000            vadr 00:80000000
entrylo    :  00000000:00000000            padr 00:00000000
entrylo1   :  00000000:00000000            padr 00:00000000
pagemask   00000
and left tlb0 (wired ?) and tlb12 alone, the arc bios_write call would
still display text..
The moment I cleared tlb12 to the value above arc bios_write call would
fail.

According to my analysis the video memory must lie somewhere in that 16
meg region
                        or is my logic flawed ??


TLB 0:  EntryHi : 800001ff:fffe2000     (R=2 VADR=00:fffe2000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00017ec6     (PADR=00:005fb000 C=0 D=1 V=1
G=0)
        PageMask: 00000000
TLB 1:  EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 2:  EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 3:  EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 4:  EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 5:  EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 6:  EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 7:  EntryHi : 800001ff:e1000000     (R=2 VADR=00:e1000000 ASID=0000)
        EntryLo0: 00000000:03ffc013     (PADR=00:fff00000 C=2 D=0 V=1
G=1)
        EntryLo1: 00000000:03ffd017     (PADR=00:fff40000 C=2 D=1 V=1
G=1)
        PageMask: 0007e000
TLB 8:  EntryHi : 800001ff:e0000000     (R=2 VADR=00:e0000000 ASID=0000)
        EntryLo0: 00000000:02000017     (PADR=00:80000000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:00000001     (PADR=00:00000000 C=0 D=0 V=0
G=1)
        PageMask: 0001e000
TLB 9:  EntryHi : 800001ff:e0200000     (R=2 VADR=00:e0200000 ASID=0000)
        EntryLo0: 00000000:01800017     (PADR=00:60000000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:01804017     (PADR=00:60100000 C=2 D=1 V=1
G=1)
        PageMask: 001fe000
TLB 10: EntryHi : 800001ff:e0400000     (R=2 VADR=00:e0400000 ASID=0000)
        EntryLo0: 00000000:01808017     (PADR=00:60200000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:0180c017     (PADR=00:60300000 C=2 D=1 V=1
G=1)
        PageMask: 001fe000
TLB 11: EntryHi : 800001ff:e0800000     (R=2 VADR=00:e0800000 ASID=0000)
        EntryLo0: 00000000:01000017     (PADR=00:40000000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:01010017     (PADR=00:40400000 C=2 D=1 V=1
G=1)
        PageMask: 007fe000
TLB 12: EntryHi : 800001ff:e2000000     (R=2 VADR=00:e2000000 ASID=0000)
        EntryLo0: 00000000:02400017     (PADR=00:90000000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:04000017     (PADR=02:00000000 C=2 D=1 V=1
G=1)
        PageMask: 01ffe000
TLB 13: EntryHi : 800001ff:e4000000     (R=2 VADR=00:e4000000 ASID=0000)
        EntryLo0: 00000000:00000017     (PADR=00:00000000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:02400057     (PADR=00:90001000 C=2 D=1 V=1
G=1)
        PageMask: 00000000
TLB 14: EntryHi : 800001ff:e4002000     (R=2 VADR=00:e4002000 ASID=0000)
        EntryLo0: 00000000:02400097     (PADR=00:90002000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:024000d7     (PADR=00:90003000 C=2 D=1 V=1
G=1)
        PageMask: 00000000
TLB 15: EntryHi : 800001ff:e4004000     (R=2 VADR=00:e4004000 ASID=0000)
        EntryLo0: 00000000:02400117     (PADR=00:90004000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:02400157     (PADR=00:90005000 C=2 D=1 V=1
G=1)
        PageMask: 00000000
TLB 16: EntryHi : 800001ff:e4006000     (R=2 VADR=00:e4006000 ASID=0000)
        EntryLo0: 00000000:02400197     (PADR=00:90006000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:024001d7     (PADR=00:90007000 C=2 D=1 V=1
G=1)
        PageMask: 00000000
TLB 17: EntryHi : 800001ff:e4008000     (R=2 VADR=00:e4008000 ASID=0000)
        EntryLo0: 00000000:02400217     (PADR=00:90008000 C=2 D=1 V=1
G=1)
        EntryLo1: 00000000:02400317     (PADR=00:9000c000 C=2 D=1 V=1
G=1)
        PageMask: 00006000
TLB 18: EntryHi : 00000000:10000000     (R=0 VADR=00:10000000 ASID=0000)
        EntryLo0: 00000000:0000181f     (PADR=00:00060000 C=3 D=1 V=1
G=1)
        EntryLo1: 00000000:00000001     (PADR=00:00000000 C=0 D=0 V=0
G=1)
        PageMask: 0001e000
TLB 19: EntryHi : 800001ff:c0000000     (R=2 VADR=00:c0000000 ASID=0000)
        EntryLo0: 00000000:00020027     (PADR=00:00800000 C=4 D=1 V=1
G=1)
        EntryLo1: 00000000:0002006f     (PADR=00:00801000 C=5 D=1 V=1
G=1)
        PageMask: 00000000
TLB 20: EntryHi : 800001ff:ffffe000     (R=2 VADR=00:ffffe000 ASID=0000)
        EntryLo0: 00000000:00000001     (PADR=00:00000000 C=0 D=0 V=0
G=1)
        EntryLo1: 00000000:0001ffd7     (PADR=00:007ff000 C=2 D=1 V=1
G=1)
        PageMask: 00000000
TLB 21: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 22: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 23: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 24: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 25: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 26: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 27: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 28: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 29: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 30: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 31: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 32: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 33: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 34: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 35: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 36: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 37: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 38: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 39: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 40: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 41: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 42: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 43: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 44: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 45: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 46: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000
TLB 47: EntryHi : 800001ff:80000000     (R=2 VADR=00:80000000 ASID=0000)
        EntryLo0: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        EntryLo1: 00000000:00000000     (PADR=00:00000000 C=0 D=0 V=0
G=0)
        PageMask: 00000000



  
  

               Microsoft Diagnostics Report For \\KAZOO
----------------------------------------------------------------------
 
OS Version Report
----------------------------------------------------------------------
                      Install Date: Fri Jun 07 10:22:53 1996
                  Registered Owner: .
           Registered Organization: Corporate Computer Inc.
                    Version Number: 3.51
                       System Root: D:\WINNT35
                        Build Type: Multiprocessor Free
              System Start Options: 
                      Product Type: LANMANNT
                      Build Number: 1,057
                      Service Pack: 4
 
Hardware Report
----------------------------------------------------------------------
                  System BIOS Date: 
               System BIOS Version: 
                   Video BIOS Date: 
                Video BIOS Version: 
                            OEM ID: 0
                          CPU Type: MIPS
                    Number of CPUs: 1
                         Page Size: 4 KB (4,096)
       Minimum Application Address: 0x00010000
       Maximum Application Address: 0x7FFEFFFF
          Current Video Resolution: 640 x 480 x 256
           Stepping of Processor 0: R4400 - Pr 4/6.0, Fp 5/0
 
Memory Report
----------------------------------------------------------------------
         Available Physical Memory: 4,376 KB (4,481,024)
             Total Physical Memory: 32,748 KB (33,533,952)
       Available Paging-File Space: 19,808 KB (20,283,392)
           Total Paging-File Space: 68,128 KB (69,763,072)
                 Memory Load Index: 1 %
                      Paging Files: D:\pagefile.sys 43
  
  

Drivers Report
----------------------------------------------------------------------
AFD Networking Support Environment            Running   
Remote Access Mac                             Running   
Beep                                          Running   
Cdaudio                                       Running   
cirrus                                        Running   
Fastfat                                       Running   
Floppy                                        Running   
i8042prt                                      Running   
Kbdclass                                      Running   
Mouclass                                      Running   
Msfs                                          Running   
NetBEUI Protocol                              Running   
Ncrc700                                       Running   
Microsoft NDIS TAPI driver                    Running   
Remote Access WAN Wrapper                     Running   
NetBIOS Interface                             Running   
WINS Client(TCP/IP)                           Running   
Npfs                                          Running   
Ntfs                                          Running   
Null                                          Running   
Parallel                                      Running   
Parport                                       Running   
Remote Access ARP Service                     Running   
Rdr                                           Running   
Scsicdrm                                      Running   
Scsidisk                                      Running   
Serial                                        Running   
ARC Built-in Ethernet Adapter Driver          Running   
Srv                                           Running   
TCP/IP Service                                Running   
  
  

Services Report
----------------------------------------------------------------------
Alerter                                       Running   
BACH MTA                                      Running   
Computer Browser                              Running   
EventLog                                      Running   
Server                                        Running   
Workstation                                   Running   
License Logging Service                       Running   
TCP/IP NetBIOS Helper                         Running   
Messenger                                     Running   
Microsoft Exchange Directory                  Running   
Microsoft Exchange Internet Mail Connector    Running   
Microsoft Exchange Information Store          Running   
MS Mail Connector Interchange                 Running   
Microsoft Exchange Message Transfer Agent     Running   
Microsoft Exchange System Attendant           Running   
Net Logon                                     Running   
NT LM Security Support Provider               Running   
OLE                                           Running   
Remote Access Connection Manager              Running   
Remote Access Server                          Running   
Remote Procedure Call (RPC) Locator           Running   
Remote Procedure Call (RPC) Service           Running   
Spooler                                       Running   
  
  

Drives Report
----------------------------------------------------------------------
A:\                 
C:\                 
D:\                 
E:\                 
G:\  NTFS           \\LANSERVER\EMAILDIR
M:\                 \\kazoo\maildat$
  
  

Devices Report
----------------------------------------------------------------------
\Device\KeyboardPort0
\Device\ParallelPort0
\Device\Serial0
\Device\Serial1
Floppy
\Device\Sonic1
\Device\ScsiPort0
\Device\ScsiPort1
\Device\Video0
  
  

IRQ and Port Report
----------------------------------------------------------------------
Devices                       Vector Level  Affinity
----------------------------------------------------------------------
\Device\KeyboardPort0             23     4 0x00000000
\Device\KeyboardPort0             24     4 0x00000000
\Device\Serial0                   25     4 0x00000000
\Device\Serial1                   26     4 0x00000000
Floppy                            18     4 0x00000000
\Device\Sonic1                    20     4 0x00000000
\Device\ScsiPort0                 21     4 0x00000000
\Device\ScsiPort1                 22     4 0x00000000
----------------------------------------------------------------------
Devices                       Physical Address  Length
----------------------------------------------------------------------
\Device\KeyboardPort0           0x80005000  0x0000000001
\Device\KeyboardPort0           0x80005001  0x0000000001
\Device\ParallelPort0           0x80008000  0x0000001000
\Device\Serial0                 0x80006000  0x0000000007
\Device\Serial1                 0x80007000  0x0000000007
Floppy                          0x8000c000  0x0000000006
Floppy                          0x8000c007  0x0000000001
\Device\Sonic1                  0x80001000  0x00000000c0
\Device\Video0                  0x000003b0  0x000000000c
\Device\Video0                  0x000003c0  0x0000000020
  
  

DMA and Memory Report
----------------------------------------------------------------------
Devices                         Channel    Port
----------------------------------------------------------------------
Floppy                             0     0
----------------------------------------------------------------------
Devices                         Physical Address  Length
----------------------------------------------------------------------
\Device\ScsiPort0               0x80002000  0x00001000
\Device\ScsiPort1               0x80003000  0x00001000
\Device\Video0                  0x00100000  0x00100000
  
  

Environment Report
----------------------------------------------------------------------
ComSpec=D:\WINNT35\system32\cmd.exe
Os2LibPath=D:\WINNT35\system32\os2\dll;
Path=D:\WINNT35\system32;D:\WINNT35
windir=D:\WINNT35
OS=Windows_NT
PROCESSOR_ARCHITECTURE=MIPS
PROCESSOR_LEVEL=4000
PROCESSOR_IDENTIFIER=MIPS-R4400 - Pr 4/6.0, Fp 5/0
PROCESSOR_REVISION=96
tmp=D:\temp
temp=D:\temp
=A:=A:\
=D:=D:\users\default
COMPUTERNAME=KAZOO
ComSpec=D:\WINNT35\system32\cmd.exe
HOMEDRIVE=D:
HOMEPATH=\users\default
OS=Windows_NT
Os2LibPath=D:\WINNT35\system32\os2\dll;
Path=D:\WINNT35\system32;D:\WINNT35
PROCESSOR_ARCHITECTURE=MIPS
PROCESSOR_IDENTIFIER=MIPS-R4400 - Pr 4/6.0, Fp 5/0
PROCESSOR_LEVEL=4000
PROCESSOR_REVISION=96
SystemRoot=D:\WINNT35
SystemDrive=D:
temp=D:\temp
tmp=D:\temp
USERDOMAIN=CCI
USERNAME=administrator
windir=D:\WINNT35
  
  

Network Report
----------------------------------------------------------------------
Logged On Users                8                             
Network Version                3.51                          
Workgroup                      CCI                           
Computer Name                  KAZOO                         
Platform Id                    Windows NT                    
Your Access Level              Admin                         
Previous User                  CCI\Administrator (#1)        
Logon Domain                   CCI                           
Logon Server                   KAZOO                         
Previous User                  CCI\Administrator (#2)        
Previous User                  CCI\Administrator (#3)        
Previous User                  CCI\Administrator (#4)        
Previous User                  CCI\Administrator (#5)        
Previous User                  CCI\Administrator (#6)        
Previous User                  CCI\Administrator (#7)        
Current User                   Administrator                 
\Device\NetBT_Sonic1           00004C752C2E                  
     WAN:                      4   
     Virtual Channel(s):       1349272
\Device\Nbf_Sonic1             00004C752C2E                  
     WAN:                      1   
     Virtual Channel(s):       1354136
Character Wait                 3,600                         
Collection Time                250                           
Maximum Collection Count       16                            
Keep Connection                600                           
Maximum Commands               5                             
Session Time Out               45                            
Character Buffer Size          512                           
Maximum Threads                255                           
Lock Quota                     6,144                         
Lock Increment                 10                            
Maximum Locks                  500                           
Pipe Increment                 10                            
Maximum Pipes                  500                           
Cache Time Out                 40                            
Dormant File Limit             45                            
Read Ahead Throughput          4,294,967,295                 
Mailslot Buffers               1                             
Server Announce Buffers        20                            
Illegal Datagrams              5                             
Datagram Reset Frequency       60                            
Log Election Packets           False                         
Use Opportunistic Locking      True                          
Use Unlock Behind              True                          
Use Close Behind               True                          
Buffer Pipes                   True                          
Use Lock, Read, Unlock         True                          
Use NT Caching                 True                          
Use Raw Read                   True                          
Use Raw Write                  True                          
Use Write Raw Data             True                          
Use Encryption                 True                          
Buffer Deny Write Files        True                          
Buffer Read Only Files         True                          
Force Core Creation            True                          
512 Byte Max Transfer          False                         
Workstation Statistics Since   Mon Mar 31 16:14:03 1997      
Bytes Received                 301,528                       
SMB's Received                 1,307                         
Paged Read Bytes Requested     0                             
Non Paged Read Bytes Requested 285,018                       
Cache Read Bytes Requested     0                             
Network Read Bytes Requested   285,018                       
Bytes Transmitted              95,822                        
SMB's Transmitted              1,307                         
Paged Read Bytes Requested     0                             
Non Paged Read Bytes Requested 104                           
Cache Read Bytes Requested     0                             
Network Read Bytes Requested   0                             
Initally Failed Operations     0                             
Failed Completion Operations   0                             
Read Operations                549                           
Random Read Operations         1                             
Read SMB's                     549                           
Large Read SMB's               0                             
Small Read SMB's               547                           
Write Operations               2                             
Random Write Operations        0                             
Write SMB's                    0                             
Large Write SMB's              0                             
Small Write SMB's              0                             
Raw Reads Denied               0                             
Raw Writes Denied              0                             
Network Errors                 0                             
Sessions                       6                             
Failed Sessions                0                             
Reconnects                     0                             
Core Connects                  0                             
LM 2.x Connects                0                             
Windows NT Connects            5                             
Server Disconnects             0                             
Hung Sessions                  0                             
Use Count                      6                             
Failed Use Count               0                             
Current Commands               0                             
Server Statistics Since        Mon Mar 31 16:14:03 1997      
Server File Opens              354                           
Server Device Opens            0                             
Server Jobs Queued             0                             
Server Session O