- 15 Mar, 2004 8 commits
-
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Jaroslav Kysela authored
au88x0 driver Fixed gameport dependency and solid kernel build
-
Jaroslav Kysela authored
au88x0 driver Make mchannels and rampchs static
-
Jaroslav Kysela authored
Intel8x0 driver add Intel ICH6 and ESB
-
Jaroslav Kysela authored
au88x0 driver fix compilation on gcc 2.95.x
-
Jaroslav Kysela authored
Documentation,MPU401 UART integrate MPU-401 ACPI PnP from alsa-driver
-
Jaroslav Kysela authored
AC97 Codec Core Kevin Mack <kevmack@accesscomm.ca> Here's a quick and dirty patch that's given me basic sound from my Gateway M675 notebook (Sigmatel 9758 AC97 codec).
-
Jaroslav Kysela authored
Intel8x0 driver Added slot definitions for s/pdif pcm - ICH4
-
- 14 Mar, 2004 32 commits
-
-
Yoshinori Sato authored
-
Yoshinori Sato authored
- fix gcc-3.4.0 warnings
-
Yoshinori Sato authored
- add asm/dma-mapping.h - add CONFIG_PCI
-
Yoshinori Sato authored
- merge common routine - runtime vector setup update
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Bartlomiej Zolnierkiewicz authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Luiz Fernando Capitulino <lcapitulino@prefeitura.sp.gov.br> The missing __init was found by reference_init26.pl.
-
Bartlomiej Zolnierkiewicz authored
From: Frederik Deweerdt <frederik.deweerdt@laposte.net>
-
Bartlomiej Zolnierkiewicz authored
They are identical to non _HOB versions (except IDE_CONTROL_OFFSET_HOB).
-
Bartlomiej Zolnierkiewicz authored
Set ide_task_t fields (command_type, handler and prehandler) directly. Remove unused ide_task_t->posthandler and all ide_cmd_type_parser() logic. ide_cmd_type_parser() was meant to be used for ioctls but ended up checking validity of kernel generated requests (doh!). Rationale for removal: - it can't be used for existing ioctls (changes the way they work) - kernel shouldn't check validity of (root only) user-space requests (it can and should be done in user-space) - it wastes CPU cycles on going through parsers - it makes code harder to understand/follow (now info about request is localized)
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
Many thanks to Promise for their support. Expect more updates/fixes for Promise PATA support soon. - fix PIO (auto-)tuning - use pdcnew_new_tune_chipset() and always tune PIO mode even if (U)DMA is used - cleanup cable verification code a bit - remove leftovers from driver split-up - remove duplicate DISPLAY_PDC202XX_TIMINGS define
-
Jeff Garzik authored
into redhat.com:/spare/repo/libata-2.5
-
Jeff Garzik authored
The original submittor of the quirk code noted that the errata of a lockup creating when the condition "sector % 15 == 1" is true only on chip revisions <= 1. This is limitation on chip revision is apparently not correct, therefore we apply to all affected drives in the quirk list. This is a sledgehammer fix, limiting max-sectors to 15. A much better fix would split the hardware request into two taskfiles, issuing an additional command, thereby avoiding "sectors % 15 == 1" Given the errata is limited to "sil 311x + <these drives>", it is hoped that some janitor cares enough to do a real fix.
-
bk://kernel.bkbits.net/wesolows/sparc32-2.6David S. Miller authored
into nuts.davemloft.net:/disk1/BK/sparc-2.6
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
into nuts.davemloft.net:/disk1/BK/net-2.6
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-todave
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-todave
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-todave
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-todave
-
ssh://kernel.bkbits.net/sparc32-2.6Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-smp
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-smp
-
Keith M. Wesolowski authored
into kernel.bkbits.net:/home/wesolows/sparc32-2.6
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
into foobazco.org:/sources/2.5-sparc-smp
-
Keith M. Wesolowski authored
The low 2 bits of the MID are now used exclusively as the software CPU ID on 4m. This eliminates entirely the need for mid_xlate. We also eliminate linux_num_cpus and linux_cpus; since the hardware-based id is now used everywhere we don't need indexed CPU tables. The device probe is almost identical to sparc64's version. The one exception is that 4m only uses the bottom 2 bits of the MID, so we also have a separate function to get the true hardware MID for the rare times it's actually needed. Per-cpu data is now used the same way as in sparc64. As a side benefit we now display the same format Bogo and Clock values in /proc/cpuinfo.
-
http://nfsclient.bkbits.net/linux-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-