Re: PATCH 2.4.0.10: Update hotplug

2000-11-02 Thread David Brownell
> > - Changing /sbin/hotplug invocations ... now it can > > only support "add" and "del" events. (USB now > > uses "add" and "remove", though "remove" doesn't > > try to do anything yet.) > > > > This removes the intended flexibility whereby > > different subsys

Re: PATCH 2.4.0.10: Update hotplug

2000-11-02 Thread Jeff Garzik
David Brownell wrote: > - Changing /sbin/hotplug invocations ... now it can > only support "add" and "del" events. (USB now > uses "add" and "remove", though "remove" doesn't > try to do anything yet.) > > This removes the intended flexibility whereby > differen

Re: PATCH 2.4.0.10: Update hotplug

2000-11-02 Thread David Brownell
I'm glad to see the CardBus/PCI and network hotplug support start happening! Would you motivate two changes I noticed? - Changing /sbin/hotplug invocations ... now it can only support "add" and "del" events. (USB now uses "add" and "remove", though "remove" doesn't try to

Re: PATCH 2.4.0.10: Update hotplug

2000-11-02 Thread David S. Miller
Date:Thu, 02 Nov 2000 03:05:45 -0500 From: Jeff Garzik <[EMAIL PROTECTED]> DaveM - netdevice.h seems like the best place to include businfo.h. Since it doesn't include anything but linux/types.h, that should eliminate any worry about a nightmare of nested includes... Ok.

PATCH 2.4.0.10: Update hotplug

2000-11-02 Thread Jeff Garzik
Note - this is just an RFC patch, do not apply. It compiles, but is not tested. Attached is a patch against 2.4.0-test10 which updates the kernel's hotplug capabilities per recent discussions (both public and private). Major changes: * pci: Execute /sbin/hotplug for each hotplug device insertio