diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-11 11:39:05 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-11 11:39:05 -0500 |
| commit | 383a058c2de4975cb0305faa58312e1e6225d377 (patch) | |
| tree | d5ae7288fa350b4a3c07fed304d26690227ce520 /include/linux/kernelcapi.h | |
| parent | c1c5774f9d812e79e8e085c658f010f8a17bc5d8 (diff) | |
ISDN: Init ISA AVM CAPI drivers at module load time
Don't use a special CAPI solution to tell the drivers about
ISA cards but use module parameters, just as other drivers do.
Internally use struct pci_dev to save that data - hopefully
one day the device tree will provide a nicer way to achieve this.
Diffstat (limited to 'include/linux/kernelcapi.h')
| -rw-r--r-- | include/linux/kernelcapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernelcapi.h b/include/linux/kernelcapi.h index 2c7264b4326e..e6312ebffbc4 100644 --- a/include/linux/kernelcapi.h +++ b/include/linux/kernelcapi.h @@ -32,7 +32,7 @@ typedef struct kcapi_carddef { /* new ioctls >= 10 */ #define KCAPI_CMD_TRACE 10 -#define KCAPI_CMD_ADDCARD 11 /* add card to named driver */ +#define KCAPI_CMD_ADDCARD 11 /* OBSOLETE */ /* * flag > 2 => trace also data |
