Re: [PATCH] Re: SCSI scanning

From: Keith Owens (kaos@ocs.com.au)
Date: Wed Sep 20 2000 - 04:13:03 EST


On Wed, 20 Sep 2000 10:43:35 +0200,
Helge Hafting <helgehaf@idb.hist.no> wrote:
>Ideally I'd like specifying controller order in menuconfig. Perhaps a
>"controller order" submenu in scsi, that display the default order
>of the selected controllers. The user can then change this.
>I guess that is 2.5 stuff though.

Part of the 2.5 Makefile redesign is adding LINK_FIRST and LINK_LAST
entries in Makefiles. The link order will be $(LINK_FIRST), (the
rest), $(LINK_LAST). Link first and last entries will be done in the
Makefile defined order, the rest will be linked in alphabetical order.

And there will be a great big note: Do not use LINK_FIRST or LINK_LAST
unless you really (and I mean *REALLY*) have to! All reasons for using
LINK_FIRST and LINK_LAST must be documented.

To handle newer controllers which mimic older controllers, the newer
controllers would be listed in LINK_FIRST. At the moment we do not
have any plans to allow user ordering of controllers via .config, only
via editting the Makefile. The plan is to clean up the Makefiles
first, introducing new facilities comes later (if ever).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:22 EST