All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: Matthew Wilcox <willy@debian.org>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] Convert sym2 to be hotplug-capable
Date: Sun, 20 Jul 2003 04:28:30 +1000	[thread overview]
Message-ID: <20030719182830.GD25703@krispykreme> (raw)
In-Reply-To: <20030716210059.GR23808@parcelfarce.linux.theplanet.co.uk>

 
Hi,

> This patch is on top of the patch I posted yesterday.  It..
>  - Stops using Scsi_Cmnd etc typedefs
>  - Removes the unused Scsi_Host_Template argument from sym53c8xx_pci_init
>  - Converts sym53c8xx_2 to be a hotplug-capable driver

Nice work. 

> NOTE: This does not even attempt to preserve existing controller ordering.
> But given how much I've seen symbios controllers move around under
> the current setup (what?  you plugged in an 875 that happens to have
> NVRAM on it?  Oh well then, let's just renumber all your other cards!),
> I really don't care.

Its worse than that, the driver probes each sym2 type one at a time. Even
if the 875 has no NVRAM it will be probed before all 1010 devices for
example. Confused the hell out of me for a while.

I agree we should just move to hotplug ordering, that at least makes
sense.

The last things on my sym2 hitlist are using pci_name() everywhere and
removing the redundant memory allocator. (Actually you fixed the main
reason I wanted to kill sym_calloc etc, the driver had a 32 controller
limit on ppc64 due to a fixed sized array.)

Anton

  reply	other threads:[~2003-07-20 20:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16 21:00 [PATCH] Convert sym2 to be hotplug-capable Matthew Wilcox
2003-07-19 18:28 ` Anton Blanchard [this message]
2003-07-20 21:55   ` Matthew Wilcox
2003-08-12 23:41 ` Anton Blanchard
2003-08-13  5:13   ` Anton Blanchard

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=20030719182830.GD25703@krispykreme \
    --to=anton@samba.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=willy@debian.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.