Re: Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-25 Thread Adam J. Richter
> == Kai Germaschewski >> == Keith Owens >>> == Adam Richter >>> [...] I plan to go >>>through all of the changes and bracket all of these new tables >>>with #ifdef MODULE...#endif so they do not result in complaints >>>about the table being defined static and never used in cases where

Re: Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-25 Thread Adam J. Richter
== Kai Germaschewski == Keith Owens == Adam Richter [...] I plan to go through all of the changes and bracket all of these new tables with #ifdef MODULE...#endif so they do not result in complaints about the table being defined static and never used in cases where the driver is

Re: Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-24 Thread Adam J. Richter
Keith Owens <[EMAIL PROTECTED]> wrote: >"Adam J. Richter" <[EMAIL PROTECTED]> wrote: >> Note that this is not a "final" version. I plan to go >>through all of the changes and bracket all of these new tables >>with #ifdef MODULE...#endif so they do not result in complaints >>about the table

Re: Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-24 Thread Keith Owens
On Fri, 24 Nov 2000 15:37:33 -0800, "Adam J. Richter" <[EMAIL PROTECTED]> wrote: > Note that this is not a "final" version. I plan to go >through all of the changes and bracket all of these new tables >with #ifdef MODULE...#endif so they do not result in complaints >about the table being

Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-24 Thread Adam J. Richter
I have made added isapnp_card_id table to all isapnp drivers. This is the isapnp equivalent of the pci MODULE_DEVICE_TABLE declarations. They allow a user level software agent to know which modules correspond to your hardware configuration and to load them. One such implementation

Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-24 Thread Adam J. Richter
I have made added isapnp_card_id table to all isapnp drivers. This is the isapnp equivalent of the pci MODULE_DEVICE_TABLE declarations. They allow a user level software agent to know which modules correspond to your hardware configuration and to load them. One such implementation

Re: Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-24 Thread Keith Owens
On Fri, 24 Nov 2000 15:37:33 -0800, "Adam J. Richter" [EMAIL PROTECTED] wrote: Note that this is not a "final" version. I plan to go through all of the changes and bracket all of these new tables with #ifdef MODULE...#endif so they do not result in complaints about the table being

Re: Patch(?): isapnp_card_id tables for all isapnp drivers in 2.4.0-test11

2000-11-24 Thread Adam J. Richter
Keith Owens [EMAIL PROTECTED] wrote: "Adam J. Richter" [EMAIL PROTECTED] wrote: Note that this is not a "final" version. I plan to go through all of the changes and bracket all of these new tables with #ifdef MODULE...#endif so they do not result in complaints about the table being defined