Re: [PATCH 2/2] sk98lin: module table alias

2006-01-18 Thread Dave Jones
On Wed, Jan 18, 2006 at 11:56:26AM -0800, Stephen Hemminger wrote: > > > Nack. changing module tables in one driver depending on another driver > > > is always bogus. Better send a patch to udev/modutils/whatever > > > maintainers > > > to prefer one over the others. > > Is there really any

Re: [PATCH 2/2] sk98lin: module table alias

2006-01-18 Thread Stephen Hemminger
On Wed, 18 Jan 2006 11:29:09 -0800 Stephen Hemminger <[EMAIL PROTECTED]> wrote: > On Wed, 18 Jan 2006 19:07:42 + > Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > > On Wed, Jan 18, 2006 at 11:03:13AM -0800, Stephen Hemminger wrote: > > > The following removes the pci device module alias if b

Re: [PATCH 2/2] sk98lin: module table alias

2006-01-18 Thread Stephen Hemminger
On Wed, 18 Jan 2006 19:07:42 + Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Wed, Jan 18, 2006 at 11:03:13AM -0800, Stephen Hemminger wrote: > > The following removes the pci device module alias if both skge and sk98lin > > are compiled as modules. This means the clueless user who builds b

Re: [PATCH 2/2] sk98lin: module table alias

2006-01-18 Thread Christoph Hellwig
On Wed, Jan 18, 2006 at 11:03:13AM -0800, Stephen Hemminger wrote: > The following removes the pci device module alias if both skge and sk98lin > are compiled as modules. This means the clueless user who builds both modules > will get the skge driver loaded. If they really want to run sk98lin, the

Re: [PATCH 2/2] sk98lin: module table alias

2006-01-18 Thread Stephen Hemminger
The following removes the pci device module alias if both skge and sk98lin are compiled as modules. This means the clueless user who builds both modules will get the skge driver loaded. If they really want to run sk98lin, they can always modprobe it explicitly. Signed-off-by: Stephen Hemminger <[