linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kobject_register failed for Promise_Old_IDE (-17)
@ 2006-01-24  9:08 Vasil Kolev
  2006-01-24 22:35 ` Greg KH
  0 siblings, 1 reply; 10+ messages in thread
From: Vasil Kolev @ 2006-01-24  9:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: andre, frankt

[-- Attachment #1: Type: text/plain, Size: 3441 bytes --]

Hello,
I have a machine that's currently running 2.4.28 with the promise_old
driver, which runs ok. I tried upgrading it last night to 2.6.15, and
the following error occured, and no drives were detected/made available:

 [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
 [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
 [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
 [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
 [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
 [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
 [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
 [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
 [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
 [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb

I'm appending here the lspci output, if you need some more info, I can
send it. Doing tests is somewhat harder, because this is a production
machine, and I have a very limited window to do test, but it can be
managed.

0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 04)
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
0000:00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
0000:00:1f.2 0106: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce Go 6600] (rev a2)
0000:06:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
0000:06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
0000:06:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
0000:06:09.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
0000:06:09.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
0000:06:09.4 0805: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller


[-- Attachment #2: Това е цифрово подписана част от писмото --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-24  9:08 kobject_register failed for Promise_Old_IDE (-17) Vasil Kolev
@ 2006-01-24 22:35 ` Greg KH
  2006-01-24 22:58   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2006-01-24 22:35 UTC (permalink / raw)
  To: Vasil Kolev; +Cc: linux-kernel, andre, frankt

On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> Hello,
> I have a machine that's currently running 2.4.28 with the promise_old
> driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> the following error occured, and no drives were detected/made available:
> 
>  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
>  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
>  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
>  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
>  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
>  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
>  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
>  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
>  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
>  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb

This means that some other driver tried to register with the same exact
name for the same bus.  As it looks like this is the ide bus, I suggest
asking on the linux ide mailing list.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-24 22:35 ` Greg KH
@ 2006-01-24 22:58   ` Bartlomiej Zolnierkiewicz
  2006-01-25  7:54     ` Vasil Kolev
  0 siblings, 1 reply; 10+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2006-01-24 22:58 UTC (permalink / raw)
  To: Greg KH; +Cc: Vasil Kolev, linux-kernel, andre, frankt, linux-ide

On 1/24/06, Greg KH <greg@kroah.com> wrote:
> On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> > Hello,
> > I have a machine that's currently running 2.4.28 with the promise_old
> > driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> > the following error occured, and no drives were detected/made available:
> >
> >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
>
> This means that some other driver tried to register with the same exact
> name for the same bus.  As it looks like this is the ide bus, I suggest
> asking on the linux ide mailing list.

I don't see a way how this can happen.  There is only one driver with
.name = "Promise_Old_IDE" and code dealing with driver registration
looks more or less sane (+ hasn't been changed recently except
.owner fixes).

Vasil, are you using vanilla 2.6.15 without any distro etc patches?
[ just to be 100% sure ]

Could you send dmesg command output?

Bartlomiej

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-24 22:58   ` Bartlomiej Zolnierkiewicz
@ 2006-01-25  7:54     ` Vasil Kolev
       [not found]       ` <58cb370e0601250157n17e113d2p683cb287107efea7@mail.gmail.com>
                         ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vasil Kolev @ 2006-01-25  7:54 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Greg KH, linux-kernel, andre, frankt, linux-ide

[-- Attachment #1: Type: text/plain, Size: 22240 bytes --]

В вт, 2006-01-24 в 23:58 +0100, Bartlomiej Zolnierkiewicz написа:
> On 1/24/06, Greg KH <greg@kroah.com> wrote:
> > On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> > > Hello,
> > > I have a machine that's currently running 2.4.28 with the promise_old
> > > driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> > > the following error occured, and no drives were detected/made available:
> > >
> > >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> > >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> > >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> > >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> > >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> > >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> > >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> > >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> > >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> > >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
> >
> > This means that some other driver tried to register with the same exact
> > name for the same bus.  As it looks like this is the ide bus, I suggest
> > asking on the linux ide mailing list.
> 

Well, now I remember that in /sys in the proper place there were two
directories called Promise_Old_IDE, maybe the driver tried to register
twice?

> I don't see a way how this can happen.  There is only one driver with
> .name = "Promise_Old_IDE" and code dealing with driver registration
> looks more or less sane (+ hasn't been changed recently except
> .owner fixes).
> 
> Vasil, are you using vanilla 2.6.15 without any distro etc patches?
> [ just to be 100% sure ]
> 
Yes, plain vanilla 2.6.15.

> Could you send dmesg command output?
> 
Here it is (the -scx1 is to help me track revisions of the configuration
I use):


 [17179569.184000] Linux version 2.6.15-scx1 (root@hades) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #3 SMP Mon Jan 23 22:38:46 CET 2006
 [17179569.184000] BIOS-provided physical RAM map:
 [17179569.184000]  BIOS-e820: 0000000000000000 - 0000000000098c00 (usable)
 [17179569.184000]  BIOS-e820: 0000000000098c00 - 00000000000a0000 (reserved)
 [17179569.184000]  BIOS-e820: 00000000000da000 - 00000000000dc000 (reserved)
 [17179569.184000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 [17179569.184000]  BIOS-e820: 0000000000100000 - 000000007fef0000 (usable)
 [17179569.184000]  BIOS-e820: 000000007fef0000 - 000000007feff000 (ACPI data)
 [17179569.184000]  BIOS-e820: 000000007feff000 - 000000007ff00000 (ACPI NVS)
 [17179569.184000]  BIOS-e820: 000000007ff00000 - 000000007ff80000 (usable)
 [17179569.184000]  BIOS-e820: 000000007ff80000 - 0000000080000000 (reserved)
 [17179569.184000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 [17179569.184000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 [17179569.184000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
 [17179569.184000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
 [17179569.184000] 1151MB HIGHMEM available.
 [17179569.184000] 896MB LOWMEM available.
 [17179569.184000] found SMP MP-table at 000f6a20
 [17179569.184000] On node 0 totalpages: 524160
 [17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
 [17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
 [17179569.184000]   Normal zone: 225280 pages, LIFO batch:31
 [17179569.184000]   HighMem zone: 294784 pages, LIFO batch:31
 [17179569.184000] DMI present.
 [17179569.184000] ACPI: RSDP (v000 PTLTD                                 ) @ 0x000f6a50
 [17179569.184000] ACPI: RSDT (v001 PTLTD    RSDT   0x06040000  LTP 0x00000000) @ 0x7fefb83a
 [17179569.184000] ACPI: FADT (v001 Intel  SE7500CW 0x06040000 PTL  0x00000008) @ 0x7fefee78
 [17179569.184000] ACPI: SPCR (v001 PTLTD  $UCRTBL$ 0x06040000 PTL  0x00000001) @ 0x7fefeeec
 [17179569.184000] ACPI: MADT (v001 PTLTD    APIC   0x06040000  LTP 0x00000000) @ 0x7fefef3c
 [17179569.184000] ACPI: BOOT (v001 PTLTD  $SBFTBL$ 0x06040000  LTP 0x00000001) @ 0x7fefefd8
 [17179569.184000] ACPI: DSDT (v001  INTEL   PLUMAS 0x06040000 MSFT 0x0100000d) @ 0x00000000
 [17179569.184000] ACPI: PM-Timer IO Port: 0x1008
 [17179569.184000] ACPI: Local APIC address 0xfee00000
 [17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
 [17179569.184000] Processor #0 15:2 APIC version 20
 [17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled)
 [17179569.184000] Processor #6 15:2 APIC version 20
 [17179569.184000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
 [17179569.184000] Processor #1 15:2 APIC version 20
 [17179569.184000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled)
 [17179569.184000] Processor #7 15:2 APIC version 20
 [17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
 [17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
 [17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
 [17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
 [17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
 [17179569.184000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
 [17179569.184000] ACPI: IOAPIC (id[0x03] address[0xfec80000] gsi_base[24])
 [17179569.184000] IOAPIC[1]: apic_id 3, version 32, address 0xfec80000, GSI 24-47
 [17179569.184000] ACPI: IOAPIC (id[0x04] address[0xfec80400] gsi_base[48])
 [17179569.184000] IOAPIC[2]: apic_id 4, version 32, address 0xfec80400, GSI 48-71
 [17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
 [17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
 [17179569.184000] ACPI: IRQ0 used by override.
 [17179569.184000] ACPI: IRQ2 used by override.
 [17179569.184000] ACPI: IRQ9 used by override.
 [17179569.184000] Enabling APIC mode:  Flat.  Using 3 I/O APICs
 [17179569.184000] Using ACPI (MADT) for SMP configuration information
 [17179569.184000] Allocating PCI resources starting at 88000000 (gap: 80000000:7ec00000)
 [17179569.184000] Built 1 zonelists
 [17179569.184000] Kernel command line: root=/dev/sda1 ro 
 [17179569.184000] mapped APIC to ffffd000 (fee00000)
 [17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
 [17179569.184000] mapped IOAPIC to ffffb000 (fec80000)
 [17179569.184000] mapped IOAPIC to ffffa000 (fec80400)
 [17179569.184000] Initializing CPU#0
 [17179569.184000] CPU 0 irqstacks, hard=c0363000 soft=c035b000
 [17179569.184000] PID hash table entries: 4096 (order: 12, 65536 bytes)
 [17179569.184000] Detected 1993.759 MHz processor.
 [17179569.184000] Using pmtmr for high-res timesource
 [17179569.184000] Console: colour VGA+ 80x25
 [17179569.580000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
 [17179569.580000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
 [17179569.752000] Memory: 2075128k/2096640k available (1529k kernel code, 20312k reserved, 648k data, 208k init, 1179072k highmem)
 [17179569.752000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
 [17179569.836000] Calibrating delay using timer specific routine.. 3992.20 BogoMIPS (lpj=7984418)
 [17179569.836000] Mount-cache hash table entries: 512
 [17179569.836000] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179569.836000] CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179569.836000] CPU: Trace cache: 12K uops, L1 D cache: 8K
 [17179569.836000] CPU: L2 cache: 512K
 [17179569.836000] CPU: Physical Processor ID: 0
 [17179569.836000] CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
 [17179569.836000] Intel machine check architecture supported.
 [17179569.836000] Intel machine check reporting enabled on CPU#0.
 [17179569.836000] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
 [17179569.836000] mtrr: v2.0 (20020519)
 [17179569.836000] Enabling fast FPU save and restore... done.
 [17179569.836000] Enabling unmasked SIMD FPU exception support... done.
 [17179569.836000] Checking 'hlt' instruction... OK.
 [17179569.856000] CPU0: Intel(R) XEON(TM) CPU 2.00GHz stepping 04
 [17179569.860000] Booting processor 1/1 eip 2000
 [17179569.860000] CPU 1 irqstacks, hard=c0364000 soft=c035c000
 [17179569.868000] Initializing CPU#1
 [17179569.948000] Calibrating delay using timer specific routine.. 3987.39 BogoMIPS (lpj=7974792)
 [17179569.948000] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179569.948000] CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179569.948000] CPU: Trace cache: 12K uops, L1 D cache: 8K
 [17179569.948000] CPU: L2 cache: 512K
 [17179569.948000] CPU: Physical Processor ID: 0
 [17179569.948000] CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
 [17179569.948000] Intel machine check architecture supported.
 [17179569.948000] Intel machine check reporting enabled on CPU#1.
 [17179569.948000] CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
 [17179569.948000] CPU1: Intel(R) XEON(TM) CPU 2.00GHz stepping 04
 [17179569.948000] Booting processor 2/6 eip 2000
 [17179569.948000] CPU 2 irqstacks, hard=c0365000 soft=c035d000
 [17179569.956000] Initializing CPU#2
 [17179570.040000] Calibrating delay using timer specific routine.. 3987.43 BogoMIPS (lpj=7974865)
 [17179570.040000] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179570.040000] CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179570.040000] CPU: Trace cache: 12K uops, L1 D cache: 8K
 [17179570.040000] CPU: L2 cache: 512K
 [17179570.040000] CPU: Physical Processor ID: 3
 [17179570.040000] CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
 [17179570.040000] Intel machine check architecture supported.
 [17179570.040000] Intel machine check reporting enabled on CPU#2.
 [17179570.040000] CPU2: Intel P4/Xeon Extended MCE MSRs (12) available
 [17179570.040000] CPU2: Intel(R) XEON(TM) CPU 2.00GHz stepping 04
 [17179570.040000] Booting processor 3/7 eip 2000
 [17179570.040000] CPU 3 irqstacks, hard=c0366000 soft=c035e000
 [17179570.048000] Initializing CPU#3
 [17179570.132000] Calibrating delay using timer specific routine.. 3987.45 BogoMIPS (lpj=7974912)
 [17179570.132000] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179570.132000] CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
 [17179570.132000] CPU: Trace cache: 12K uops, L1 D cache: 8K
 [17179570.132000] CPU: L2 cache: 512K
 [17179570.132000] CPU: Physical Processor ID: 3
 [17179570.132000] CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
 [17179570.132000] Intel machine check architecture supported.
 [17179570.132000] Intel machine check reporting enabled on CPU#3.
 [17179570.132000] CPU3: Intel P4/Xeon Extended MCE MSRs (12) available
 [17179570.132000] CPU3: Intel(R) XEON(TM) CPU 2.00GHz stepping 04
 [17179570.132000] Total of 4 processors activated (15954.49 BogoMIPS).
 [17179570.132000] ENABLING IO-APIC IRQs
 [17179570.132000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
 [17179570.276000] checking TSC synchronization across 4 CPUs: passed.
 [17179570.288000] Brought up 4 CPUs
 [17179570.288000] NET: Registered protocol family 16
 [17179570.288000] ACPI: bus type pci registered
 [17179570.288000] PCI: PCI BIOS revision 2.10 entry at 0xfd921, last bus=4
 [17179570.288000] PCI: Using configuration type 1
 [17179570.288000] ACPI: Subsystem revision 20050902
 [17179570.296000] ACPI: Interpreter enabled
 [17179570.296000] ACPI: Using IOAPIC for interrupt routing
 [17179570.296000] ACPI: PCI Root Bridge [PCI0] (0000:00)
 [17179570.296000] PCI: Probing PCI hardware (bus 00)
 [17179570.296000] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
 [17179570.300000] PCI quirk: region 1180-11bf claimed by ICH4 GPIO
 [17179570.300000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
 [17179570.300000] Boot video device is 0000:04:03.0
 [17179570.300000] PCI: Transparent bridge - 0000:00:1e.0
 [17179570.300000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
 [17179570.304000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 14 15)
 [17179570.304000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 14 15)
 [17179570.304000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 *11 14 15)
 [17179570.304000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 14 15)
 [17179570.304000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 14 15)
 [17179570.312000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 *11 14 15)
 [17179570.312000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 14 15)
 [17179570.312000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 *11 14 15)
 [17179570.316000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.ICH3._PRT]
 [17179570.316000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HLB_.Z000._PRT]
 [17179570.316000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HLB_.Z001._PRT]
 [17179570.316000] SCSI subsystem initialized
 [17179570.316000] PCI: Using ACPI for IRQ routing
 [17179570.316000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
 [17179570.328000] PCI: Bridge: 0000:01:1d.0
 [17179570.328000]   IO window: 8000-8fff
 [17179570.328000]   MEM window: fc200000-fc2fffff
 [17179570.328000]   PREFETCH window: 88000000-880fffff
 [17179570.328000] PCI: Bridge: 0000:01:1f.0
 [17179570.328000]   IO window: disabled.
 [17179570.328000]   MEM window: disabled.
 [17179570.328000]   PREFETCH window: disabled.
 [17179570.328000] PCI: Bridge: 0000:00:02.0
 [17179570.328000]   IO window: 8000-8fff
 [17179570.328000]   MEM window: fc100000-fc2fffff
 [17179570.328000]   PREFETCH window: 88000000-880fffff
 [17179570.328000] PCI: Bridge: 0000:00:1e.0
 [17179570.328000]   IO window: 9000-9fff
 [17179570.328000]   MEM window: fc300000-fdffffff
 [17179570.332000]   PREFETCH window: 88100000-881fffff
 [17179570.332000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
 [17179570.332000] Simple Boot Flag at 0x35 set to 0x1
 [17179570.332000] highmem bounce pool size: 64 pages
 [17179570.332000] Initializing Cryptographic API
 [17179570.332000] io scheduler noop registered
 [17179570.332000] io scheduler deadline registered
 [17179570.332000] ACPI: Power Button (FF) [PWRF]
 [17179570.332000] ACPI: Power Button (CM) [PWRB]
 [17179570.336000] Real Time Clock Driver v1.12
 [17179570.336000] Non-volatile memory driver v1.2
 [17179570.336000] hw_random hardware driver 1.0.0 loaded
 [17179570.336000] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
 [17179570.336000] Hangcheck: Using monotonic_clock().
 [17179570.340000] serio: i8042 AUX port at 0x60,0x64 irq 12
 [17179570.340000] serio: i8042 KBD port at 0x60,0x64 irq 1
 [17179570.340000] Intel(R) PRO/1000 Network Driver - version 6.1.16-k2
 [17179570.340000] Copyright (c) 1999-2005 Intel Corporation.
 [17179570.340000] ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 24 (level, low) -> IRQ 16
 [17179570.636000] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
 [17179570.636000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
 [17179570.636000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 [17179570.636000] PDC20267: IDE controller at PCI slot 0000:04:06.0
 [17179570.636000] ACPI: PCI Interrupt 0000:04:06.0[A] -> GSI 22 (level, low) -> IRQ 17
 [17179570.636000] PDC20267: chipset revision 2
 [17179570.636000] PDC20267: ROM enabled at 0x88140000
 [17179570.636000] PDC20267: 100%% native mode on irq 17
 [17179570.636000] PDC20267: neither IDE port enabled (BIOS)
 [17179570.636000] Probing IDE interface ide0...
 [17179571.216000] Probing IDE interface ide1...
 [17179572.104000] hdc: HL-DT-ST CD-ROM GCR-8520B, ATAPI CD/DVD-ROM drive
 [17179572.776000] ide1 at 0x170-0x177,0x376 on irq 15
 [17179572.780000] ACPI: PCI Interrupt 0000:04:01.0[A] -> GSI 17 (level, low) -> IRQ 18
 [17179572.988000] scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
 [17179572.988000]         <Adaptec 19160B Ultra160 SCSI adapter>
 [17179572.988000]         aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
 [17179572.988000] 
 [17179588.248000]   Vendor: QUANTUM   Model: ATLAS10K3_18_WLS  Rev: 020W
 [17179588.248000]   Type:   Direct-Access                      ANSI SCSI revision: 03
 [17179588.248000] scsi0:A:1:0: Tagged Queuing enabled.  Depth 32
 [17179588.248000]  target0:0:1: Beginning Domain Validation
 [17179588.248000]  target0:0:1: wide asynchronous.
 [17179588.252000]  target0:0:1: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 127)
 [17179588.256000]  target0:0:1: Ending Domain Validation
 [17179588.256000]   Vendor: QUANTUM   Model: ATLAS10K3_18_WLS  Rev: 020W
 [17179588.260000]   Type:   Direct-Access                      ANSI SCSI revision: 03
 [17179588.260000] scsi0:A:2:0: Tagged Queuing enabled.  Depth 32
 [17179588.260000]  target0:0:2: Beginning Domain Validation
 [17179588.260000]  target0:0:2: wide asynchronous.
 [17179588.260000]  target0:0:2: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
 [17179588.264000]  target0:0:2: Domain Validation skipping write tests
 [17179588.264000]  target0:0:2: Ending Domain Validation
 [17179591.340000] SCSI device sda: 35916548 512-byte hdwr sectors (18389 MB)
 [17179591.340000] SCSI device sda: drive cache: write through
 [17179591.340000] SCSI device sda: 35916548 512-byte hdwr sectors (18389 MB)
 [17179591.344000] SCSI device sda: drive cache: write through
 [17179591.344000]  sda: sda1 sda2 < sda5 >
 [17179591.352000] sd 0:0:1:0: Attached scsi disk sda
 [17179591.352000] SCSI device sdb: 35916548 512-byte hdwr sectors (18389 MB)
 [17179591.352000] SCSI device sdb: drive cache: write back
 [17179591.352000] SCSI device sdb: 35916548 512-byte hdwr sectors (18389 MB)
 [17179591.356000] SCSI device sdb: drive cache: write back
 [17179591.356000]  sdb: sdb1
 [17179591.356000] sd 0:0:2:0: Attached scsi disk sdb
 [17179591.356000] sd 0:0:1:0: Attached scsi generic sg0 type 0
 [17179591.356000] sd 0:0:2:0: Attached scsi generic sg1 type 0
 [17179591.356000] mice: PS/2 mouse device common for all mice
 [17179591.356000] NET: Registered protocol family 2
 [17179591.388000] IP route cache hash table entries: 131072 (order: 7, 524288 bytes)
 [17179591.392000] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
 [17179591.396000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
 [17179591.396000] TCP: Hash tables configured (established 524288 bind 65536)
 [17179591.396000] TCP reno registered
 [17179591.396000] TCP bic registered
 [17179591.396000] NET: Registered protocol family 1
 [17179591.396000] NET: Registered protocol family 17
 [17179591.396000] NET: Registered protocol family 15
 [17179591.396000] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
 [17179591.396000] All bugs added by David S. Miller <davem@redhat.com>
 [17179591.396000] Starting balanced_irq
 [17179591.400000] Using IPI Shortcut mode
 [17179591.400000] ReiserFS: sda1: found reiserfs format "3.6" with standard journal
 [17179591.416000] input: AT Translated Set 2 keyboard as /class/input/input0
 [17179591.820000] ReiserFS: sda1: using ordered data mode
 [17179591.824000] ReiserFS: sda1: journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
 [17179591.828000] ReiserFS: sda1: checking transaction log (sda1)
 [17179591.856000] ReiserFS: sda1: Using r5 hash to sort names
 [17179591.856000] VFS: Mounted root (reiserfs filesystem) readonly.
 [17179591.856000] Freeing unused kernel memory: 208k freed
 [17179592.976000] Adding 763048k swap on /dev/sda5.  Priority:-1 extents:1 across:763048k
 [17179596.712000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
 [17179596.712000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 [17179596.716000] Probing IDE interface ide0...
 [17179598.592000] e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
 [17179598.592000] e100: Copyright(c) 1999-2005 Intel Corporation
 [17179598.592000] ACPI: PCI Interrupt 0000:04:04.0[A] -> GSI 20 (level, low) -> IRQ 19
 [17179598.616000] e100: eth1: e100_probe: addr 0xfc362000, irq 19, MAC addr 00:02:B3:AF:6B:2F
 [17179598.616000] ACPI: PCI Interrupt 0000:04:05.0[A] -> GSI 23 (level, low) -> IRQ 20
 [17179598.640000] e100: eth2: e100_probe: addr 0xfc363000, irq 20, MAC addr 00:02:B3:AF:68:39
 [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
 [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
 [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
 [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
 [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
 [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
 [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
 [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
 [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
 [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
 [17179599.544000] e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex


[-- Attachment #2: Това е цифрово подписана част от писмото --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
       [not found]       ` <58cb370e0601250157n17e113d2p683cb287107efea7@mail.gmail.com>
@ 2006-01-25 10:12         ` Vasil Kolev
  0 siblings, 0 replies; 10+ messages in thread
From: Vasil Kolev @ 2006-01-25 10:12 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Greg KH, linux-kernel, andre, frankt, linux-ide

[-- Attachment #1: Type: text/plain, Size: 28598 bytes --]

В ср, 2006-01-25 в 10:57 +0100, Bartlomiej Zolnierkiewicz написа:
> > Here it is (the -scx1 is to help me track revisions of the configuration
> > I use):
> >
> 
> >  [17179570.636000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> >  [17179570.636000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> >  [17179570.636000] PDC20267: IDE controller at PCI slot 0000:04:06.0
> >  [17179570.636000] ACPI: PCI Interrupt 0000:04:06.0[A] -> GSI 22 (level, low) -> IRQ 17
> >  [17179570.636000] PDC20267: chipset revision 2
> >  [17179570.636000] PDC20267: ROM enabled at 0x88140000
> >  [17179570.636000] PDC20267: 100%% native mode on irq 17
> >  [17179570.636000] PDC20267: neither IDE port enabled (BIOS)
> 
> pdc202xx_old module driver is registered (both ports are disabled
> by BIOS - you need to compile driver with "force" config option)
> 
> >  [17179570.636000] Probing IDE interface ide0...
> >  [17179571.216000] Probing IDE interface ide1...
> >  [17179572.104000] hdc: HL-DT-ST CD-ROM GCR-8520B, ATAPI CD/DVD-ROM drive
> >  [17179572.776000] ide1 at 0x170-0x177,0x376 on irq 15
> 
> ide-generic driver is registered
> 
> >  [17179596.712000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> >  [17179596.712000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> 
> ide core again, I have no idea how this could happen...
> 
> >  [17179596.716000] Probing IDE interface ide0...
> 
> ide-generic again (?)
> 
> >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
> 
> sth tries to register pdc202xx_old module again
> 
> The above should never happen because pdc202xx_old and
> ide-generic don't have module_exit() and thus cannot be unloaded.
> 
> Could you send me your kernel config?
> Also ide.c and setup-pci.c files (in private mail)?


Here's the config, the other ones were sent in a private mail:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.15
# Mon Jan 23 22:38:19 2006
#
CONFIG_X86_32=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION="-scx1"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
# CONFIG_HOTPLUG is not set
CONFIG_KOBJECT_UEVENT=y
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
# CONFIG_CPUSETS is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_KMOD is not set
CONFIG_STOP_MACHINE=y

#
# Block layer
#
CONFIG_LBD=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
CONFIG_IOSCHED_DEADLINE=y
# CONFIG_IOSCHED_CFQ is not set
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
CONFIG_MPENTIUM4=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
# CONFIG_HPET_TIMER is not set
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_BKL=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_HIGHPTE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_IRQBALANCE=y
CONFIG_REGPARM=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
# CONFIG_KEXEC is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_HOTKEY is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_ASUS=y
# CONFIG_ACPI_IBM is not set
CONFIG_ACPI_TOSHIBA=y
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set

#
# APM (Advanced Power Management) BIOS Support
#

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY_PROC=y
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
# CONFIG_BINFMT_MISC is not set

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
CONFIG_NET_KEY=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_BIC=y
# CONFIG_IPV6 is not set
# CONFIG_NETFILTER is not set

#
# DCCP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
CONFIG_VLAN_8021Q=y
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_IEEE80211 is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_FW_LOADER is not set
# CONFIG_DEBUG_DRIVER is not set

#
# Connector - unified userspace <-> kernelspace linker
#
# CONFIG_CONNECTOR is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
# CONFIG_PNP is not set

#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_RAM_COUNT=16
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_OFFBOARD=y
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_IDEDMA_FORCED=y
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
CONFIG_BLK_DEV_PDC202XX_OLD=y
CONFIG_PDC202XX_BURST=y
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI Transport Attributes
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set

#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA24XX is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# PHY device support
#
# CONFIG_PHYLIB is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set
CONFIG_EEPRO100=m
CONFIG_E100=m
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=y
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
CONFIG_HANGCHECK_TIMER=y

#
# TPM devices
#
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set

#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=m
CONFIG_I2C_I810=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_ISA=m
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set

#
# Miscellaneous I2C Chip support
#
CONFIG_SENSORS_DS1337=m
CONFIG_SENSORS_DS1374=m
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_PCF8574=m
CONFIG_SENSORS_PCA9539=m
CONFIG_SENSORS_PCF8591=m
CONFIG_SENSORS_RTC8564=m
CONFIG_SENSORS_MAX6875=m
CONFIG_RTC_X1205_I2C=m
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Hardware Monitoring support
#
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47B397=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Misc devices
#
# CONFIG_IBM_ASM is not set

#
# Multimedia Capabilities Port drivers
#

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
# CONFIG_FB is not set
# CONFIG_VIDEO_SELECT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
# CONFIG_SOUND is not set

#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
# CONFIG_USB_STORAGE is not set

#
# USB Input Devices
#
# CONFIG_USB_HID is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_ITMTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_YEALINK is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
CONFIG_USB_MON=y

#
# USB port drivers
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_LD is not set

#
# USB DSL modem support
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
# CONFIG_MMC is not set

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

#
# SN Devices
#

#
# File systems
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_INOTIFY is not set
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
# CONFIG_RELAYFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y

#
# Native Language Support
#
# CONFIG_NLS is not set

#
# Instrumentation Support
#
# CONFIG_PROFILING is not set
# CONFIG_KPROBES is not set

#
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_KERNEL=y
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEBUG_VM is not set
CONFIG_FRAME_POINTER=y
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_4KSTACKS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_TEST=m

#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set

#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC32=m
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y


[-- Attachment #2: Това е цифрово подписана част от писмото --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-25  7:54     ` Vasil Kolev
       [not found]       ` <58cb370e0601250157n17e113d2p683cb287107efea7@mail.gmail.com>
@ 2006-01-26 23:01       ` Adrian Bunk
  2006-01-26 23:21         ` Greg KH
  2006-01-26 23:56       ` Bartlomiej Zolnierkiewicz
  2 siblings, 1 reply; 10+ messages in thread
From: Adrian Bunk @ 2006-01-26 23:01 UTC (permalink / raw)
  To: Vasil Kolev
  Cc: Bartlomiej Zolnierkiewicz, Greg KH, linux-kernel, andre, frankt,
	linux-ide

On Wed, Jan 25, 2006 at 09:54:40AM +0200, Vasil Kolev wrote:
> ?? ????, 2006-01-24 ?? 23:58 +0100, Bartlomiej Zolnierkiewicz ????????????:
> > On 1/24/06, Greg KH <greg@kroah.com> wrote:
> > > On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> > > > Hello,
> > > > I have a machine that's currently running 2.4.28 with the promise_old
> > > > driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> > > > the following error occured, and no drives were detected/made available:
> > > >
> > > >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> > > >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> > > >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> > > >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> > > >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> > > >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> > > >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> > > >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> > > >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> > > >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
> > >
> > > This means that some other driver tried to register with the same exact
> > > name for the same bus.  As it looks like this is the ide bus, I suggest
> > > asking on the linux ide mailing list.
> > 
> 
> Well, now I remember that in /sys in the proper place there were two
> directories called Promise_Old_IDE, maybe the driver tried to register
> twice?
>...

Greg, IIRC, weren't there plans to turn this case into a BUG()?

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-26 23:01       ` Adrian Bunk
@ 2006-01-26 23:21         ` Greg KH
  2006-01-26 23:48           ` Adrian Bunk
  0 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2006-01-26 23:21 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Vasil Kolev, Bartlomiej Zolnierkiewicz, linux-kernel, andre,
	frankt, linux-ide

On Fri, Jan 27, 2006 at 12:01:52AM +0100, Adrian Bunk wrote:
> On Wed, Jan 25, 2006 at 09:54:40AM +0200, Vasil Kolev wrote:
> > ?? ????, 2006-01-24 ?? 23:58 +0100, Bartlomiej Zolnierkiewicz ????????????:
> > > On 1/24/06, Greg KH <greg@kroah.com> wrote:
> > > > On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> > > > > Hello,
> > > > > I have a machine that's currently running 2.4.28 with the promise_old
> > > > > driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> > > > > the following error occured, and no drives were detected/made available:
> > > > >
> > > > >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> > > > >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> > > > >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> > > > >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> > > > >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> > > > >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> > > > >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> > > > >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> > > > >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> > > > >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
> > > >
> > > > This means that some other driver tried to register with the same exact
> > > > name for the same bus.  As it looks like this is the ide bus, I suggest
> > > > asking on the linux ide mailing list.
> > > 
> > 
> > Well, now I remember that in /sys in the proper place there were two
> > directories called Promise_Old_IDE, maybe the driver tried to register
> > twice?
> >...
> 
> Greg, IIRC, weren't there plans to turn this case into a BUG()?

No, we dump the stack trace so that people can see what is happening,
but if the caller has done their error handling correctly, the kernel
will not crash.

I don't like adding BUG() calls for stuff that it should not be needed
for (like this.)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-26 23:21         ` Greg KH
@ 2006-01-26 23:48           ` Adrian Bunk
  2006-01-27 18:58             ` Greg KH
  0 siblings, 1 reply; 10+ messages in thread
From: Adrian Bunk @ 2006-01-26 23:48 UTC (permalink / raw)
  To: Greg KH
  Cc: Vasil Kolev, Bartlomiej Zolnierkiewicz, linux-kernel, andre,
	frankt, linux-ide

On Thu, Jan 26, 2006 at 03:21:40PM -0800, Greg KH wrote:
> On Fri, Jan 27, 2006 at 12:01:52AM +0100, Adrian Bunk wrote:
> > On Wed, Jan 25, 2006 at 09:54:40AM +0200, Vasil Kolev wrote:
> > > ?? ????, 2006-01-24 ?? 23:58 +0100, Bartlomiej Zolnierkiewicz ????????????:
> > > > On 1/24/06, Greg KH <greg@kroah.com> wrote:
> > > > > On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> > > > > > Hello,
> > > > > > I have a machine that's currently running 2.4.28 with the promise_old
> > > > > > driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> > > > > > the following error occured, and no drives were detected/made available:
> > > > > >
> > > > > >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> > > > > >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> > > > > >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> > > > > >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> > > > > >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> > > > > >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> > > > > >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> > > > > >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> > > > > >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> > > > > >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
> > > > >
> > > > > This means that some other driver tried to register with the same exact
> > > > > name for the same bus.  As it looks like this is the ide bus, I suggest
> > > > > asking on the linux ide mailing list.
> > > > 
> > > 
> > > Well, now I remember that in /sys in the proper place there were two
> > > directories called Promise_Old_IDE, maybe the driver tried to register
> > > twice?
> > >...
> > 
> > Greg, IIRC, weren't there plans to turn this case into a BUG()?
> 
> No, we dump the stack trace so that people can see what is happening,
> but if the caller has done their error handling correctly, the kernel
> will not crash.
> 
> I don't like adding BUG() calls for stuff that it should not be needed
> for (like this.)


Yes, this was my thinko (-17 is -EEXIST).


The interesting question is why he sees two directories although the 
second register failed.


I'm not sure whether I understand the problem and the code correctly, 
but perhaps the problem is something like the following:


In fs/sysfs/dir.c:create_dir(), sysfs_make_dirent() was already called 
when sysfs_create() fails.

In the (error == -EEXIST) case, we therefore need to call 
sysfs_remove_dir().


> thanks,
> 
> greg k-h


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-25  7:54     ` Vasil Kolev
       [not found]       ` <58cb370e0601250157n17e113d2p683cb287107efea7@mail.gmail.com>
  2006-01-26 23:01       ` Adrian Bunk
@ 2006-01-26 23:56       ` Bartlomiej Zolnierkiewicz
  2 siblings, 0 replies; 10+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2006-01-26 23:56 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, andre, frankt, linux-ide, Vasil Kolev

This problem cannot be reproduced now (as reported by
Vasil in private mail) so it seems that it is not a kernel bug.

Bartlomiej

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: kobject_register failed for Promise_Old_IDE (-17)
  2006-01-26 23:48           ` Adrian Bunk
@ 2006-01-27 18:58             ` Greg KH
  0 siblings, 0 replies; 10+ messages in thread
From: Greg KH @ 2006-01-27 18:58 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Vasil Kolev, Bartlomiej Zolnierkiewicz, linux-kernel, andre,
	frankt, linux-ide

On Fri, Jan 27, 2006 at 12:48:30AM +0100, Adrian Bunk wrote:
> On Thu, Jan 26, 2006 at 03:21:40PM -0800, Greg KH wrote:
> > On Fri, Jan 27, 2006 at 12:01:52AM +0100, Adrian Bunk wrote:
> > > On Wed, Jan 25, 2006 at 09:54:40AM +0200, Vasil Kolev wrote:
> > > > ?? ????, 2006-01-24 ?? 23:58 +0100, Bartlomiej Zolnierkiewicz ????????????:
> > > > > On 1/24/06, Greg KH <greg@kroah.com> wrote:
> > > > > > On Tue, Jan 24, 2006 at 11:08:47AM +0200, Vasil Kolev wrote:
> > > > > > > Hello,
> > > > > > > I have a machine that's currently running 2.4.28 with the promise_old
> > > > > > > driver, which runs ok. I tried upgrading it last night to 2.6.15, and
> > > > > > > the following error occured, and no drives were detected/made available:
> > > > > > >
> > > > > > >  [17179598.940000] kobject_register failed for Promise_Old_IDE (-17)
> > > > > > >  [17179598.940000]  [dump_stack+21/23] dump_stack+0x15/0x17
> > > > > > >  [17179598.940000]  [kobject_register+52/64] kobject_register+0x34/0x40
> > > > > > >  [17179598.940000]  [bus_add_driver+69/163] bus_add_driver+0x45/0xa3
> > > > > > >  [17179598.940000]  [driver_register+57/60] driver_register+0x39/0x3c
> > > > > > >  [17179598.940000]  [__pci_register_driver+125/132] __pci_register_driver+0x7d/0x84
> > > > > > >  [17179598.940000]  [__ide_pci_register_driver+19/53] __ide_pci_register_driver+0x13/0x35
> > > > > > >  [17179598.940000]  [pg0+945449588/1069855744] pdc202xx_ide_init+0x12/0x16 [pdc202xx_old]
> > > > > > >  [17179598.940000]  [sys_init_module+193/430] sys_init_module+0xc1/0x1ae
> > > > > > >  [17179598.940000]  [syscall_call+7/11] syscall_call+0x7/0xb
> > > > > >
> > > > > > This means that some other driver tried to register with the same exact
> > > > > > name for the same bus.  As it looks like this is the ide bus, I suggest
> > > > > > asking on the linux ide mailing list.
> > > > > 
> > > > 
> > > > Well, now I remember that in /sys in the proper place there were two
> > > > directories called Promise_Old_IDE, maybe the driver tried to register
> > > > twice?
> > > >...
> > > 
> > > Greg, IIRC, weren't there plans to turn this case into a BUG()?
> > 
> > No, we dump the stack trace so that people can see what is happening,
> > but if the caller has done their error handling correctly, the kernel
> > will not crash.
> > 
> > I don't like adding BUG() calls for stuff that it should not be needed
> > for (like this.)
> 
> 
> Yes, this was my thinko (-17 is -EEXIST).
> 
> 
> The interesting question is why he sees two directories although the 
> second register failed.
> 
> 
> I'm not sure whether I understand the problem and the code correctly, 
> but perhaps the problem is something like the following:
> 
> 
> In fs/sysfs/dir.c:create_dir(), sysfs_make_dirent() was already called 
> when sysfs_create() fails.
> 
> In the (error == -EEXIST) case, we therefore need to call 
> sysfs_remove_dir().

Hm, yeah, by using my little test module for these things, I can create
two directories in sysfs without the core complaining:
 $ ls /sys/class/gregkh/ -li
 total 0
 4371756 drwxr-xr-x 2 root root 0 Jan 27 10:56 greg1
 4371756 drwxr-xr-x 2 root root 0 Jan 27 10:56 greg1
 4371758 drwxr-xr-x 5 root root 0 Jan 27 10:56 greg2
 4371760 drwxr-xr-x 2 root root 0 Jan 27 10:56 greg3

I'll work on this.  Thanks for pointing it out.

greg k-h

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-01-27 18:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-24  9:08 kobject_register failed for Promise_Old_IDE (-17) Vasil Kolev
2006-01-24 22:35 ` Greg KH
2006-01-24 22:58   ` Bartlomiej Zolnierkiewicz
2006-01-25  7:54     ` Vasil Kolev
     [not found]       ` <58cb370e0601250157n17e113d2p683cb287107efea7@mail.gmail.com>
2006-01-25 10:12         ` Vasil Kolev
2006-01-26 23:01       ` Adrian Bunk
2006-01-26 23:21         ` Greg KH
2006-01-26 23:48           ` Adrian Bunk
2006-01-27 18:58             ` Greg KH
2006-01-26 23:56       ` Bartlomiej Zolnierkiewicz

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).