From owner-freebsd-bugs Mon Apr 15 6:30: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEEB737B405 for ; Mon, 15 Apr 2002 06:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3FDU1m38090; Mon, 15 Apr 2002 06:30:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 15 Apr 2002 06:30:01 -0700 (PDT) Message-Id: <200204151330.g3FDU1m38090@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthias Andree Subject: Re: kern/36549: sym driver fails on Tekram DC-390U in 486 machine Reply-To: Matthias Andree Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36549; it has been noted by GNATS. From: Matthias Andree To: =?iso-8859-15?Q?G=E9rard?= Roudier Cc: Matthias Andree , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/36549: sym driver fails on Tekram DC-390U in 486 machine Date: Mon, 15 Apr 2002 15:23:22 +0200 The sad thing is, I can no longer reproduce this. I'm getting this instead: sym0: <875> port 0xfc00-0xfcff mem 0xffbea000-0xffbeafff,0xffbebf00-0xffbebfff irq 11 at device 14.0 on pci0 sym0: Tekram NVRAM, ID 7, Fast-20, SE, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. pci0: (vendor=0x102b, dev= 0x051b) at 15.0 irq 9 pcib1: at device 16.0 on pci0 ... ad0: 9671MB [19650/16/63] at ata0-master BIOSPIO Waiting 2 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (probe2:sym0:0:2:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe2:sym0:0:2:0): ILLEGAL REQUEST asc:24,0 (probe2:sym0:0:2:0): Invalid field in CDB Creating DISK cd0 pass0 at sym0 bus 0 target 2 lun 0 pass0: Removable CD-ROM SCSI-2 device pass0: 10.000MB/s transfers (10.000MHz, offset 15) I did upgrade the kernel to 4.5-RELEASE-p2 and change its configuration, I can send the diffs of the kernels if so desired. Most important changes: * drop cpu I686_CPU and cpu I386_CPU * drop device ncr (keeping sym) * change SCSI_DELAY=2000 (maybe the Plextor is not ready at the time it is queried, Plextor drives don't boot from CD with Tekram unless the reset->inquiry delay is >= 5 sec -- default 3 sec) * drop tons of other devices To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message