Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77269
b: refs/heads/master
c: ce71ed9
h: refs/heads/master
i:
  77267: 697c8c7
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent 1198fa9 commit 7d28887
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ac59226ca95889ad620b0e63c0f700679fee5dd
refs/heads/master: ce71ed9ba8b558d54c213d372a6cf8b302fa1fa4
14 changes: 13 additions & 1 deletion trunk/drivers/ide/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,19 @@ config BLK_DEV_IDEPCI
bool

config IDEPCI_PCIBUS_ORDER
def_bool BLK_DEV_IDE=y && BLK_DEV_IDEPCI
bool "Probe IDE PCI devices in the PCI bus order (DEPRECATED)"
depends on BLK_DEV_IDE=y && BLK_DEV_IDEPCI
default y
help
Probe IDE PCI devices in the order in which they appear on the
PCI bus (i.e. 00:1f.1 PCI device before 02:01.0 PCI device)
instead of the order in which IDE PCI host drivers are loaded.

Please note that this method of assuring stable naming of
IDE devices is unreliable and use other means for achieving
it (i.e. udev).

If in doubt, say N.

# TODO: split it on per host driver config options (or module parameters)
config BLK_DEV_OFFBOARD
Expand Down

0 comments on commit 7d28887

Please sign in to comment.