Date: Sun, 04 Jan 1998 15:38:02 -0800 From: Mark Smith <msmith@3-cities.com> To: freebsd-questions@FreeBSD.ORG Subject: 2.2.5 Stable MORE make kernel problems Message-ID: <34B01D5A.3755@3-cities.com>
next in thread | raw e-mail | index | archive | help
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 <ncr 53c810a fast10 scsi> 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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34B01D5A.3755>