/drivers/accessibility/braille/

r> cgit logo index : litmus-rt.git
The LITMUS^RT kernel.Bjoern Brandenburg
aboutsummaryrefslogblamecommitdiffstats
path: root/drivers/scsi/ide-scsi.c
blob: 8f6b5bf580f6757fdcace40c5a41eb5359827d98 (plain) (tree)



































                                                                             










                              
                        
                        





























































                                                                                          
                                       
                                                                                    







                                                                       
                                       


                                          
                                         




                                                   
                                       
                                  
                                         
















































                                                                                                          















                                                                          


















                                                                                                           















                                                                          



































































































                                                                                               


                           









                                                                                  
                                      

















































                                                                                 
                                

                            
                                                                 



                                                         
                                    

















                                                                                                                      
                                         


                                                                                                               
                            

























































































                                                                                                                                              
                                              
















































































                                                                                                                                 
                                                
























































































                                                                                                                           
                                                        

















                                                                                                  
                                                                                                          


                                                                                                                                     
                                                               

























                                                                                                                                                                                            







                                                              

 
                                               




                                                                  
                                                      








                                   

 
                                         









                                                                      
                                      
                       
                                              

                                                
          

                                                  

                                                  

                                               



                                                      













































                                                                      




































                                                                                                      
                                                                            
















                                                                                
                                                                   









































                                                                                                  
                                        





                                                     

                   












































                                                                                                       
                                                    



































                                                                                                               

                                                    



                                                                                                  
                                                              




                                    
                                      
                                   







                                                        
                                              




                                                                                                   
                               





                                                                                                             
                                                              
                           









                                                              
                                                      




































                                                                            
                                             











                                                                                                                           


                                                      



                                                                                
                               
























                                                                                              





                                                       
                   

                                     
         


                                                         








                                           
                                                           



                                            
                                                      

 

                                                                                              


                                 
/*
 * linux/drivers/scsi/ide-scsi.c	Version 0.9		Jul   4, 1999
 *
 * Copyright (C) 1996 - 1999 Gadi Oxman <gadio@netvision.net.il>
 */

/*
 * Emulation of a SCSI host adapter for IDE ATAPI devices.
 *
 * With this driver, one can use the Linux SCSI drivers instead of the
 * native IDE ATAPI drivers.
 *
 * Ver 0.1   Dec  3 96   Initial version.
 * Ver 0.2   Jan 26 97   Fixed bug in cleanup_module() and added emulation
 *                        of MODE_SENSE_6/MODE_SELECT_6 for cdroms. Thanks
 *                        to Janos Farkas for pointing this out.
 *                       Avoid using bitfields in structures for m68k.
 *                       Added Scatter/Gather and DMA support.