- 06 Oct, 2002 24 commits
-
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Armin Schindler converted the driver to use tasklets, which makes more sense than the new work_struct stuff here.
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Add a finite state machine helper module, which is basically copied over from the hisax driver with a little bit of beautification. Eventually, all ISDN should be converted to using these routines.
-
Kai Germaschewski authored
No code change, just move the call control state machine from isdn_net.c to isdn_net_lib.c
-
Kai Germaschewski authored
Additionally, a little further cleanup, use the same timer for incoming call timeout no matter if D- or B-channel connect times out. Simplify idle hang-up code.
-
Kai Germaschewski authored
For some unknown reason, isdn_net kept two pointers back from the channel to the associated isdn_net_dev, one is enough, though.
-
Alan Cox authored
Again from UCLinux merge but relevant on its own for any embedded tiny box
-
Alan Cox authored
Oops forgot this in the first patch set
-
Alan Cox authored
-
Alan Cox authored
This stands alone from UCLinux and is independent of whether it ever merges with the mainstream. Its rather handy for getting an entire oops onto a PDA screen
-
Alan Cox authored
Also note the pcmcia fix - I think the other pcmcia cards should be using del_timer_sync, but seem not to be.
-
Alan Cox authored
(Wants indenting but I'll do an indenting pass after the code changes are accepted)
-
Alan Cox authored
-
Alan Cox authored
There is still more work to do, the driver sucks in 2.4 and 2.5 but 2.5 has a lot more of what is needed to make it work nicely. Basically NCR5380_main probably has to become a thread in the next generation of the code. This however seems to get it up and crawling
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(From Matthew Wilcox)
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(Jaroslav you may want to clone this into ALSA if ALSA lacks this one)
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
After reverting my nice but totally broken idea about accelerating the linking steps, make the three-stage .tmp_kallsyms.o generation / addition work again. Yeah, that means that we now link vmlinux three times when CONFIG_KALLSYMS is set, and that's annoying.
-
- 05 Oct, 2002 16 commits
-
-
Kai Germaschewski authored
-
James Bottomley authored
into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.5
-
James Bottomley authored
into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.5
-
James Bottomley authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Since we use the dial timer only during setup and the idle timer only when the connection is active, we can simply (and cleanly) use the same timer.
-
Alexander Viro authored
That's the last one. Now we can start doing refcounting...
-
Andrew Morton authored
smbfs compilation fix
-
Linus Torvalds authored
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
We removed some files which are long since dead, but on the other hand forgot some of the current ones. Also, add a missing ) in a warning (introduced and fixed by Sam Ravnborg ;)
-
Kai Germaschewski authored
If you hide the sub-make in a function, 'make' needs a little help...
-
Alexander Viro authored
In addition to usual switch and cleanup, switched the damn thing to use of module_init/module_exit (and removed call from device_init()).
-
Kai Germaschewski authored
No code change, just splitting different states into separate functions.
-
Kai Germaschewski authored
->slave and ->master have been superseded, remove remaining traces.
-
Linus Torvalds authored
That also matches the other dependency filenames these days, and makes the tree more position-independent.
-