- 25 Sep, 2003 40 commits
-
-
Paul Gortmaker authored
-
Paul Gortmaker authored
-
Stephen Hemminger authored
If baycom driver has never been opened, it will attempt to free an IRQ that it never registered when removed. The problem is that hdlcdrv does not keep track of open/close state.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
Update baycom drivers for 2.6.0-test5 - get rid of MOD_INC/DEC (looked into hdlcdrv_ops and don't need to have owner field because baycom drivers unregister on unload). - use alloc_netdev instead of static device structures. - hdlcdrv_register returns device instead of getting passed one. - put private data in space allocated at dev->priv in alloc_netdev - shorten name of hdlcdrv_register_hdlcdrv to hdlcdrv_register I don't have actual baycom hardware, but driver builds and loads/unloads. Real hardware initialization doesn't happen until open. The first one is the important patch, the other three are just code review type cleanups.
-
Jeff Garzik authored
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net> Cheers, n.
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Mirko Lindner authored
-
Mirko Lindner authored
-
Mirko Lindner authored
Patch 3/5 (Update to version 6.17) * Add: Removed SkNumber and SkDoDiv * Add: Counter output as (unsigned long long)
-
Mirko Lindner authored
-
Mirko Lindner authored
Patch 1/5 (Update to version 6.17) * Add: Better parameter check * Add: UDP and TCP HW Csum changes * Add: Interrupt Moderation infos
-
Stephen Hemminger authored
Add proper management of jiffies and time values, rather than punting and doing long long arithmetic on usecs.
-
Stephen Hemminger authored
Still more driver data which was updated but never used.
-
Stephen Hemminger authored
Convert bogus test_and_set local wait, to a real spin_lock so it has a chance of working on an SMP. This also does the right thing and locks out interrupts while giving commands on UP; maybe the comment in Kconfig was because there was never a proper mutex... Don't have real hardware to try this, but it can't be worse than the previous code.
-
Stephen Hemminger authored
Still more places state is saved and never used.
-
Stephen Hemminger authored
Get rid of extra trailing semicolons
-
Stephen Hemminger authored
Get rid of unneeded casts to cleanup readability.
-
Stephen Hemminger authored
This code is littered with unused structure elements and globals. Eliminate some of the fields set and never used. More in later patches.
-
Stephen Hemminger authored
The arlan driver tries to build it's /proc interface into a separate module, which leads to circular dependencies and other ugliness. This patch moves arlan.c to arlan-main.c and changes initialization builds one module arlan.o Patch is for 2.6.0-test5
-
bk://kernel.bkbits.net/gregkh/linux/linus-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
This is pretty high on the puke-o-meter, but a zero means "infinity" for max_sectors. So we can't use "min()" to determine who has the smallest max_sector, and we'll have to use a special "min_not_zero()" compatison. Run away, run away.
-
James Bottomley authored
The latest set of smc-mca fixes broke the driver. Apparently, it wasn't realised that request_region() actually returns a pointer to the region you're requesting if it can. Without this fix, the smc-mca cannot attach to any device.
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jaroslav Kysela authored
D:2003/09/25 19:55:42 C:RME HDSP driver,Sound Scape driver,ALSA Version A:Jaroslav Kysela <perex@suse.cz> F:include/hdsp.h:1.2->1.3 F:include/sscape_ioctl.h:1.1->1.2 F:include/version.h:1.23->1.24 F:isa/sscape.c:1.4->1.5 F:pci/rme9652/hdsp.c:1.43->1.44 L:- fixed firmware ioctls for sscape and hdsp drivers (ioctl out of range) L:- updated ALSA version to 0.9.7
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
Jaroslav Kysela authored
D:2003/09/24 17:47:04 C:Digigram VX Pocket driver A:Takashi Iwai <tiwai@suse.de> F:pcmcia/vx/vx_entry.c:1.2->1.3 L:remove timer and clean up for 2.6 kernel.
-
Jaroslav Kysela authored
D:2003/09/24 14:12:50 C:USB generic driver A:Takashi Iwai <tiwai@suse.de> F:usb/usbaudio.c:1.64->1.65 F:usb/usbmixer.c:1.22->1.23 L:- don't create controls from selector units with a single content. L:- suppress the error if async-out or adaptive-in has only one EP. L: don't create a sync pipe in this case.
-
Jaroslav Kysela authored
D:2003/09/23 15:31:44 C:Intel8x0 driver,VIA82xx driver,AC97 Codec Core,CS46xx driver A:Takashi Iwai <tiwai@suse.de> F:pci/intel8x0.c:1.91->1.92 F:pci/via82xx.c:1.51->1.52 F:pci/ac97/ac97_patch.c:1.22->1.23 F:pci/cs46xx/cs46xx_lib.c:1.63->1.64 F:pci/cs46xx/dsp_spos.c:1.21->1.22 L:added ac97 quirks: L: L:- Dell Precision 530 and Dimension 8300 (by Simon Munton <simon-alsa@munton.demon.co.uk>) L:- HP onboard
-
Jaroslav Kysela authored
D:2003/09/23 15:17:21 C:CS4236+ driver,PC98(CS423x) driver A:Takashi Iwai <tiwai@suse.de> F:isa/cs423x/cs4236.c:1.35->1.36 F:isa/cs423x/pc98.c:1.4->1.5 L:fixes by Uros Bizjak <uros@kss-loka.si>: L: L:- fixed the wrong DMA channel check in card->longname string L: composition.
-
Jaroslav Kysela authored
D:2003/09/17 14:34:33 C:Documentation,ES1968 driver A:Takashi Iwai <tiwai@suse.de> F:Documentation/ALSA-Configuration.txt:1.17->1.18 F:pci/es1968.c:1.52->1.53 L:- added enable_mpu option to enable/disable MPU401. L:- added the blacklist for MPU401. L:- removed the obsolete codes.
-