On Mon, 9 Oct 2000, Alan Cox wrote: > > SCSI has real ordering requirements for drivers. > > You have to do Buslogic and AHA17xx before AHA15xx or you get a wrong driver > and in the 17xx case data corruption risks Hmm.. The current order is the same as in 2.2.x, and puts aha17xx _after_ the other ones. Or did that change in the later 2.2.x series? > You must do scsi before i2o_scsi or AMI Megaraids break So change the drivers/Makefile to put scsi before i2o and drivers/scsi/Makefile to do the aha17xx thing first, and we're all done. (Not that I think any distribution would come with i2o even enabled at this point, and the scsi ones all tend to be modules too). End of story. No "reorganizations" needed. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] Link order of drivers outside driver... Torben Mathiasen
- Re: [PATCH] Link order of drivers outside dr... Linus Torvalds
- Re: [PATCH] Link order of drivers outside dr... Alan Cox
- Re: [PATCH] Link order of drivers outsid... Torben Mathiasen
- Re: [PATCH] Link order of drivers outsid... Alan Cox
- Re: [PATCH] Link order of drivers outside driver... Linus Torvalds
- Re: [PATCH] Link order of drivers outside dr... Torben Mathiasen
- Re: [PATCH] Link order of drivers outside dr... Alan Cox
- Re: [PATCH] Link order of drivers outside drivers/sc... Linus Torvalds
- Re: [PATCH] Link order of drivers outside driver... Torben Mathiasen
- Re: [PATCH] Link order of drivers outside drivers/scsi Linus Torvalds
- Re: [PATCH] Link order of drivers outside drivers/sc... Alan Cox
- Re: [PATCH] Link order of drivers outside driver... Andries Brouwer
- Re: [PATCH] Link order of drivers outside driver... Torben Mathiasen