commit | 2625cd52b6eafb63b72f2e53f933f41ba9e34dff | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Apr 18 00:46:21 2008 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Apr 18 00:46:21 2008 +0200 |
tree | 1d104d623465a7c566dfa886ef1a77d43bb17970 | |
parent | ce9b248bb451134fcb41e189e83e3838fb57caf0 [diff] |
ide: fix ide_find_port() * Instead of checking for '->io_ports[IDE_DATA_OFFSET] == 0' check for '->chipset == ide_unknown' when looking for an empty ide_hwifs[] slot. * Do ide-pnp initialization after ide-generic when IDE is built-in (ide-pnp is the only user of ide_find_port() which needs such fixup). Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>