Re: Re: fr1 with iSCSI on 2.6.11?
denis <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
denis a écrit : > Peter T. Breuer a écrit : > >> Haven't we been through this once before? I suspect the archives will >> say "yes, we have". >> >> > Me too :-) > > I just try your patch and it seems ok with 2.6.11.12. > > I'm going to test it more toroughly... If megaraid drivers are > repaired in this version... I applied enbd patch too, and there is a trivial reject : *** 33,38 **** obj-$(CONFIG_SBUS) += sbus/ obj-$(CONFIG_ZORRO) += zorro/ obj-$(CONFIG_MAC) += macintosh/ obj-$(CONFIG_PARIDE) += block/paride/ obj-$(CONFIG_TC) += tc/ obj-$(CONFIG_USB) += usb/ --- 33,39 ---- obj-$(CONFIG_SBUS) += sbus/ obj-$(CONFIG_ZORRO) += zorro/ obj-$(CONFIG_MAC) += macintosh/ + obj-$(CONFIG_ENBD) += block/enbd/ obj-$(CONFIG_PARIDE) += block/paride/ obj-$(CONFIG_TC) += tc/ obj-$(CONFIG_USB) += usb/ my Makefile looks like : obj-$(CONFIG_ZORRO) += zorro/ obj-$(CONFIG_MAC) += macintosh/ obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/ obj-$(CONFIG_ENBD) += block/enbd/ obj-$(CONFIG_PARIDE) += block/paride/ obj-$(CONFIG_TC) += tc/ obj-$(CONFIG_USB) += usb/ obj-$(CONFIG_USB_GADGET) += usb/gadget/ Is there any ralatino between your enbd driver and the new ATA over ethernet ?