Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110081
b: refs/heads/master
c: 278ecfb
h: refs/heads/master
i:
  110079: 8578b17
v: v3
  • Loading branch information
Tejun Heo authored and Bartlomiej Zolnierkiewicz committed Sep 27, 2008
1 parent 9f891e1 commit c5d0e71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 801bd32e205ca6ef78dcaf80121f1eccb89b8c1e
refs/heads/master: 278ecfb8f4100c0edc2bc77695b591ea16388829
14 changes: 14 additions & 0 deletions trunk/drivers/ide/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,20 @@ config IDE_GENERIC
tristate "generic/default IDE chipset support"
depends on ALPHA || X86 || IA64 || M32R || MIPS
help
This is the generic IDE driver. This driver attaches to the
fixed legacy ports (e.g. on PCs 0x1f0/0x170, 0x1e8/0x168 and
so on). Please note that if this driver is built into the
kernel or loaded before other ATA (IDE or libata) drivers
and the controller is located at legacy ports, this driver
may grab those ports and thus can prevent the controller
specific driver from attaching.

Also, currently, IDE generic doesn't allow IRQ sharing
meaning that the IRQs it grabs won't be available to other
controllers sharing those IRQs which usually makes drivers
for those controllers fail. Generally, it's not a good idea
to load IDE generic driver on modern systems.

If unsure, say N.

config BLK_DEV_PLATFORM
Expand Down

0 comments on commit c5d0e71

Please sign in to comment.