All of lore.kernel.org
 help / color / mirror / Atom feed
From: Douglas Gilbert <dougg@torque.net>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: increasing host numbers
Date: Tue, 24 Jun 2003 18:16:58 +1000	[thread overview]
Message-ID: <3EF808FA.5020503@torque.net> (raw)

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



             reply	other threads:[~2003-06-24  8:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-24  8:16 Douglas Gilbert [this message]
2003-06-24 11:43 ` increasing host numbers Christoph Hellwig
2003-06-24 16:04   ` Matthew Dharm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EF808FA.5020503@torque.net \
    --to=dougg@torque.net \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.