From owner-freebsd-questions Sun Jan 4 15:38:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA06804 for questions-outgoing; Sun, 4 Jan 1998 15:38:40 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from revolution.3-cities.com (root@revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA06799 for ; Sun, 4 Jan 1998 15:38:32 -0800 (PST) (envelope-from msmith@3-cities.com) Received: from mark (bigtca203.3-cities.com [204.203.228.68]) by revolution.3-cities.com (8.8.5/8.7.3) with SMTP id PAA16181 for ; Sun, 4 Jan 1998 15:34:11 -0800 (PST) Message-ID: <34B01D5A.3755@3-cities.com> Date: Sun, 04 Jan 1998 15:38:02 -0800 From: Mark Smith Reply-To: freebsd-questions@FreeBSD.ORG Organization: Organization? What's that?!? X-Mailer: Mozilla 3.03Gold (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 2.2.5 Stable MORE make kernel problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I did a virgin install of 2.2.5 Release (off of the Walnut Creek CD) and then did a CVSup to 2.2.5 Stable (tag=RELENG_2_2). Then I went to the /sys/i386/conf and did a config GENERIC, cd /sys/compile/GENERIC, make depend and finally a make. This is the GENERIC config file as on the CD and stable distributions with NO mods by me and here's the make output to stderr: Oh, this was happening BEFORE Steve Price's commit. ../../pci/ncr.c:1486: warning: initialization discards `volatile' from pointer target type ../../pci/ncr.c:1486: warning: initialization discards `volatile' from pointer target type ../../i386/i386/machdep.c:1372: warning: initialization from incompatible pointer type ../../i386/i386/machdep.c: In function `f00f_hack': ../../i386/i386/machdep.c:1386: warning: assignment makes pointer from integer without a cast ../../i386/i386/machdep.c:1397: warning: passing arg 2 of `vm_map_protect' makes integer from pointer without a cast ../../i386/i386/machdep.c:1397: warning: passing arg 3 of `vm_map_protect' makes integer from pointer without a cast ../../i386/isa/seagate.c: In function `sea_data_output': ../../i386/isa/seagate.c:1111: warning: assignment discards `volatile' from pointer target type ../../i386/isa/seagate.c: In function `sea_data_input': ../../i386/isa/seagate.c:1181: warning: assignment discards `volatile' from pointer target type OK, I went ahead and did a make install and here's the output from the device probe on boot when it comes to the devices attached to the NCR810 SCSI chip. Dec 30 01:18:48 mark /kernel: ncr0 rev 17 int a irq 9 on pci0:11 Dec 30 01:18:48 mark /kernel: ncr0 waiting for scsi devices to settle Dec 30 01:18:48 mark /kernel: (ncr0:1:0): "ARCHIVE Python 25588-XXX 2.96" type 1 removable SCSI 2 Dec 30 01:18:48 mark /kernel: st0(ncr0:1:0): Sequential-Access Dec 30 01:18:48 mark /kernel: st0(ncr0:1:0): asynchronous. Dec 30 01:18:49 mark /kernel: ncr0:1: ERROR (88:0) (6-a7-e007) (e0/3) @ (script 1b4:980c0002). Dec 30 01:18:49 mark /kernel: ncr0: script cmd = 7c094800 Dec 30 01:18:49 mark /kernel: ncr0: regdump: da 10 80 03 47 e0 01 1d 01 06 01 a7 80 00 0f 00. Dec 30 01:18:49 mark /kernel: Dec 30 01:18:49 mark /kernel: st0(ncr0:1:0): M_REJECT received (1:8). Dec 30 01:18:49 mark /kernel: density code 0x0, variable blocks, write-enabled Any ideas? Thanks!