<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips">
    <title>gmane.os.netbsd.ports.sgimips</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2568"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2567"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2566"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2565"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2564"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2563"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2561"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2560"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2557"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2546"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2545"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2544"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2543"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2541"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2535"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2572">
    <title>IP32 debugging kernel intr handler (crime/mace)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2572</link>
    <description>&lt;pre&gt;Hi,

I'm digging into 47640 on sgimips (SGI O2 IP32) on netbsd-current
(6.99.17).

http://gnats.NetBSD.org/cgi-bin/query-pr-single.pl?number=47640

Background
-----------------
I'm basically starting out on kernel tinkering.

As explained in the gnats this SGI IP32 will hard lock at random point.
Otherwise it operates very nice and quickly. That was 6.0.1, same deal
on current. 
Also 47639, a random keyboard flash co-incides with a interrupt, may be
related.

What I want to do, but don't know if i can:
- get a debugger triggered at the right point, which means finding the
  right spot
- adding more debug around some other bits of kernel code, but not so to
  saturate the console
- breaking the kernel (linux magic sysreq style) and just getting it to
  dump it's stack at a keypress

The hunch was a glitch in the interrupt handling, so I've added
aprint_debug() liberally throughout dev/crime.c and mace/mace.c, as seen
in
https://gist.github.com/rooprob/5191131

The pattern I've discovered seems always "hang" a&lt;/pre&gt;</description>
    <dc:creator>roop</dc:creator>
    <dc:date>2013-03-19T10:11:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2571">
    <title>Re: sgi O2 VICE and Nintendo64</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2571</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

On Mar 5, 2013, at 6:17 AM, roop wrote:


It's in -current Xorg as well. Using VICE there makes little sense  
since:
- - the MTE is much, much faster. Can't always use it but if we can it's  
running circles around everything else you can find in the O2.
- - the drawing engine supports everything we need in a console driver  
and basic X, I doubt VICE could beat it speed-wise doing simple,  
unaligned bit ops.
VICE is useful for more complex stuff that the drawing engine can't  
do, like video filtering and whatnot. Since it's a separate, fairly  
non-standard CPU ( a funky R3k-ish thing with a SIMD unit instead of  
an FPU ) that's kinda complicated though.
If anybody wants to give it a shot I have the manual.

have fun
Michael

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQEVAwUBUTX6UcpnzkX8Yg2nAQKVEQgAiF/9b7+y54PqhgL/XhMrnsSlflptRMIw
CFygXWKv107ysYhfCiST8l6lZ8j6frVQUCpOlSjP/fPla2/3yucT4kvUIluh&lt;/pre&gt;</description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2013-03-05T13:59:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2570">
    <title>sgi O2 VICE and Nintendo64</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2570</link>
    <description>&lt;pre&gt;
I had a memory burp: O2 VICE and Nintendo64 ; someone asking about N64 kernel; 
Brain righted itself n64 (32/64bit ABI) not N64 (Nintendo), or n32 or o32 subset.

Anyway, I randomly googled, refreshing my world view that the O2 is scattered
amongst the different projects;
- The hardware acceleration in VICE (derivative found in Nintendo64) was in
  Linux 2.5.x (http://www.linux-mips.org/~glaurung/), 
- Macallans excellent O2 2D acceleration work (didn't use VICE IIRC) X11 work
  in NetBSD (http://my.opera.com/Macallan/blog/2009/04/01/xorg-on-o2) 
  (Was this only XFree, or was carried over to Xorg?)
- OpenBSD's support for the O2 system generally seems more featureful and
  stable.
- Finally, back to IRIX, the guys at Nekochan have updated Firefox to 3
  (http://forums.nekochan.net/viewtopic.php?f=15&amp;amp;t=16727403) for IRIX and report
  faster, more stable behaviour than ff2.x (haven't tried it). 

But what's happening over in Nintendo world, and we find some nice research
into RSP from 2012/2013,

http://foru&lt;/pre&gt;</description>
    <dc:creator>roop</dc:creator>
    <dc:date>2013-03-05T11:17:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2569">
    <title>Re: PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2569</link>
    <description>&lt;pre&gt;Hello,

On Sun, 3 Mar 2013 09:21:09 +0100
Martin Husemann &amp;lt;martin&amp;lt; at &amp;gt;duskware.de&amp;gt; wrote:


Older MIPS CPUs ( not sure if it's all of them or just R5k and the like ) have some cache issues ( and had them for a long time, the last working kernel/userland I have is 5.99.17 vintage ) - corruption happens when data gets moved between processes. I don't see this on Loongson hardware although there's still corruption on NFS writes ( not sure if that's the same issue though )
Otherwise, N32 kernels with N32 userlands work more or less. I didn't try N64 on my O2 yet but I'd expect some trouble ( kseg vs. xphys, assumptions about LP32 etc. )

have fun
Michael

&lt;/pre&gt;</description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2013-03-03T14:32:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2568">
    <title>Re: PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2568</link>
    <description>&lt;pre&gt;Out of curiosity:
what is missing now for a N64 kernel? I had the impression other mips archs
do that now, so it can not be too much.

Martin
(I need to fix the rtc in my O2 and try)

&lt;/pre&gt;</description>
    <dc:creator>Martin Husemann</dc:creator>
    <dc:date>2013-03-03T08:21:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2567">
    <title>Re: PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2567</link>
    <description>&lt;pre&gt;

I don't think there's been much activity on the sgimips port for a long time. You may be better off just using OpenBSD as Miod and company seem to be more active (and have the support you seek already). I think their sgi port is almost entirely a superset of ours by now.

In any event, wouldn't the library be much better off with a bunch of cheap atom machines? These SGIs are pretty ancient, and atoms would probably pay for themselves in power savings over a few years.

Steve
&lt;/pre&gt;</description>
    <dc:creator>Stephen M. Rumble</dc:creator>
    <dc:date>2013-03-03T04:05:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2566">
    <title>PR 36158 (&gt;256MB in O2)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2566</link>
    <description>&lt;pre&gt;Is anyone working on PR #36158 (NetBSD/sgimips does not properly detect the total amount of physical memory in an IP32 (O2) machine)?

I'm working with a library who wants to reuse a bunch of O2 machines as locked down kiosk web browsing systems, but I wasn't aware of this limitation until we got reasonably down this path. Looking at the diff for OpenBSD to add support it doesn't seem trivial, but I'm not sure if all of that is needed here. Any progress on this since the last PR update?

&lt;/pre&gt;</description>
    <dc:creator>Kevin Day</dc:creator>
    <dc:date>2013-03-02T23:47:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2565">
    <title>Re: documentation</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2565</link>
    <description>&lt;pre&gt;
This is great! I did not expect so much documentation to be available!


Yeah I decided this morning to go for an Indy emulation as there's more
documentation available for it.

Thanks!


Regards,

Folkert.

&lt;/pre&gt;</description>
    <dc:creator>folkert</dc:creator>
    <dc:date>2013-02-13T09:48:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2564">
    <title>Re: SGI IP20 &amp; 0xffffffffbfa00030</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2564</link>
    <description>&lt;pre&gt;


[Oops, didn't reply to all.]

I think that's the memory controller (MC) chip accessed via kseg1. NetBSD calls the device "imc". Our imcreg.h header doesn't appear to contain any definition of the 0x30 offset, though.

The Indy docs should help you out there.

Steve
&lt;/pre&gt;</description>
    <dc:creator>Stephen M. Rumble</dc:creator>
    <dc:date>2013-02-12T22:37:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2563">
    <title>SGI IP20 &amp; 0xffffffffbfa00030</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2563</link>
    <description>&lt;pre&gt;Hi,

What on earth is located at address 0xffffffffbfa00030 on IP20 systems?
While tracing through the prom of such a system, I found it starts to
poke at that memory location. Can't find any docs on it.


regards

Folkert van Heusden

&lt;/pre&gt;</description>
    <dc:creator>folkert</dc:creator>
    <dc:date>2013-02-12T20:37:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2562">
    <title>documentation</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2562</link>
    <description>&lt;pre&gt;Hi,

I'm looking for any documentation on SGI hardware. E.g. Indy, Indigo,
etc.
This for an emulator I'm writing.


regards,

Folkert van Heusden

&lt;/pre&gt;</description>
    <dc:creator>folkert</dc:creator>
    <dc:date>2013-02-12T20:28:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2561">
    <title>watches    and high spirits you.</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2561</link>
    <description>&lt;pre&gt;j t ckj pt hm
jfqkHI,
liwetealoffernqqyouulocotwonderfuliojxjrwatcheszvfev-PORTAL http://bit.ly/UNX44y mrxfsu vwxiq mubkeuq ccwjcitx sxmvpq
uctetydw xbnol jvvvns vwxlqygr oivar
mshlpmv zhrpj phobylku j uvc
&lt;/pre&gt;</description>
    <dc:creator>Freddy Newman</dc:creator>
    <dc:date>2013-01-24T18:13:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2560">
    <title/>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2560</link>
    <description>&lt;pre&gt;

邮件事业部技&lt;/pre&gt;</description>
    <dc:creator>word145324</dc:creator>
    <dc:date>2013-01-24T17:33:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2557">
    <title>MIPS64 support?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2557</link>
    <description>&lt;pre&gt;It's my understanding that MIPS64 support was
added with the imminent release of NetBSD 6.0.

What are the implications of this for the sgimips
port? Would it ease the support for IP27, IP30
and IP35 machines?


Cheers,
J.

&lt;/pre&gt;</description>
    <dc:creator>Jerome Ibanes</dc:creator>
    <dc:date>2012-10-07T23:14:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2546">
    <title>Re: bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2546</link>
    <description>&lt;pre&gt;David, Fabian,

There was something wrong with my terminal.  I've switched to another 
one and it works now.

About the bootp/network issue, I was missing the 'host' declaration in 
dhcpd.conf.  I though the IP could be simply attributed with the 
'subnet' declaration, but using fixed-address against the ethernet 
address, instead of the general 'range', helped a lot.  Maybe 
server-name="x.x.x.x"; too.  I didn't have that one, I only had 
next-server x.x.x.x.

I'm getting into sysinst, everything's fine.  But I just figured out 
there doesn't seem to be a harddrive in that O², according to what 
'hinv' says.  So I'll have to find relevant SCSI weiring and drives to 
connect to.

Thanks,
Pierre-Philipp

&lt;/pre&gt;</description>
    <dc:creator>Pierre-Philipp Braun</dc:creator>
    <dc:date>2012-06-30T19:13:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2545">
    <title>Re: bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2545</link>
    <description>&lt;pre&gt;Hello Pierre-Philipp

On 29.06.2012 14:07, Pierre-Philipp Braun wrote:

A long time ago I wrote the notes "How to install NetBSD 2.0_BETA 
on a SGI O2 with MIPS R10000 CPU" [1] down, maybe they are any 
help to you, it includes even the dhcp config needed to netboot.

   [1] http://www.wenks.ch/fabian/NetBSD-SGI-O2.txt


bye
Fabian

&lt;/pre&gt;</description>
    <dc:creator>Fabian Wenk</dc:creator>
    <dc:date>2012-06-29T14:01:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2544">
    <title>Re: bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2544</link>
    <description>&lt;pre&gt;
Try with/without hardware flow control?


Do you see anything from the SGI on the server? (
tcpdump ether host 00:11:22:33:44:55)

&lt;/pre&gt;</description>
    <dc:creator>David Brownlee</dc:creator>
    <dc:date>2012-06-29T12:24:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2543">
    <title>bootp could not connect to server (no source for :.)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2543</link>
    <description>&lt;pre&gt;Hi,

I've got two questions about an O² I recovered.  First, I've got 
troubles using the serial console.  I can see the text but it doesn't 
respond to inputs.  I need to press '5' to access the command monitor 
and nothing happens.  Maybe that's related to my terminal though, I'll 
have to run another tests.

Also in graphics mode, with a ps/2 keyboard plugged in, when I try to 
bootp (there's a netbsd install server on the network, with dhcpd.conf: 
allow bootp; and filename "netbsd"; in it and tftp serving 
/tftpboot/netbsd which is unzipped 
NetBSD-5.0.2/sgimips/binary/kernel/netbsd-INSTALL32_IP3x.gz), I get this 
error,
No server for :.
[sgi troubleshooting messages...]
[...] bootp [...] could not connect to server

Any help, feedback or experience on those two issues would be appreciated.

Many thanks,
Pierre-Philipp

&lt;/pre&gt;</description>
    <dc:creator>Pierre-Philipp Braun</dc:creator>
    <dc:date>2012-06-29T12:07:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2541">
    <title>IP25 Support Question</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2541</link>
    <description>&lt;pre&gt;My department has a SGI Rackmount Power Onyx that was sold to us by SGI
as a Power Challenge. It has IP25 boards. Can it run NetBSD?

I am not subscribed to the list. Please CC me on replies.

&lt;/pre&gt;</description>
    <dc:creator>Richard Yao</dc:creator>
    <dc:date>2012-06-22T07:00:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2535">
    <title>Re: 6.0_BETA upgrade fails on Indy / Challenge S</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2535</link>
    <description>&lt;pre&gt;Robert Dörfler &amp;lt;rodo&amp;lt; at &amp;gt;zlug.org&amp;gt; schrieb:

btw... i tried to gzip -d and untar pkgsrc.tar.gz

tar: Cannot set file uid/gid of  ()
tar: Cannot set permissions on  (No such file or directory)
tar: Access/modification time set failed on:  (No such file or directory)
tar: Cannot rename  to pkgsrc/audio/gkrellm-volume/Makefile (No such file or directory)
[1]   Segmentation fault (core dumped)gzip: error writing to output: Broken pipe

zucchini# uname -a
NetBSD zucchini. 6.0_BETA NetBSD 6.0_BETA (GENERIC32_IP3x) sgimips



&lt;/pre&gt;</description>
    <dc:creator>Robert Doerfler</dc:creator>
    <dc:date>2012-03-21T19:12:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2534">
    <title>Re: 6.0_BETA upgrade fails on Indy / Challenge S</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.sgimips/2534</link>
    <description>&lt;pre&gt;
I guess i got the same "unexpected EOF"-Errors on my O2. I installed the
packages via ftp/http and tests.tar.gz failed repeatable. ( even after
choosing a different way to get package ftp/http )


&lt;/pre&gt;</description>
    <dc:creator>Robert Dörfler</dc:creator>
    <dc:date>2012-03-21T05:30:46</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.ports.sgimips">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.netbsd.ports.sgimips</link>
  </textinput>
</rdf:RDF>
