patch-2.4.0-test11 linux/drivers/ide/ide-pci.c
Next file: linux/drivers/ide/opti621.c
Previous file: linux/drivers/ide/icside.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue Nov 7 11:02:24 2000
- Orig file:
v2.4.0-test10/linux/drivers/ide/ide-pci.c
- Orig date:
Tue Oct 31 12:42:26 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/ide/ide-pci.c linux/drivers/ide/ide-pci.c
@@ -528,10 +528,7 @@
autodma = 1;
#endif
-#if 1 /* what do do with this useful tool ??? */
- if (pci_enable_device(dev))
- return;
-#endif
+ pci_enable_device(dev);
check_if_enabled:
if (pci_read_config_word(dev, PCI_COMMAND, &pcicmd)) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)