[LinuxPPS] 9 May 22:01 - ide: legacy PCI bus order probing fixes

linuxpps: Bartlomiej Zolnierkiewicz <> webmaster at enneenne.com
Fri May 11 23:45:11 CEST 2007


ide: legacy PCI bus order probing fixes  
  
IDE PCI host drivers should register themselves with IDE core only when  
IDE driver is built-in, otherwise (IDE driver is modular and thus IDE PCI  
host drivers are also modular) the code has no effect and just complicates  
the probing.  
  
Fix it by adding new config option CONFIG_IDEPCI_PCIBUS (defined only when  
needed and invisible to the user) and covering by #ifdef/#endif the code  
in question. It turned out that "ide=reverse" was silently accepted but did  
nothing in case when IDE driver was modular, this is fixed now.  
  
Signed-off-by: Bartlomiej Zolnierkiewicz   
  
drivers/ide/Kconfig  
drivers/ide/ide.c  
drivers/ide/setup-pci.c  
include/linux/ide.h

URL: http://gitweb.enneenne.com/?p=linuxpps;a=commit;h=6d208b39c45edee5def6c201fcd51561c5a39828



More information about the LinuxPPS mailing list