<?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.hp700">
    <title>gmane.os.netbsd.ports.hp700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700</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.hp700/832"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/831"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/830"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/829"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/828"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/827"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/826"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/825"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/824"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/822"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/821"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/820"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/819"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/818"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/817"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/816"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/815"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/814"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/813"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/812"/>
      </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.hp700/832">
    <title>(unknown)</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/832</link>
    <description>&lt;pre&gt;


&lt;/pre&gt;</description>
    <dc:creator>root</dc:creator>
    <dc:date>2013-06-12T12:37:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/831">
    <title>Do you need any urgent Loan.</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/831</link>
    <description>&lt;pre&gt;Do you need any urgent Loan contact us Via: mrssusan.lee&amp;lt; at &amp;gt;aol.com

&lt;/pre&gt;</description>
    <dc:creator>Mrs Susan Lee</dc:creator>
    <dc:date>2013-04-26T22:55:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/830">
    <title>Re: GENERIC.MP hangs</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/830</link>
    <description>&lt;pre&gt;Hi!


From: Nick Hudson &amp;lt;skrll&amp;lt; at &amp;gt;netbsd.org&amp;gt;
Date: Wed, 03 Apr 2013 15:21:11 +0000



I try with this change.

Index: cpu.c
===================================================================
RCS file: /cvsroot/src/sys/arch/hp700/dev/cpu.c,v
retrieving revision 1.30
diff -u -r1.30 cpu.c
--- cpu.c21 Feb 2013 15:16:02 -00001.30
+++ cpu.c6 Apr 2013 09:56:49 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -38,6 +38,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;sys/device.h&amp;gt;
 #include &amp;lt;sys/atomic.h&amp;gt;
 #include &amp;lt;sys/reboot.h&amp;gt;
+#include &amp;lt;sys/idle.h&amp;gt;
 
 #include &amp;lt;uvm/uvm.h&amp;gt;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -283,9 +284,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 while (!start_secondary_cpu)
 ;
 
-/* Spin for now */
-for (;;)
-;
+idle_loop(NULL);
 
+/* NOTREACHED */
 }
 #endif


But, I think more better to call idle_loop() in locore.S.  This reason
is our stack space more than free in cpu_hatch().

# I don't know PA-RISC assembler.  X-&amp;lt;
Maybe, it is more better?

Index: locore.S
===================================================================
RCS file: /cvsroot/src/sys/arch/hp700/hp700/locore.S,v
retrieving revision 1.61
diff -u -r1.61 lo&lt;/pre&gt;</description>
    <dc:creator>KIYOHARA Takashi</dc:creator>
    <dc:date>2013-04-06T10:14:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/829">
    <title>Re: GENERIC.MP hangs</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/829</link>
    <description>&lt;pre&gt;
[snip]


Do you have a patch you'd like reviewing?



There's quite a lot of work needed in pmap and trap handlers for full MP 
support.

Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Hudson</dc:creator>
    <dc:date>2013-04-03T15:21:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/828">
    <title>GENERIC.MP hangs</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/828</link>
    <description>&lt;pre&gt;Hi! Nick,


GENERIC.MP hangs in percpu_alloc().  cpu0 waits cpu1 into idle_loop().
However cpu1 doesn't go idle_loop() on hp700 in
arch/hp700/dev/cpu.c:cpu_hatch().

Please see other archs:
  x86/x86/cpu.c
  powerpc/powerpc/locore_subr.S
  arch/arm/cortex/a9_mpsubr.S

x86/x86/cpu.c:cpu_hatch() ---
void
cpu_hatch(void *v)
{
:

aprint_debug_dev(ci-&amp;gt;ci_dev, "running\n");

idle_loop(NULL);
KASSERT(false);
}
--- x86/x86/cpu.c:cpu_hatch()

powerpc/powerpc/locore_subr.S ---
ENTRY(cpu_spinup_trampoline)
:

bl_C_LABEL(cpu_hatch)
mr%r1,%r3
b_C_LABEL(idle_loop)

ENTRY(cpu_spinstart)
:

bla_C_LABEL(cpu_hatch)
mr%r1,%r3/* move the return from cpu_hatch to the stackpointer*/
b_C_LABEL(idle_loop)
--- powerpc/powerpc/locore_subr.S

Please fix. :)

However,
Oops,  hangs again for another reason after resolved this problem...  X-&amp;lt;
probably I will report again in several months.

Thanks,
--
kiyohara

&lt;/pre&gt;</description>
    <dc:creator>KIYOHARA Takashi</dc:creator>
    <dc:date>2013-04-01T15:27:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/827">
    <title>Nossa conta de correio</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/827</link>
    <description>&lt;pre&gt;


&lt;/pre&gt;</description>
    <dc:creator>administrador</dc:creator>
    <dc:date>2013-03-26T10:32:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/826">
    <title>congratulations</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/826</link>
    <description>&lt;pre&gt;Open The Attachment and read.&lt;/pre&gt;</description>
    <dc:creator>info&lt; at &gt;mnitmail.mnit.ac.in</dc:creator>
    <dc:date>2013-03-19T03:53:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/825">
    <title>re: MAN UTD COOPERAZIONE,</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/825</link>
    <description>&lt;pre&gt;MAN UTD COOPERAZIONE,
Matt Busby Way, Old Trafford,
Manchester, M16 0RA, Regno Unito.
+44-871-974-0480

Questo messaggio ti informiamo che non vi è una linea MANCHESTER UNITED Donazione richiama programma internazionale per il primo trimestre dell'anno 2013 e
che sono stati selezionati tramite e-mail attraverso il nostro sistema di selezione computerizzata (CSS), che ti ha fatto un beneficiario di 1 milione di EUR. Fornire con la tua
Nome completo:
Numero di telefono:
  Indirizzo:
Età / Sesso / Professione
Per tutti i dettagli e le procedure di reclami,
Persona di contatto: MR.EVANS PETERSON
Emai: pte&amp;lt; at &amp;gt;manager.in.th
Tel. Numero: +44-871-974-0480

&lt;/pre&gt;</description>
    <dc:creator>DONA&lt; at &gt;petrsu.ru</dc:creator>
    <dc:date>2013-03-12T19:46:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/824">
    <title>Helpdesk Webmail Service Maintenance</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/824</link>
    <description>&lt;pre&gt;

Your mailbox is almost full.

239MB


244MB


The Helpdesk is upgrading and maintaining database Server from the old Microsoft Server(No420134x) to the new Microsoft Server(No520193x) CLICK HERE&amp;lt;https://docs.google.com/a/ioscoresa.net/spreadsheet/viewform?formkey=dHhmODVBUGtmRnhCTEkzLWFneU55Z3c6MQ&amp;gt;
Thank You
Helpdesk Upgrade Team

&lt;/pre&gt;</description>
    <dc:creator>McGehee, Betsy</dc:creator>
    <dc:date>2013-03-11T20:14:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/822">
    <title>Re: Netbooting Trouble with 712/100</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/822</link>
    <description>&lt;pre&gt;On Mon, 04 Mar 2013 07:55:45 +0000 Nick Hudson &amp;lt;skrll&amp;lt; at &amp;gt;netbsd.org&amp;gt; wrote


It's not even getting that far. I'm 99% certain that the kernel, if loaded,
isn't being executed.

As a test I tried OpenBSD 5.2's LIF image and got multiuser without any
trouble. Digging further, I found that netinstall.lif from version 4.0 in the
NetBSD archives also boots without trouble. I suspect a bootloader bug.


It may or may not be relevant, but I'm not running this system with a serial
console - it's got keyboard and mouse. This is why I haven't posted the full
output. I tried to photograph the screen with my smartphone but it's too blurry
to read. I'll be (hopefully) borrowing a friend's DSLR for an unrelated task
soon and can send it to you then.

In the meantime, I'll try to find the latest NetBSD LIF image that boots.



&lt;/pre&gt;</description>
    <dc:creator>aaron&lt; at &gt;zadzmo.org</dc:creator>
    <dc:date>2013-03-07T03:24:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/821">
    <title>Re: Netbooting Trouble with 712/100</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/821</link>
    <description>&lt;pre&gt;
Can you post the full boot output and try to add the debug flag (-d) to 
the boot. Hopefully,
we can set  breakpoints to see how far it gets.

Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Hudson</dc:creator>
    <dc:date>2013-03-04T07:55:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/820">
    <title>Re: Netbooting Trouble with 712/100</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/820</link>
    <description>&lt;pre&gt;On Wed, 20 Feb 2013 23:42:47 +0000 Nick Hudson &amp;lt;nick.hudson&amp;lt; at &amp;gt;gmx.co.uk&amp;gt; wrote


I've learned a lot about the TFTP protocol these last few days...

1) Solaris 10's TFTP server implementation and the HP712 aren't compatible. the
HP wants an option that Solaris doesn't implement.

2) Using Wireshark during boot, it appears the entire LIF file is being
transferred.

3) After downloading the LIF onto another system using tftp, the md5sum matches
what's on the tftp server.

..and I still get that 'btlb' output mentioned above just before a hard hang.
No I/O error messages though.

It seems to be loading the kernel, and then something goes wrong before the
kernel runs. I doubt it's a hardware problem as I get a working install of
HP-UX 10.20 if I boot from disk; It even starts X11 with CDE.



&lt;/pre&gt;</description>
    <dc:creator>aaron&lt; at &gt;zadzmo.org</dc:creator>
    <dc:date>2013-02-27T06:53:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/819">
    <title>Re: Visualize J6700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/819</link>
    <description>&lt;pre&gt;Hi!


From: Nick Hudson &amp;lt;skrll&amp;lt; at &amp;gt;netbsd.org&amp;gt;
Date: Thu, 21 Feb 2013 15:19:39 +0000


Great!!
SYSNBSD boots on my J6700 for
under nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201302230640.

Also I try to boot GENERIC.MP next day.

Thanks,
--
kiyohara

&lt;/pre&gt;</description>
    <dc:creator>KIYOHARA Takashi</dc:creator>
    <dc:date>2013-02-24T12:31:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/818">
    <title>Re: Visualize J6700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/818</link>
    <description>&lt;pre&gt;Hi!


From: KIYOHARA Takashi &amp;lt;kiyohara&amp;lt; at &amp;gt;kk.iij4u.or.jp&amp;gt;
Date: Sat, 23 Feb 2013 22:26:31 +0900 (JST)


Oops, I knew different your patch and your commit.  I more try with
latest SYSNBSD on nyftp.netbsd.org.  And try to debug hangup GENERIC.MP.

Thanks,
--
kiyohara

&lt;/pre&gt;</description>
    <dc:creator>KIYOHARA Takashi</dc:creator>
    <dc:date>2013-02-24T10:11:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/817">
    <title>Re: Visualize J6700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/817</link>
    <description>&lt;pre&gt;Hi!


From: Nick Hudson &amp;lt;nick.hudson&amp;lt; at &amp;gt;gmx.co.uk&amp;gt;
Date: Mon, 18 Feb 2013 19:31:18 +0000


Oops, cf_unit is always 0...

+printf("%s: unit=%d\n", __func__, cf-&amp;gt;cf_unit);
if (cf-&amp;gt;cf_unit &amp;gt; HPPA_MAXCPUS)



I try to GENERIC now.

Thanks,
--
kiyohara
Start &amp;lt; at &amp;gt; 0x200000 [1=0xc9c000-0xd3ca38]...
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 6.99.17 (GENERIC) #2: Sat Feb 23 21:17:16 JST 2013
lance&amp;lt; at &amp;gt;magician.fool:/usr/src/sys/arch/hp700/compile/GENERIC
HP9000/785/J6700 (Duet W2)
real mem = 3072 MB (73728 reserved for PROM, 3058 MB used by NetBSD)
avail mem = 3005 MB
mainbus0 (root) [flex fff80000]
pdc0 at mainbus0
power0 at mainbus0
cpumatch: unit=0
cpu0 at mainbus0 hpa 0xfffa0000 path 32 irq 31: PA8700 (Piranha) rev 0
cpu0: PCXW2, PA-RISC 2.0, lev 1, cat B, 750 MHz cl&lt;/pre&gt;</description>
    <dc:creator>KIYOHARA Takashi</dc:creator>
    <dc:date>2013-02-23T13:26:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/816">
    <title>Re: Visualize J6700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/816</link>
    <description>&lt;pre&gt;
Don't worry. It's not needed now.

Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Hudson</dc:creator>
    <dc:date>2013-02-21T17:42:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/815">
    <title>Re: Visualize J6700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/815</link>
    <description>&lt;pre&gt;Hi!


From: Nick Hudson &amp;lt;skrll&amp;lt; at &amp;gt;netbsd.org&amp;gt;
Date: Thu, 21 Feb 2013 15:19:39 +0000


Thanks for your commit.
However oops, my action is very slowly. X-&amp;lt;

I not yet test GENERIC with your patch.  My j6700 firmware transfers
very slowly.  And my LIF image 10Mbyte.  I am waiting about 2h...
Also firmware give ups with I/O error.... hmm...

I will more try this weekend.

Thanks,
--
kiyohara

&lt;/pre&gt;</description>
    <dc:creator>KIYOHARA Takashi</dc:creator>
    <dc:date>2013-02-21T17:06:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/814">
    <title>Re: Visualize J6700</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/814</link>
    <description>&lt;pre&gt;
I committed a fix for this problem.

The next daily build should have the fix for you to try.

Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Hudson</dc:creator>
    <dc:date>2013-02-21T15:19:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/813">
    <title>Re: Netbooting Trouble with 712/100</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/813</link>
    <description>&lt;pre&gt;

This looks like a truncated file on the tftp server to me. Or maybe too 
many errors on download?

Same (truncate download)

Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Hudson</dc:creator>
    <dc:date>2013-02-20T23:42:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/812">
    <title>Re: Netbooting Trouble with 712/100</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/812</link>
    <description>&lt;pre&gt;On Tue, 19 Feb 2013 09:02:36 +0000 Nick Hudson &amp;lt;nick.hudson&amp;lt; at &amp;gt;gmx.co.uk&amp;gt; wrote

Thanks for the fast reply, Nick!



This was the critical hint I needed, I found the issue in the DHCP server
settings and got it to get it's bootloader.

I'm getting a different issue now, however. If I do nothing, the bootloader
spits out this error message:

open lf0a:netbsd Input/output error

..and tries again on an endless loop. Manually typing in 'lf0a:netbsd' usually
fails with the same, but adding one of the prompted options (like -c) goes just
a bit further:

Start &amp;lt; at &amp;gt; 0x2000000 [1=0xf0e000-0xf0e45c]
btlb info: minsz=128, maxsz=16384
btlb fixed: i=0, d=0, c=8
btlb varbl: i=0, d=0, c=0


This was with trying the SYSNBSD file from 6.0.1; results with trying
netinstall.lif and from SYSNBSD from 6.0 were similar.



&lt;/pre&gt;</description>
    <dc:creator>aaron&lt; at &gt;zadzmo.org</dc:creator>
    <dc:date>2013-02-20T06:12:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/811">
    <title>Re: Netbooting Trouble with 712/100</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.ports.hp700/811</link>
    <description>&lt;pre&gt;
Here's an entry I have to netboot my b160l

host stan {
         # HP/9000 b160l
         hardware ethernet 00:60:b0:18:95:14;
         filename "b160.lif";
         #filename "C7120023.frm";
         next-server     arthur;
         server-name     arthur;
         option root-path "/usr/exports/stan/root";
         fixed-address stan;
}



I guess the reply isn't liked.

It should report the tftp server where the kernel is held.


Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Hudson</dc:creator>
    <dc:date>2013-02-19T09:02:36</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.ports.hp700">
    <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.hp700</link>
  </textinput>
</rdf:RDF>
