Re: Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI

1999-05-29 Thread Bruce Evans
>I commented out the SMP and FAST code, rebuilt the kernel from scratch and >the panic still occurs. Is there other code that should be disabled? Is >this fixed in 3.2? Why are there evil macro's in my computer? Why am I >asking so many questions? I committed a proper fix in /sys/i386/isa/cy.c

Re: Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI

1999-05-28 Thread Michael Scott Boers
>Try deleting the code in the SMP ifdefs in cy.c, and don't use fast >interrupts with SMP: >(a) for the pci version, don't use option CY_PCI_FASTINTR. >(b) for the isa version, delete the line with RI_FAST in it in cy.c. >See hints in my previous mail. The main problem is that disable_intr() >isn

Re: Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI

1999-05-27 Thread Bruce Evans
>>There seems to be a problem with nested locks. What was the panic >>message? > >I have the same problem with my Cyclom Ye cards (both the isa & pci >variety) > >The kernel panics with: > >panic messages: >--- >panic: rslock: cpu: 0, addr: 0xf026a15c, lock: 0x0001 >mp_lock = 0001; cpuid

Re: Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI

1999-05-27 Thread msb
>>I have multiprocessor machine: >> >>matherboard SOYO 5TX2/X5 with 2 intel 166 proceccors >>multiport card Cyclades Cyclom 8Yep >> >>All good work until somthing do start to send to /dev/cXX >>Then kernel panic and reboot !!! >> >There seems to be a problem with nested locks. What was the panic >

Re: Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI

1999-05-26 Thread Bruce Evans
>I have multiprocessor machine: > >matherboard SOYO 5TX2/X5 with 2 intel 166 proceccors >multiport card Cyclades Cyclom 8Yep > >Kernel config: > >options SMP # Symmetric MultiProcessor Kernel >options APIC_IO # Symmetric (APIC) I/O >options NCPU=2

Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI

1999-05-26 Thread Vladimir A. Pokatilov
Help !!! Anybody know . where is bug in kernel configuration , in cy0 driver or in my hands I have multiprocessor machine: matherboard SOYO 5TX2/X5 with 2 intel 166 proceccors multiport card Cyclades Cyclom 8Yep Kernel config: options SMP # Symmetric MultiProcessor Kernel op