From owner-freebsd-scsi Thu Sep 26 12:30:21 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BDD937B401; Thu, 26 Sep 2002 12:30:19 -0700 (PDT) Received: from adsl-63-198-35-122.dsl.snfc21.pacbell.net (adsl-63-198-35-122.dsl.snfc21.pacbell.net [63.198.35.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90BF43E3B; Thu, 26 Sep 2002 12:30:18 -0700 (PDT) (envelope-from j_guojun@lbl.gov) Received: from lbl.gov (localhost [127.0.0.1]) by adsl-63-198-35-122.dsl.snfc21.pacbell.net (8.11.6/8.11.6) with ESMTP id g8QJWA400486; Thu, 26 Sep 2002 12:32:11 -0700 (PDT) (envelope-from j_guojun@lbl.gov) Message-ID: <3D9360BA.4EA4F02E@lbl.gov> Date: Thu, 26 Sep 2002 12:32:10 -0700 From: "Jin Guojun [NCS]" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.5-RELEASE i386) X-Accept-Language: zh, zh-CN, en-US, en MIME-Version: 1.0 To: Yanek Korff Cc: "'freebsd-hardware@freebsd.org'" , "'freebsd-scsi@freebsd.org'" Subject: Re: SCSI controller & NIC problem - irq11 References: <51CC94132526754995E79DCF28C0C34D09BE16@exchange.cigital.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There is a driver (dev/sym) bug in probing phase. It cannot distinguish that 33MHz chip runs at 66 MHz bus clock or reverse. In fact, the driver does get some information: > sym0: handling phase mismatch from SCRIPTS. > CACHE TEST FAILED: script execution failed. > start=7c99f4fc, pc=7c99f4fc, end=7c99f51c > sym0: CACHE INCORRECTLY CONFIGURED. > device_probe_and_attach: sym0 attach returned 6 but it just does not know why. I believe that you put a 33 MHz SCSI adapter into a 64-bit/66MHz PCI slot. You can put it into a 32-bit PCI slot, or reduce the frequency to 33MHz on 64-bit PCI slot. Hopefully, this will solve your problem. -Jin Yanek Korff wrote: > > Didn't get much response on -STABLE. Anyone on these lists work with this > hardware? BTW, the BIOS doesn't allow for changing IRQs of any of this > stuff... :( > > -----Original Message----- > From: Yanek Korff [mailto:yanek@cigital.com] > Sent: Wednesday, September 25, 2002 16:44 > To: 'freebsd-stable@freebsd.org' > Subject: SCSI controller & NIC problem - irq11 > > I'm working on a system with an Intel motherboard (SE7500CW2SCSI) - the one > that's being discussed in freebsd-smp right now due to SMP problems, panic > on boot when SMP is enabled. That's somewhat beside the point for now... > > What I'd really like to do is get the integrated SCSI controller working > with the sym drivers. LSI chipset listed as LSI Logic* 53C1000 on the Intel > website. Here's a piece of the dmesg: > > sym0: <1010-66> port 0x7000-0x70ff mem > 0xfc200000-0xfc201fff,0xfc202000-0xfc2023ff irq 11 at devic > e 1.0 on pci3 > sym0: Symbios NVRAM, ID 7, Fast-80, SE, parity checking > sym0: open drain IRQ line driver, using on-chip SRAM > sym0: using LOAD/STORE-based firmware. > sym0: handling phase mismatch from SCRIPTS. > CACHE TEST FAILED: script execution failed. > start=7c99f4fc, pc=7c99f4fc, end=7c99f51c > sym0: CACHE INCORRECTLY CONFIGURED. > device_probe_and_attach: sym0 attach returned 6 > > There are two onboard NICs on this box and a graphics card using irq11. > dmesg | grep "irq 11": > sym0: <1010-66> port 0x7000-0x70ff mem > 0xfc200000-0xfc201fff,0xfc202000-0xfc2023ff irq 11 at device 1.0 on pci3 > pci4: at 3.0 irq 11 > fxp0: port 0x8400-0x843f mem > 0xfc300000-0xfc31ffff,0xfc341000-0xfc341fff irq 11 at device 4.0 on pci4 > fxp1: port 0x8440-0x847f mem > 0xfc320000-0xfc33ffff,0xfc342000-0xfc342fff irq 11 at device 5.0 on pci4 > pci0: (vendor=0x8086, dev=0x2483) at 31.3 irq 11 > > Also the PCI NIC isn't showing up -at all- It's likely also trying to use > irq11 (it's an XL -- ah... 3com905). > > Any idea what's going on here? Advice? Can I manually change the IRQs of > any of this stuff to get things going? > > -Yanek. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message