- 25 Jul, 2003 5 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 21 Jul, 2003 17 commits
-
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
Bob Miller authored
The module load code adds a reference to the owner field before calling the modules init function so it isn't necessary for the init function to do a similar action.
-
Bob Miller authored
The module load code adds a reference to the owner field before calling the modules init function so it isn't necessary for the init function to do a similar action.
-
Bob Miller authored
The module load code adds a reference to the owner field before calling the modules init function so it isn't necessary for the init function to do a similar action.
-
Bob Miller authored
Module init methods are called with a reference already taken by the module code so the MOD_*_USE_COUNT can be deleted.
-
Bob Miller authored
Module init methods are called with a reference already taken by the module code so the MOD_*_USE_COUNT can be deleted.
-
Bob Miller authored
The module load code adds a reference to the owner field before calling the modules init function so it isn't necessary for the init function to do a similar action. Also fixed the racy check_region()/request_region() calls.
-
Kai Germaschewski authored
This patch exports the kstat per-cpu variable, needed for hisax, which uses kstat_irqs() during card probing to make sure that irqs actually work. This could possibly replaced by a private counter in the hisax ISRs, but that's really just unnecessary overhead, since the core kernel already does the work anyway.
-
Kai Germaschewski authored
Instead of faking a hisax-internal card, just register a card driven by a submodule directly, which fixes the current crashes when loading such a driver. This makes use of the just introduced do_register_isdn() and do_init() helpers.
-
Kai Germaschewski authored
Again, just introduce do_init() and move some code into it. It'll be needed in the next cset.
-
Kai Germaschewski authored
This cset just introduces a new function do_register_isdn() which takes care of what's necessary to register with the i4l link level.
-
Kai Germaschewski authored
In the unload path, we forgot to free the D-Channel state machines.
-
Kai Germaschewski authored
FsmNew() is exported, so it sure can't be __init (and since we now discard __init in modules, it in fact crashes).
-
Kai Germaschewski authored
Somehow, this one had been overlooked...
-
Kai Germaschewski authored
A loop over all drivers obviously should use ISDN_MAX_DRIVERS, not ISDN_MAX_CHANNELS.
-
- 20 Jul, 2003 10 commits
-
-
David S. Miller authored
-
Christoph Hellwig authored
-
Chas Williams authored
-
Chas Williams authored
-
Chas Williams authored
-
Bart De Schuymer authored
-
Sam Ravnborg authored
-
Herbert Xu authored
-
Wensong Zhang authored
-
bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 21 Jul, 2003 1 commit
-
-
Sean Neakums authored
-
- 20 Jul, 2003 3 commits
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
Richard Henderson authored
into kanga.twiddle.net:/home/rth/work/linux/axp-2.5
-
- 19 Jul, 2003 4 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-