[2.6 patch] remove CONFIG_PCI_NAMES

2005-07-16 Thread Adrian Bunk
This patch removes CONFIG_PCI_NAMES. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- Due to it's size, the patch is available at http://www.fs.tum.de/~bunk/kernel/patch-remove-CONFIG_PCI_NAMES Documentation/feature-removal-schedule.txt |9 MAINTAINERS|

Re: 2.6.12 vs. /sbin/cardmgr

2005-07-16 Thread Grant Coady
On Sat, 16 Jul 2005 11:36:45 -0500 (CDT), [EMAIL PROTECTED] (Bob Tracy) wrote: rct wrote: Dominik Brodowski wrote: On Sun, Jul 10, 2005 at 03:37:22PM -0500, Bob Tracy wrote: Dominik Brodowski wrote: On Sat, Jul 09, 2005 at 12:12:17AM -0500, Bob Tracy wrote: (/sbin/cardmgr chewing

Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt

2005-07-16 Thread Lee Revell
On Sun, 2005-07-17 at 04:13 +0200, Jesper Juhl wrote: Where do we actually program the tick rate we want? In arch/i386/kernel/timers/timer_pit.c: 166 void setup_pit_timer(void) 167 { 168 unsigned long flags; 169 170 spin_lock_irqsave(i8253_lock, flags);

Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt

2005-07-16 Thread Nish Aravamudan
On 7/16/05, Jesper Juhl [EMAIL PROTECTED] wrote: On 7/15/05, Jesper Juhl [EMAIL PROTECTED] wrote: On 7/15/05, Linus Torvalds [EMAIL PROTECTED] wrote: On Fri, 15 Jul 2005, Jesper Juhl wrote: It's buggy, that I know. setting kernel_hz (the new boot parameter) to 250 causes my

[2.6 patch] SCSI_QLA2ABC mustn't select SCSI_FC_ATTRS

2005-07-16 Thread Adrian Bunk
[ The subject was adapted to linux-kernel spam filters... ] On Fri, Jul 15, 2005 at 07:40:37AM -0700, Andrew Vasquez wrote: On Fri, 15 Jul 2005, Adrian Bunk wrote: On Fri, Jul 15, 2005 at 01:36:53AM -0700, Andrew Morton wrote: ... Changes since 2.6.13-rc2-mm2: ...

Re: [2.6 patch] SCSI_QLA2ABC mustn't select SCSI_FC_ATTRS

2005-07-16 Thread Lee Revell
On Sun, 2005-07-17 at 04:38 +0200, Adrian Bunk wrote: SCSI_QLA2XXX is automatically enabled for (SCSI PCI). This has bugged me for a while. Why does this one SCSI driver default to Y in the first place? Lee - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH] make SPEAKUP_DEFAULT depend on SPEAKUP

2005-07-16 Thread Jesper Juhl
When running `make oldconfig' with my 2.6.13-rc3 config on 2.6.13-rc3-mm1 I got a bit surprised when I answered `N'o to CONFIG_SPEAKUP but then still got prompted for CONFIG_SPEAKUP_DEFAULT - that didn't make sense, why would I want to select a default synthesizer for speakup if I have disabled

Re: [PATCH] char: Add Dell Systems Management Base driver

2005-07-16 Thread Chris Wedgwood
On Tue, Jul 12, 2005 at 06:17:29PM -0500, Doug Warzecha wrote: Because the hardware interfaces on those systems and the Dell systems management software that access the interfaces are proprietary, I can't provide specifications for the interfaces or source code for the software. So you want

[PATCH 2.6.12.3] libata: add support for Promise SATA 300 TX2plus PDC40775

2005-07-16 Thread Ed Kear
I'm using this card in a RAID1 with 2 new SATA drives with no problems. Card - SATA 300 TX2plus PDC40775 (3d73) Signed-off-by: Ed Kear [EMAIL PROTECTED] diff -urN a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c --- a/drivers/scsi/sata_promise.c 2005-07-15 17:18:57.0 -0400

[PATCH 2.6.13-rc3] pcmcia: pcmcia_request_irq for !IRQ_HANDLE_PRESENT

2005-07-16 Thread Noah Misch
Between 2.6.10 and 2.6.11, the kernel began to print this message when I inserted my IBM Home and Away adapter (pcnet_cs) into an i82365 slot: 1.0: RequestIRQ: Unknown error code 0xffea Initialization of the device then aborted; no `eth0' appeared. Another user recently reported the same

Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt

2005-07-16 Thread Lee Revell
On Sat, 2005-07-16 at 19:35 -0700, Nish Aravamudan wrote: As you've seen, I think it depends on the timesource: for the PIT, it would be arch/i386/kernel/timers/timer_pit.c::setup_pit_timer(). That one looks pretty straightforward. arch/i386/kernel/timers/timer_tsc.c really looks like fun. So

Re: [PATCH 1/1] V4L CX88 patch - against 2.6.12-mm2

2005-07-16 Thread David Lloyd
On Tue, 28 Jun 2005, Mauro Carvalho Chehab wrote: - Add remove for MSI [EMAIL PROTECTED] You mean of course Add remote not Add remove... - D - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [2.6 patch] SCSI_QLA2ABC mustn't select SCSI_FC_ATTRS

2005-07-16 Thread randy_dunlap
On Sat, 16 Jul 2005 23:11:26 -0400 Lee Revell wrote: On Sun, 2005-07-17 at 04:38 +0200, Adrian Bunk wrote: SCSI_QLA2XXX is automatically enabled for (SCSI PCI). This has bugged me for a while. Why does this one SCSI driver default to Y in the first place? It's not a driver, it's a

Re: [2.6 patch] SCSI_QLA2ABC mustn't select SCSI_FC_ATTRS

2005-07-16 Thread Lee Revell
On Sat, 2005-07-16 at 21:04 -0700, randy_dunlap wrote: On Sat, 16 Jul 2005 23:11:26 -0400 Lee Revell wrote: On Sun, 2005-07-17 at 04:38 +0200, Adrian Bunk wrote: SCSI_QLA2XXX is automatically enabled for (SCSI PCI). This has bugged me for a while. Why does this one SCSI driver

<    1   2   3