From owner-freebsd-hackers Wed May 26 21:48: 8 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 4A28F15167; Wed, 26 May 1999 21:48:01 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA04184; Thu, 27 May 1999 14:47:41 +1000 Date: Thu, 27 May 1999 14:47:41 +1000 From: Bruce Evans Message-Id: <199905270447.OAA04184@godzilla.zeta.org.au> To: bob@anet.donetsk.ua, freebsd-hardware@FreeBSD.ORG Subject: Re: Multiproc kernel 3.1-Release & Cyclades Cyclom 8Yep PCI Cc: freebsd-hackers@FreeBSD.ORG Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message