linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: kernel-parameters.txt: Add ide-generic.probe-mask
@ 2014-10-25 16:03 Maciej W. Rozycki
  2014-10-27 13:53 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2014-10-25 16:03 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: linux-ide, linux-kernel

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
 Not much to say beyond the subject.  Noticed while fiddling with a plain 
ISA multi-I/O card (remember those?) having a single IDE channel only, as 
usually with them, to avoid errors like:

ide1: unexpected interrupt, status=0xff, count=11

popping up in the kernel log -- presumably coming from noise on the 
floating IRQ15 line or maybe spurious interrupts triggered by another 
device (the slave 8259A delivers them like IRQ15 and they can be told 
apart by internal PIC status, but we don't check it if the line is 
enabled, for performance reasons).

 Please apply.

  Maciej

linux-doc-ide-generic.patch
Index: linux-3.16-dolch/Documentation/kernel-parameters.txt
===================================================================
--- linux-3.16-dolch.orig/Documentation/kernel-parameters.txt
+++ linux-3.16-dolch/Documentation/kernel-parameters.txt
@@ -1263,6 +1263,17 @@ bytes respectively. Such letter suffixes
 			.cdrom .chs .ignore_cable are additional options
 			See Documentation/ide/ide.txt.
 
+	ide-generic.probe-mask= [HW] (E)IDE subsystem
+			Format: <int>
+			Probe mask for legacy ISA IDE ports.  Depending on
+			platform up to 6 ports are supported, enabled by
+			setting corresponding bits in the mask to 1.  The
+			default value is 0x0, that is special and on systems
+			that have PCI triggers scanning the PCI bus for the
+			first and the second port, which are then probed.
+			On systems without PCI the value of 0x0 enables
+			probing the two first ports as if it was 0x3.
+
 	ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem
 			Claim all unknown PCI IDE storage controllers.
 

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

end of thread, other threads:[~2014-10-27 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-25 16:03 [PATCH] doc: kernel-parameters.txt: Add ide-generic.probe-mask Maciej W. Rozycki
2014-10-27 13:53 ` Jonathan Corbet

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