linux/arch/um/drivers
Jeff Dike 29d56cfe3c [PATCH] uml: hot-unplug code cleanup
Clean up the hot-unplugging code.  There is now an id procedure which is
called to figure out what device we're talking to.  The error messages from
that are now done from mconsole_remove instead of the driver.  remove is now
called with the device number, after it has been checked, so doesn't need to
do sanity checking on it.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-25 16:24:36 -07:00
..
Makefile [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
chan_kern.c [PATCH] uml: Change printf to printk in console driver 2005-05-20 15:48:19 -07:00
chan_user.c [PATCH] uml: clean up error path 2005-06-08 16:21:12 -07:00
cow.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cow_sys.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cow_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
daemon.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
daemon_kern.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
daemon_user.c [PATCH] uml: kfree cleanup 2005-06-25 16:24:35 -07:00
fd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
harddog_kern.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
harddog_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hostaudio_kern.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
line.c [PATCH] uml: hot-unplug code cleanup 2005-06-25 16:24:36 -07:00
mcast.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mcast_kern.c [PATCH] uml: multicast driver cleanup 2005-05-20 15:48:17 -07:00
mcast_user.c [PATCH] uml: multicast driver cleanup 2005-05-20 15:48:17 -07:00
mconsole_kern.c [PATCH] uml: hot-unplug code cleanup 2005-06-25 16:24:36 -07:00
mconsole_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mmapper_kern.c [PATCH] uml: make the emulated iomem driver work on 2.6 2005-06-08 16:21:11 -07:00
net_kern.c [PATCH] uml: hot-unplug code cleanup 2005-06-25 16:24:36 -07:00
net_user.c [PATCH] uml: compile fixes for gcc 4 2005-06-08 16:21:12 -07:00
null.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcap_kern.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcap_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcap_user.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
port.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
port_kern.c [PATCH] uml: add and use generic hw_controller_type->release 2005-06-21 19:07:32 -07:00
port_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pty.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
random.c [PATCH] uml: add MOD_LICENSE to random driver 2005-05-28 16:46:12 -07:00
slip.h [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slip_common.c [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slip_common.h [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slip_kern.c [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slip_user.c [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slirp.h [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slirp_kern.c [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
slirp_user.c [PATCH] uml: slirp and slip driver cleanups and fixes 2005-06-13 20:58:43 -07:00
ssl.c [PATCH] uml: hot-unplug code cleanup 2005-06-25 16:24:36 -07:00
ssl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stderr_console.c [PATCH] uml: compile fixes for gcc 4 2005-06-08 16:21:12 -07:00
stdio_console.c [PATCH] uml: hot-unplug code cleanup 2005-06-25 16:24:36 -07:00
stdio_console.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tty.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ubd_kern.c [PATCH] uml: hot-unplug code cleanup 2005-06-25 16:24:36 -07:00
ubd_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xterm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xterm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xterm_kern.c [PATCH] uml: add and use generic hw_controller_type->release 2005-06-21 19:07:32 -07:00