alistair23-linux/drivers/ide/legacy
Bartlomiej Zolnierkiewicz 5cbf79cdb3 ide: add ide_proc_register_port()
* create_proc_ide_interfaces() tries to add /proc entries for every probed
  and initialized IDE port, replace it by ide_proc_register_port() which does
  it only for the given port (also rename destroy_proc_ide_interface() to
  ide_proc_unregister_port() for consistency)
  
* convert {create,destroy}_proc_ide_interface[s]() users to use new functions

* pmac driver depended on proc_ide_create() to add /proc port entries, fix it
  
* au1xxx-ide, swarm and cs5520 drivers depended indirectly on ide-generic
  driver (CONFIG_IDE_GENERIC=y) to add port /proc entries, fix them

* there is now no need to add /proc entries for IDE ports in proc_ide_create()
  so don't do it

* proc_ide_create() needs now to be called before drivers are probed - fix it,
  while at it make proc_ide_create() create /proc "ide" directory

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2007-05-10 00:01:11 +02:00
..
ali14xx.c ide: add ide_proc_register_port() 2007-05-10 00:01:11 +02:00
buddha.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
dtc2278.c ide: add ide_proc_register_port() 2007-05-10 00:01:11 +02:00
falconide.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
gayle.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
hd.c [PATCH] drivers/ide: stray bracket 2006-11-14 09:09:27 -08:00
ht6560b.c ide: add ide_proc_register_port() 2007-05-10 00:01:11 +02:00
ide-cs.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
macide.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
q40ide.c ide: add "initializing" argument to ide_register_hw() 2007-05-10 00:01:10 +02:00
qd65xx.c ide: add ide_proc_register_port() 2007-05-10 00:01:11 +02:00
qd65xx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
umc8672.c ide: add ide_proc_register_port() 2007-05-10 00:01:11 +02:00