From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: Richard Miller MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] another kernel typo Date: Thu, 9 Oct 2003 17:31:29 +0100 Topicbox-Message-UUID: 6a9d8a0c-eacc-11e9-9e20-41e7f4b1d025 /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);