Messages in this thread |  | | Date | Tue, 19 Sep 2000 15:59:28 -0700 (PDT) | From | Linus Torvalds <> | Subject | Re: [PATCH] Re: SCSI scanning |
| |
On Wed, 20 Sep 2000, Torben Mathiasen wrote: > > I can't seem to find a clean way of getting the drivers outside "drivers/scsi" > to link _after_ the other low-level drivers. My linux Makefile abilities is > limited though, so if someone with the knowledge would do what Eric requests > above please. We will probaly have to move some thing around, and that would be a > _bad_ move at this point I guess.
Note that ordering requirements are usually bad requirements. In many cases it's probably best to just fix the problem that causes ordering requirements in the first place.
So we don't need to do a "perfect" job on ordering. In fact, we probably want to avoid ordering as much as possible - I'd rather fix the problems that cause us to want to order thing than spending much time trying to order stuff.
Some ordering is simple: making sure that newer drivers show up before older drivers that can catch on compatibility stuff. Some other cases are equally obvious: keeping the sort in pretty much the same order as the old hosts.c file just to avoid having peoples disks being re-ordered if somebody has multiple types of SCSI controllers. That's more of a "let's be polite" thing.
But let's fix the real problems rather than hit our heads against the ordering wall..
Linus
- 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/
|  |