public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* broken reverse_scan in aic7xxx
@ 2006-07-08 15:21 Stephan Seidl
  2006-07-08 15:44 ` Matthew Wilcox
  0 siblings, 1 reply; 7+ messages in thread
From: Stephan Seidl @ 2006-07-08 15:21 UTC (permalink / raw)
  To: linux-scsi; +Cc: stephan.seidl


Hallo,
between the Linux versions 2.6.8 and 2.6.14, anybody cleaned up
the code of `linux/drivers/scsi/aic7xxx/aic7xxx_osm.c'.
The Kernel 2.6.8 I refer to came with Debian Sarge.

$ ls -al linux-2.6.8-16s/drivers/scsi/aic7xxx/aic7xxx_osm.c
-rw-r--r--  1 seidl seidl 143292 May 19  2005 linux-2.6.8-16s/drivers/scsi/aic7xxx/aic7xxx_osm.c
$ ls -al linux-2.6.14.3/drivers/scsi/aic7xxx/aic7xxx_osm.c
-rw-r--r--  1 seidl seidl 74505 Nov 24  2005 linux-2.6.14.3/drivers/scsi/aic7xxx/aic7xxx_osm.c

A victim of the cleaning operation is the option `aic7xxx=reverse_scan'
which is still documented, but, which does no longer work. Here is some
output.

$ (cd linux-2.6.8-16s/drivers/scsi/aic7xxx && grep reverse_scan *)
aic79xx_osm.c:static uint32_t aic79xx_reverse_scan;
aic79xx_osm.c:" reverse_scan            Sort PCI devices highest Bus/Slot
to lowest\n"
aic79xx_osm.c:  if (aic79xx_reverse_scan != 0)
aic79xx_osm.c:  if (aic79xx_reverse_scan != 0)
aic79xx_osm.c:          { "reverse_scan", &aic79xx_reverse_scan },
aic7xxx_osm.c:static uint32_t aic7xxx_reverse_scan;
aic7xxx_osm.c:" reverse_scan            Sort PCI devices highest Bus/Slot
to lowest\n"
aic7xxx_osm.c:          if (aic7xxx_reverse_scan != 0)
aic7xxx_osm.c:          if (aic7xxx_reverse_scan != 0)
aic7xxx_osm.c:          { "reverse_scan", &aic7xxx_reverse_scan },

$ (cd linux-2.6.14.3/drivers/scsi/aic7xxx && grep reverse_scan *)
aic79xx_osm.c:static uint32_t aic79xx_reverse_scan;
aic79xx_osm.c:" reverse_scan            Sort PCI devices highest Bus/Slot
to lowest\n"
aic79xx_osm.c:  if (aic79xx_reverse_scan != 0)
aic79xx_osm.c:  if (aic79xx_reverse_scan != 0)
aic79xx_osm.c:          { "reverse_scan", &aic79xx_reverse_scan },
aic7xxx_osm.c:" reverse_scan            Sort PCI devices highest Bus/Slot
to lowest\n"

Since `aic7xxx=reverse_scan' is part of my disaster recovery concept,
I would like to ask whether anybody has the resources to reactivate
this driver option as it was before ?

Kind regards,
Stephan Seidl



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

end of thread, other threads:[~2006-07-09 12:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-08 15:21 broken reverse_scan in aic7xxx Stephan Seidl
2006-07-08 15:44 ` Matthew Wilcox
2006-07-08 17:48   ` Christoph Hellwig
2006-07-08 18:37     ` Matthew Wilcox
2006-07-09  1:29       ` Matthew Wilcox
2006-07-09  8:44       ` Arjan van de Ven
2006-07-09 12:19         ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox