On Wed, Feb 16, 2005 at 12:33:50PM -0800, A hit keys to express the following: > Hello, > > I have a slightly off-topic question regarding the > change(s) in the SCSI Mid-layer API in kernel 2.6. > > I have a driver that interfaces to the SCSI mid-layer > in 2.4, using API - scsi_register_module. This API > would register a "struct Scsi_Device_Template" that > would contain function pointers that would be called > for each SCSI device in the system. That way my > driver would have a knowledge and pointer to all SCSI > devices in the system. > > I don't see the API - scsi_register_module in 2.6. > Can someone please tell what is the new name of the > API that provides similar functionality? I have I see a function scsi_register (Scsi_Host_Template *t, size_t s). does that suffice for you? HTH, Om. -- Q: What does it say on the bottom of Coke cans in North Dakota? A: Open other end. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/