9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <miller@hamnavoe.demon.co.uk>
To: 9fans@cse.psu.edu
Subject: [9fans] another kernel typo
Date: Thu,  9 Oct 2003 17:31:29 +0100	[thread overview]
Message-ID: <efa490fd060f05b3be50f7d890a57152@hamnavoe.com> (raw)

/n/sources/plan9/sys/src/9/pc/devpccard.c:1371,1372 c /sys/src/9/pc/devpccard.c:1371,1372
< 						"\tconfiguration[%ld] irqs %.4uX; vpp %d, %d; %s\n",
< 							  n, ct->irqs, ct->vpp1, ct->vpp2,
---
> 						"\tconfiguration[%d] irqs %.4uX; vpp %d, %d; %s\n",
> 							  i, ct->irqs, ct->vpp1, ct->vpp2,
/n/sources/plan9/sys/src/9/pc/devpccard.c:1377 c /sys/src/9/pc/devpccard.c:1377
< 									  i, ct->io[j].start, ct->io[j].len);
---
> 									  j, ct->io[j].start, ct->io[j].len);



             reply	other threads:[~2003-10-09 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-09 16:31 Richard Miller [this message]
2003-10-09 16:41 ` David Presotto

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=efa490fd060f05b3be50f7d890a57152@hamnavoe.com \
    --to=miller@hamnavoe.demon.co.uk \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).