On Wed, Feb 25, 2004 at 06:05:43PM -0500, Mukker, Atul wrote: > All, > > Thanks a lot for the valuable feedback. The general consensus is against a > single driver for different class of controllers. This would put a strain on > our applications, which expect all the controllers to be exported from > single driver's private ioctl interface. > > With multiple adapters, applications would need to open multiple handles. > This would somewhat complicate things for them. But keeping in line with > general expectations, we would fork the drivers for different class of > controllers now. How much private ioctls do you need actually ? I assume that for sending raw commands you use SG_IO already... BTW it would be really nice if the various raid controller drivers could come up with a joint common IOCTL api since it seems every raid controller driver right now has a largely overlapping but yet different set of ioctls.