public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* increasing host numbers
@ 2003-06-24  8:16 Douglas Gilbert
  2003-06-24 11:43 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Douglas Gilbert @ 2003-06-24  8:16 UTC (permalink / raw)
  To: SCSI Mailing List

It seems as though host numbers are no longer re-used.
This pattern started in lk 2.5.73:

# lsscsi
[0:0:1:0]    disk    FUJITSU  MAM3184MP        0106  /dev/sda
# modprobe scsi_debug
# lsscsi
[0:0:1:0]    disk    FUJITSU  MAM3184MP        0106  /dev/sda
[2:0:0:0]    disk    Linux    scsi_debug       0004  /dev/sdb
# rmmod scsi_debug
# modprobe scsi_debug
# lsscsi
[0:0:1:0]    disk    FUJITSU  MAM3184MP        0106  /dev/sda
[3:0:0:0]    disk    Linux    scsi_debug       0004  /dev/sdb
# rmmod scsi_debug
# modprobe scsi_debug
# lsscsi
[0:0:1:0]    disk    FUJITSU  MAM3184MP        0106  /dev/sda
[4:0:0:0]    disk    Linux    scsi_debug       0004  /dev/sdb

Feature?

Doug Gilbert



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

end of thread, other threads:[~2003-06-24 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-24  8:16 increasing host numbers Douglas Gilbert
2003-06-24 11:43 ` Christoph Hellwig
2003-06-24 16:04   ` Matthew Dharm

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