[PATCH 7/8] ide: make legacy IDE VLB modules check for the "probe" kernel params

2007-02-13 Thread Bartlomiej Zolnierkiewicz
[PATCH] ide: make legacy IDE VLB modules check for the "probe" kernel params Legacy IDE VLB host drivers didn't check for "probe" options when compiled as modules, which was obviously wrong as we don't want module to poke at random I/O ports by simply loading it. Fix it by adding "probe" module p

Re: [PATCH 7/8] ide: make legacy IDE VLB modules check for the "probe" kernel params

2007-02-14 Thread Alan
On Wed, 14 Feb 2007 02:57:12 +0100 Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: > [PATCH] ide: make legacy IDE VLB modules check for the "probe" kernel params > > Legacy IDE VLB host drivers didn't check for "probe" options when compiled > as modules, which was obviously wrong as we don't

Re: [PATCH 7/8] ide: make legacy IDE VLB modules check for the "probe" kernel params

2007-02-14 Thread Bartlomiej Zolnierkiewicz
On Wednesday 14 February 2007 11:53, Alan wrote: > On Wed, 14 Feb 2007 02:57:12 +0100 > Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: > > > [PATCH] ide: make legacy IDE VLB modules check for the "probe" kernel params > > > > Legacy IDE VLB host drivers didn't check for "probe" options whe

Re: [PATCH 7/8] ide: make legacy IDE VLB modules check for the "probe" kernel params

2007-02-14 Thread Alan
> > No point obsoleting the old ones. By the time being obsolete turns into > > being anything like "gone", the hardware won't exist. It just causes > > We don't have stable rules for kernel parameters. We have fifteen years of traditional, common sense and the like > I'll make warnings more ver

Re: [PATCH 7/8] ide: make legacy IDE VLB modules check for the "probe" kernel params

2007-02-14 Thread Bartlomiej Zolnierkiewicz
On Wednesday 14 February 2007 12:17, Alan wrote: > > > No point obsoleting the old ones. By the time being obsolete turns into > > > being anything like "gone", the hardware won't exist. It just causes > > > > We don't have stable rules for kernel parameters. > > We have fifteen years of traditi

[PATCH 7/8] ide: make legacy IDE VLB modules check for the "probe" kernel params (v2)

2007-02-14 Thread Bartlomiej Zolnierkiewicz
new replacement patch [PATCH] ide: make legacy IDE VLB modules check for the "probe" kernel params Legacy IDE VLB host drivers didn't check for "probe" options when compiled as modules, which was obviously wrong as we don't want module to poke at random I/O ports by simply loading it. Fix it by