All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IO-APIC.txt Documentation
@ 2003-09-01  2:15 Mathieu Desnoyers
  0 siblings, 0 replies; only message in thread
From: Mathieu Desnoyers @ 2003-09-01  2:15 UTC (permalink / raw)
  To: mingo, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]

Hello,

I found that with a recent version of scanpci, the -v parameter must be
used in order to get PCI boards'IRQ. It then lists the IRQ in
hexadecimal format (pirq=0x0e,0x0a,0x0b,0x0e for example), which I hope
are syntaxically correct for the pirq option of the kernel.


Mathieu Desnoyers

--
Mathieu Desnoyers <compudj@krystal.dyndns.org>
--- linux-2.4.20/Documentation/i386/IO-APIC.txt	2000-08-21 11:57:35.000000000 -0400
+++ linux-2.4.20-md/Documentation/i386/IO-APIC.txt	2003-08-31 21:54:25.000000000 -0400
@@ -83,7 +83,7 @@
 the following script tries to figure out such a default pirq= line from
 your PCI configuration:
 
-	echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
+	echo -n pirq=; echo `scanpci -v | grep T_L | cut -c56-` | sed 's/ /,/g'
 
 note that this script wont work if you have skipped a few slots or if your
 board does not do default daisy-chaining. (or the IO-APIC has the PIRQ pins



OpenPGP public key:              http://krystal.dyndns.org:8080/key/compudj.gpg
Key fingerprint:     8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-01  2:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-01  2:15 [PATCH] IO-APIC.txt Documentation Mathieu Desnoyers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.