9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] another kernel typo
@ 2003-10-09 16:31 Richard Miller
  2003-10-09 16:41 ` David Presotto
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Miller @ 2003-10-09 16:31 UTC (permalink / raw)
  To: 9fans

/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);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] another kernel typo
  2003-10-09 16:31 [9fans] another kernel typo Richard Miller
@ 2003-10-09 16:41 ` David Presotto
  0 siblings, 0 replies; 2+ messages in thread
From: David Presotto @ 2003-10-09 16:41 UTC (permalink / raw)
  To: miller, 9fans

Thsnks for both changes


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-09 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09 16:31 [9fans] another kernel typo Richard Miller
2003-10-09 16:41 ` David Presotto

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).