linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gene Heskett <gene.heskett@verizon.net>
To: linux-kernel@vger.kernel.org
Cc: Adrian Bunk <bunk@stusta.de>, Andrew Morton <akpm@osdl.org>
Subject: Re: [2.6 patch] schedule obsolete OSS drivers for removal
Date: Sun, 30 Oct 2005 09:41:06 -0400	[thread overview]
Message-ID: <200510300841.06485.gene.heskett@verizon.net> (raw)
In-Reply-To: <20051030105118.GW4180@stusta.de>

On Sunday 30 October 2005 05:51, Adrian Bunk wrote:
>This patch schedules obsolete OSS drivers (with ALSA drivers that
> support the same hardware) for removal.
>
>Scheduling the via82cxxx driver for removal was ACK'ed by Jeff Garzik.
>
Isn't this a bit premature?  There are quite a few old mobo's with this
chipset still in use, like my firewall box.
>
>Signed-off-by: Adrian Bunk <bunk@stusta.de>
>Signed-off-by: Andrew Morton <akpm@osdl.org>
>
>---
>
> Documentation/feature-removal-schedule.txt |    7 ++
> sound/oss/Kconfig                          |   73
> +++++++++++++++++------------ 2 files changed, 51 insertions(+), 29
> deletions(-)
>
>diff -puN
> Documentation/feature-removal-schedule.txt~schedule-obsolete-oss-driver
>s-for-removal-version-2 Documentation/feature-removal-schedule.txt ---
> devel/Documentation/feature-removal-schedule.txt~schedule-obsolete-oss-
>drivers-for-removal-version-2 2005-08-06 15:34:48.000000000 -0700 +++
> devel-akpm/Documentation/feature-removal-schedule.txt 2005-08-06
> 15:34:48.000000000 -0700 @@ -42,6 +42,13 @@ Who: Adrian Bunk
> <bunk@stusta.de>
>
> ---------------------------
>
>+What:	drivers depending on OBSOLETE_OSS_DRIVER
>+When:	January 2006
>+Why:	OSS drivers with ALSA replacements
>+Who:	Adrian Bunk <bunk@stusta.de>
>+
>+---------------------------
>+
> What:	RCU API moves to EXPORT_SYMBOL_GPL
> When:	April 2006
> Files:	include/linux/rcupdate.h, kernel/rcupdate.c
>diff -puN
> sound/oss/Kconfig~schedule-obsolete-oss-drivers-for-removal-version-2
> sound/oss/Kconfig ---
> devel/sound/oss/Kconfig~schedule-obsolete-oss-drivers-for-removal-versi
>on-2	2005-08-06 15:34:48.000000000 -0700 +++
> devel-akpm/sound/oss/Kconfig	2005-08-06 15:34:48.000000000 -0700 @@
> -4,9 +4,24 @@
> # More hacking for modularisation.
> #
> # Prompt user for primary drivers.
>+
>+config OBSOLETE_OSS_DRIVER
>+	bool "Obsolete OSS drivers"
>+	depends on SOUND_PRIME
>+	help
>+	  This option enables support for obsolete OSS drivers that
>+	  are scheduled for removal in the near future since there
>+	  are ALSA drivers for the same hardware.
>+
>+	  Please contact Adrian Bunk <bunk@stusta.de> if you had to
>+	  say Y here because your soundcard is not properly supported
>+	  by ALSA.
>+
>+	  If unsure, say N.
>+
> config SOUND_BT878
> 	tristate "BT878 audio dma"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	---help---
> 	  Audio DMA support for bt878 based grabber boards.  As you might have
> 	  already noticed, bt878 is listed with two functions in /proc/pci.
>@@ -22,7 +37,7 @@ config SOUND_BT878
>
> config SOUND_CMPCI
> 	tristate "C-Media PCI (CMI8338/8738)"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a PCI sound card using the CMI8338
> 	  or the CMI8738 chipset.  Data on these chips are available at
>@@ -61,7 +76,7 @@ config SOUND_CMPCI_JOYSTICK
>
> config SOUND_EMU10K1
> 	tristate "Creative SBLive! (EMU10K1)"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	---help---
> 	  Say Y or M if you have a PCI sound card using the EMU10K1 chipset,
> 	  such as the Creative SBLive!, SB PCI512 or Emu-APS.
>@@ -95,7 +110,7 @@ config SOUND_FUSION
>
> config SOUND_CS4281
> 	tristate "Crystal Sound CS4281"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Picture and feature list at
> 	  <http://www.pcbroker.com/crystal4281.html>.
>@@ -112,7 +127,7 @@ config SOUND_BCM_CS4297A
>
> config SOUND_ES1370
> 	tristate "Ensoniq AudioPCI (ES1370)"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a PCI sound card utilizing the Ensoniq
> 	  ES1370 chipset, such as Ensoniq's AudioPCI (non-97). To find
>@@ -125,7 +140,7 @@ config SOUND_ES1370
>
> config SOUND_ES1371
> 	tristate "Creative Ensoniq AudioPCI 97 (ES1371)"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a PCI sound card utilizing the Ensoniq
> 	  ES1371 chipset, such as Ensoniq's AudioPCI97. To find out if
>@@ -138,7 +153,7 @@ config SOUND_ES1371
>
> config SOUND_ESSSOLO1
> 	tristate "ESS Technology Solo1"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a PCI sound card utilizing the ESS Technology
> 	  Solo1 chip. To find out if your sound card uses a
>@@ -149,7 +164,7 @@ config SOUND_ESSSOLO1
>
> config SOUND_MAESTRO
> 	tristate "ESS Maestro, Maestro2, Maestro2E driver"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a sound system driven by ESS's Maestro line
> 	  of PCI sound chips.  These include the Maestro 1, Maestro 2, and
>@@ -158,7 +173,7 @@ config SOUND_MAESTRO
>
> config SOUND_MAESTRO3
> 	tristate "ESS Maestro3/Allegro driver (EXPERIMENTAL)"
>-	depends on SOUND_PRIME && PCI && EXPERIMENTAL
>+	depends on SOUND_PRIME && PCI && EXPERIMENTAL && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a sound system driven by ESS's Maestro 3
> 	  PCI sound chip.
>@@ -172,14 +187,14 @@ config SOUND_ICH
>
> config SOUND_HARMONY
> 	tristate "PA Harmony audio driver"
>-	depends on GSC_LASI && SOUND_PRIME
>+	depends on GSC_LASI && SOUND_PRIME && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say 'Y' or 'M' to include support for Harmony soundchip
> 	  on HP 712, 715/new and many other GSC based machines.
>
> config SOUND_SONICVIBES
> 	tristate "S3 SonicVibes"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a PCI sound card utilizing the S3
> 	  SonicVibes chipset. To find out if your sound card uses a
>@@ -218,7 +233,7 @@ config SOUND_VRC5477
>
> config SOUND_AU1000
> 	tristate "Au1000 Sound"
>-	depends on SOUND_PRIME && (SOC_AU1000 || SOC_AU1100 || SOC_AU1500)
>+	depends on SOUND_PRIME && (SOC_AU1000 || SOC_AU1100 || SOC_AU1500) &&
> OBSOLETE_OSS_DRIVER
>
> config SOUND_AU1550_AC97
> 	tristate "Au1550 AC97 Sound"
>@@ -492,7 +507,7 @@ config MSND_FIFOSIZE
>
> config SOUND_VIA82CXXX
> 	tristate "VIA 82C686 Audio Codec"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y here to include support for the audio codec found on VIA
> 	  82Cxxx-based chips. Typically these are built into a motherboard.
>@@ -563,7 +578,7 @@ config SOUND_AD1889
>
> config SOUND_SGALAXY
> 	tristate "Aztech Sound Galaxy (non-PnP) cards"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  This module initializes the older non Plug and Play sound galaxy
> 	  cards from Aztech. It supports the Waverider Pro 32 - 3D and the
>@@ -599,7 +614,7 @@ config SOUND_ACI_MIXER
>
> config SOUND_CS4232
> 	tristate "Crystal CS4232 based (PnP) cards"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y here if you have a card based on the Crystal CS4232 chip set,
> 	  which uses its own Plug and Play protocol.
>@@ -613,7 +628,7 @@ config SOUND_CS4232
>
> config SOUND_SSCAPE
> 	tristate "Ensoniq SoundScape support"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Answer Y if you have a sound card based on the Ensoniq SoundScape
> 	  chipset. Such cards are being manufactured at least by Ensoniq, Spea
>@@ -625,7 +640,7 @@ config SOUND_SSCAPE
>
> config SOUND_GUS
> 	tristate "Gravis Ultrasound support"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y here for any type of Gravis Ultrasound card, including the GUS
> 	  or GUS MAX.  See also <file:Documentation/sound/oss/ultrasound> for
> more @@ -727,7 +742,7 @@ config SOUND_MPU401
>
> config SOUND_NM256
> 	tristate "NM256AV/NM256ZX audio support"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say M here to include audio support for the NeoMagic 256AV/256ZX
> 	  chipsets. These are the audio chipsets found in the Sony
>@@ -739,7 +754,7 @@ config SOUND_NM256
>
> config SOUND_MAD16
> 	tristate "OPTi MAD16 and/or Mozart based cards"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	---help---
> 	  Answer Y if your card has a Mozart (OAK OTI-601) or MAD16 (OPTi
> 	  82C928 or 82C929 or 82C931) audio interface chip. These chips are
>@@ -860,7 +875,7 @@ config SOUND_SB
>
> config SOUND_AWE32_SYNTH
> 	tristate "AWE32 synth"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y here if you have a Sound Blaster SB32, AWE32-PnP, SB AWE64 or
> 	  similar sound card. See <file:Documentation/sound/oss/README.awe>,
>@@ -870,7 +885,7 @@ config SOUND_AWE32_SYNTH
>
> config SOUND_WAVEFRONT
> 	tristate "Full support for Turtle Beach WaveFront (Tropez Plus,
> Tropez, Maui) synth/soundcards" -	depends on SOUND_OSS && m
>+	depends on SOUND_OSS && m && OBSOLETE_OSS_DRIVER
> 	help
> 	  Answer Y or M if you have a Tropez Plus, Tropez or Maui sound card
> 	  and read the files <file:Documentation/sound/oss/Wavefront> and
>@@ -878,7 +893,7 @@ config SOUND_WAVEFRONT
>
> config SOUND_MAUI
> 	tristate "Limited support for Turtle Beach Wave Front (Maui, Tropez)
> synthesizers" -	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y here if you have a Turtle Beach Wave Front, Maui, or Tropez
> 	  sound card.
>@@ -904,7 +919,7 @@ config MAUI_BOOT_FILE
>
> config SOUND_YM3812
> 	tristate "Yamaha FM synthesizer (YM3812/OPL-3) support"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	---help---
> 	  Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
> 	  Answering Y is usually a safe and recommended choice, however some
>@@ -920,7 +935,7 @@ config SOUND_YM3812
>
> config SOUND_OPL3SA1
> 	tristate "Yamaha OPL3-SA1 audio controller"
>-	depends on SOUND_OSS
>+	depends on SOUND_OSS && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a Yamaha OPL3-SA1 sound chip, which is
> 	  usually built into motherboards. Read
>@@ -946,7 +961,7 @@ config SOUND_OPL3SA2
>
> config SOUND_YMFPCI
> 	tristate "Yamaha YMF7xx PCI audio (native mode)"
>-	depends on SOUND_OSS && PCI
>+	depends on SOUND_OSS && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Support for Yamaha cards including the YMF711, YMF715, YMF718,
> 	  YMF719, YMF724, Waveforce 192XG, and Waveforce 192 Digital.
>@@ -1088,11 +1103,11 @@ config SOUND_KAHLUA
>
> config SOUND_ALI5455
> 	tristate "ALi5455 audio support"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
>
> config SOUND_FORTE
> 	tristate "ForteMedia FM801 driver"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you want driver support for the ForteMedia FM801 PCI
> 	  audio controller (Abit AU10, Genius Sound Maker, HP Workstation
>@@ -1100,7 +1115,7 @@ config SOUND_FORTE
>
> config SOUND_RME96XX
> 	tristate "RME Hammerfall (RME96XX) support"
>-	depends on SOUND_PRIME && PCI
>+	depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
> 	help
> 	  Say Y or M if you have a Hammerfall or Hammerfall light
> 	  multichannel card from RME. If you want to access advanced
>@@ -1108,7 +1123,7 @@ config SOUND_RME96XX
>
> config SOUND_AD1980
> 	tristate "AD1980 front/back switch plugin"
>-	depends on SOUND_PRIME
>+	depends on SOUND_PRIME && OBSOLETE_OSS_DRIVER
>
> config SOUND_SH_DAC_AUDIO
> 	tristate "SuperH DAC audio support"
>_
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.35% setiathome rank, not too shabby for a WV hillbilly
Free OpenDocument reader/writer/converter download:
http://www.openoffice.org
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.


  reply	other threads:[~2005-10-30 13:41 UTC|newest]

Thread overview: 193+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-30 10:51 [2.6 patch] schedule obsolete OSS drivers for removal Adrian Bunk
2005-10-30 13:41 ` Gene Heskett [this message]
2005-10-30 13:51   ` Adrian Bunk
2005-10-30 13:53   ` Alistair John Strachan
2005-10-30 14:27 ` Kyle McMartin
2005-10-30 15:12   ` Adrian Bunk
2005-10-30 15:19     ` Kyle McMartin
2005-10-30 15:53       ` [updated 2.6 " Adrian Bunk
2005-10-31 16:50     ` [2.6 " Lee Revell
2005-11-01 14:55       ` Adrian Bunk
2005-10-30 18:06 ` Andi Kleen
2005-10-30 18:38   ` Adrian Bunk
2005-10-30 19:35     ` Andi Kleen
2005-10-30 19:49       ` Adrian Bunk
2005-10-31 11:09         ` Takashi Iwai
2005-10-31 15:59         ` Nix
2005-10-31 16:27           ` Michael Buesch
2005-10-31 16:36             ` Nix
2005-10-31  7:06   ` Lee Revell
     [not found] <5r1ql-4Af-11@gated-at.bofh.it>
     [not found] ` <5r2mU-63n-79@gated-at.bofh.it>
     [not found]   ` <5r2FQ-6FS-37@gated-at.bofh.it>
     [not found]     ` <5r3C3-88G-55@gated-at.bofh.it>
     [not found]       ` <5r4ey-wy-17@gated-at.bofh.it>
     [not found]         ` <5r4of-Wo-39@gated-at.bofh.it>
     [not found]           ` <5r50O-1IR-3@gated-at.bofh.it>
     [not found]             ` <5r5k8-2kx-1@gated-at.bofh.it>
     [not found]               ` <5r72E-4AS-5@gated-at.bofh.it>
     [not found]                 ` <5rcOF-4ci-1@gated-at.bofh.it>
     [not found]                   ` <5rgSv-1KJ-41@gated-at.bofh.it>
2006-01-04 14:03                     ` Patrizio Bassi
  -- strict thread matches above, loose matches on Subject: below --
2005-07-26 15:08 Adrian Bunk
2005-07-26 15:41 ` Jesper Juhl
2005-07-26 15:46   ` Adrian Bunk
2005-07-26 15:41 ` Thomas Sailer
2005-07-26 15:48 ` Jeff Garzik
2005-07-26 16:04   ` Adrian Bunk
2005-07-26 16:49   ` Lee Revell
2005-07-26 17:49     ` John W. Linville
2005-07-26 17:03   ` Gene Heskett
2005-07-26 18:13     ` Adrian Bunk
2005-07-27  3:19       ` Gene Heskett
2005-07-26 15:51 ` Lee Revell
2005-07-26 15:57   ` Jeff Garzik
2005-07-26 16:02     ` Lee Revell
2005-07-27 18:24     ` Adrian Bunk
2005-07-27 20:31       ` John W. Linville
2005-07-27 20:43         ` Jeff Garzik
2005-07-28 14:00           ` Alan Cox
2005-07-28 13:43             ` Jaroslav Kysela
2005-07-28 14:15               ` Adrian Bunk
2006-01-03 13:14               ` Adrian Bunk
2005-07-26 16:30   ` Adrian Bunk
2005-07-26 16:17 ` Andrew Haninger
2005-07-31 19:29   ` Adrian Bunk
2005-07-26 16:27 ` Zach Brown
2005-07-26 21:41   ` Krzysztof Halasa
2005-07-26 23:38   ` Zoran Dzelajlija
2005-07-27 23:28     ` Lee Revell
2005-07-27 23:58       ` Rogério Brito
2005-07-28  8:09     ` Takashi Iwai
2005-07-31 19:36     ` Adrian Bunk
2005-07-27 18:39 ` Kyle McMartin
2005-07-28 14:14   ` Adrian Bunk
2005-07-28 15:04 ` Thorsten Knabe
2005-07-28 15:46   ` Adrian Bunk
2005-07-31 13:38 ` James Courtier-Dutton
2006-01-03 13:21 ` Andi Kleen
2006-01-03 13:47   ` Alistair John Strachan
2006-01-03 13:52     ` Andi Kleen
2006-01-03 13:58       ` David Lang
2006-01-03 14:33         ` Alistair John Strachan
2006-01-03 14:34           ` Alistair John Strachan
2006-01-03 14:01       ` Alistair John Strachan
2006-01-03 18:24       ` Lee Revell
     [not found]       ` <mailman.1136300646.6679.linux-kernel2news@redhat.com>
2006-01-04 11:13         ` Pete Zaitcev
2006-01-04 11:16           ` Jaroslav Kysela
2006-01-03 14:38     ` Jan Engelhardt
2006-01-03 14:41       ` Alistair John Strachan
2006-01-03 14:50         ` Jan Engelhardt
2006-01-03 15:22           ` Alistair John Strachan
2006-01-03 16:05             ` Tomasz Torcz
2006-01-03 16:29               ` Alistair John Strachan
2006-01-03 17:03                 ` Olivier Galibert
2006-01-03 17:16                   ` Alistair John Strachan
2006-01-03 19:24                     ` Olivier Galibert
2006-01-03 19:37                       ` Adrian Bunk
2006-01-03 21:40                         ` Olivier Galibert
2006-01-03 23:10                         ` Tomasz Kłoczko
2006-01-04  0:33                           ` Thomas Sailer
2006-01-04  1:48                             ` Olivier Galibert
2006-01-04  9:03                           ` Jan Engelhardt
2006-01-04 12:13                           ` Joern Nettingsmeier
2006-01-04 12:35                             ` Andi Kleen
2006-01-04 12:41                               ` Jaroslav Kysela
2006-01-04 17:31                                 ` Alistair John Strachan
2006-01-04 17:48                                   ` Takashi Iwai
2006-01-05  6:42                       ` Lee Revell
2006-01-03 18:28                   ` Lee Revell
2006-01-03 19:30                     ` Thomas Sailer
2006-01-03 19:37                       ` Jaroslav Kysela
2006-01-03 19:56                         ` Thomas Sailer
2006-01-03 20:06                           ` Jaroslav Kysela
2006-01-04  0:23                             ` Thomas Sailer
2006-01-03 22:39                           ` James Courtier-Dutton
2006-01-03 20:22                   ` Takashi Iwai
2006-01-03 20:37                     ` Tomasz Torcz
2006-01-03 20:44                       ` Takashi Iwai
2006-01-03 20:56                         ` Jesper Juhl
2006-01-03 21:56                           ` Adrian Bunk
2006-01-03 22:11                             ` Jesper Juhl
2006-01-04 11:46                               ` Takashi Iwai
2006-01-04 14:46                                 ` Jan Engelhardt
2006-01-04 16:43                                   ` Marcin Dalecki
2006-01-05 10:57                                     ` Jan Engelhardt
2006-01-05 12:44                                       ` Marcin Dalecki
2006-01-05 18:33                                         ` Lee Revell
2006-01-05 20:03                                           ` Marcin Dalecki
2006-01-05 20:05                                             ` Lee Revell
2006-01-05 20:18                                               ` Marcin Dalecki
2006-01-05 20:28                                                 ` Lee Revell
2006-01-05 20:32                                                   ` Marcin Dalecki
2006-01-05 20:39                                                     ` Lee Revell
2006-01-05 20:32                                                 ` Lee Revell
2006-01-05 20:54                                                   ` Marcin Dalecki
2006-01-05 21:01                                                     ` Lee Revell
2006-01-05 21:43                                                       ` Marcin Dalecki
2006-01-05 21:47                                                         ` Lee Revell
2006-01-05 23:35                                                     ` Jesper Juhl
2006-01-06  0:04                                                       ` Marcin Dalecki
2006-01-06  0:08                                                         ` Jesper Juhl
2006-01-06  1:36                                                         ` Hannu Savolainen
2006-01-06  9:54                                                           ` James Courtier-Dutton
2006-01-06 13:37                                                             ` Hannu Savolainen
2006-01-06 10:34                                                           ` Gabor Gombas
2006-01-06 12:48                                                             ` Hannu Savolainen
2006-01-07 14:09                                                           ` Takashi Iwai
2006-01-07 14:57                                                             ` Marcin Dalecki
2006-01-08  0:21                                                             ` Hannu Savolainen
2006-01-06  2:40                                             ` Diego Calleja
2006-01-06 14:57                                               ` Olivier Galibert
2006-01-06 20:26                                                 ` Jaroslav Kysela
2006-01-07  0:40                                                   ` Marcin Dalecki
2006-01-07  0:56                                                   ` Olivier Galibert
2006-01-05 23:19                                           ` Hannu Savolainen
2006-01-05 23:33                                             ` Lee Revell
2006-01-06 13:20                                               ` caszonyi
2006-01-06 13:43                                                 ` James Courtier-Dutton
2006-01-06 18:24                                                 ` Lee Revell
2006-01-06 18:27                                                 ` Lee Revell
2006-01-04 20:12                                   ` Kyle Moffett
2006-01-04 22:25                                     ` Olivier Galibert
2006-01-03 22:13                             ` Tomasz Torcz
2006-01-03 23:10                               ` Adrian Bunk
2006-01-03 23:51                                 ` Tomasz Kłoczko
2006-01-04  0:03                                   ` Adrian Bunk
2006-01-04  0:46                                     ` Tomasz Kłoczko
2006-01-04  1:01                                       ` Adrian Bunk
2006-01-04  2:51                                         ` Tomasz Kłoczko
2006-01-04  8:50                                           ` Alan Cox
2006-01-04 13:21                                             ` Greg Louis
2006-01-04 14:41                                               ` Adrian Bunk
2006-01-04 10:37                                           ` tapas
2006-01-04 17:28                                             ` Alistair John Strachan
2006-01-05  7:14                                               ` Jan Engelhardt
2006-01-04 17:54                                             ` Takashi Iwai
2006-01-04 18:17                                               ` Florian Schmidt
2006-01-04 19:28                                                 ` Marcin Dalecki
2006-01-04 19:52                                                   ` Florian Schmidt
2006-01-05  7:11                                                     ` Jan Engelhardt
2006-01-05 11:15                                                     ` Takashi Iwai
2006-01-05 21:20                                                   ` Jim Crilly
2006-01-05  7:11                                                 ` Lee Revell
2006-01-05 19:09                                                   ` Edgar Toernig
2006-01-05 19:29                                                     ` Lee Revell
2006-01-05 20:19                                                       ` Lee Revell
2006-01-05 21:05                                                         ` Edgar Toernig
2006-01-05 21:10                                                           ` Lee Revell
2006-01-05 20:24                                                       ` Edgar Toernig
2006-01-05 20:29                                                         ` Lee Revell
2006-01-05  7:16                                             ` Lee Revell
2006-01-05 11:43                                               ` Florian Schmidt
2006-01-05 17:48                                                 ` Lee Revell
2006-01-08 21:07                                                   ` Ville Herva
2006-01-08 21:44                                                     ` Lee Revell
2006-01-09  8:16                                                       ` Ville Herva
2006-01-09 13:52                                                         ` Lee Revell
2006-01-09 14:22                                                           ` Ville Herva
2006-01-09 15:18                                                             ` Lee Revell
2006-01-09 16:21                                                               ` Ville Herva
2006-01-09 16:22                                                                 ` Lee Revell
2006-01-05 18:36                                                 ` Lee Revell
2006-01-05 18:47                                                   ` Tomasz Torcz
2006-01-05 19:10                                                     ` Lee Revell
2006-01-05 19:15                                                   ` Florian Schmidt
2006-01-04  0:28                                   ` Stefan Smietanowski
2006-01-04  1:38                                     ` Tomasz Kłoczko
2006-01-04  9:48                                       ` Stefan Smietanowski
2006-01-05  3:03                                         ` Peter Bortas
2006-01-05  7:13                                           ` Jan Engelhardt
2006-01-05  7:19                                             ` Lee Revell
2006-01-05  8:41                                               ` Stefan Smietanowski
2006-01-05  9:57                                             ` Peter Bortas
2006-01-03 17:09             ` Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510300841.06485.gene.heskett@verizon.net \
    --to=gene.heskett@verizon.net \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).