From: rbradetich@uswest.net (Ryan Bradetich)
To: joel.soete@freebel.net
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] sti broken in pa32 on B180
Date: Thu, 4 Oct 2001 07:13:50 -0600 [thread overview]
Message-ID: <20011004071350.A27483@beavis.ybsoft.com> (raw)
In-Reply-To: <1002191096.3bbc38f8c42ed@webmail.tiscalinet.be>
On Thu, Oct 04, 2001 at 12:24:56PM +0200, joel.soete@freebel.net wrote:
> Hi all,
>
> I just come back to my hppa boxes (a 712/80 and a b180) and just co the last cvs
> kernel (-pa32).
> I do usual make oldconfig; make dep ; make vmlinux (on the 712).
Try the following patch ... Thomas said this is what fixed STI on the
B-class machines for him. If it works, I'll commit it.
Thanks,
- Ryan
diff -u -p -r1.37 inventory.c
--- inventory.c 2001/10/04 00:17:52 1.37
+++ inventory.c 2001/10/04 13:08:21
@@ -542,7 +542,7 @@ add_system_map_addresses(struct parisc_d
return;
}
- for(i = 0; i < num_addrs; ++i) {
+ for(i = 0; i <= num_addrs; ++i) {
status = pdc_system_map_find_addrs(&addr_result,
module_instance, i);
if(PDC_RET_OK == status) {
next prev parent reply other threads:[~2001-10-04 13:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-04 10:24 [parisc-linux] sti broken in pa32 on B180 joel.soete
2001-10-04 13:13 ` Ryan Bradetich [this message]
2001-10-04 15:17 ` Thomas Bogendoerfer
2001-10-04 17:06 ` joel.soete
2001-10-05 6:19 ` joel.soete
2001-10-05 10:53 ` Thomas Marteau
2001-10-05 15:56 ` Grant Grundler
2001-10-05 17:41 ` joel.soete
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011004071350.A27483@beavis.ybsoft.com \
--to=rbradetich@uswest.net \
--cc=joel.soete@freebel.net \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox