>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                  # number of CPUs
>options NBUS=2                  # number of busses
>
>All good work until somthing do start to send to /dev/cXX
>Then kernel panic and reboot !!!
>
>All good working under single processor kernel ... no problem

There seems to be a problem with nested locks.  What was the panic
message?

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.

Bruce


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to