From owner-freebsd-amd64@FreeBSD.ORG Thu Dec 11 18:43:29 2003 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DC116A4CE for ; Thu, 11 Dec 2003 18:43:29 -0800 (PST) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BBD43D1F for ; Thu, 11 Dec 2003 18:43:28 -0800 (PST) (envelope-from jhouchin@texoma.net) Received: from texoma.net (unverified [24.116.250.217]) by smail1.cableone.net (SurgeMail 1.5d2) with ESMTP id 1377939 for multiple; Thu, 11 Dec 2003 19:40:47 -0700 Message-ID: <3FD92A43.5080205@texoma.net> Date: Thu, 11 Dec 2003 20:38:59 -0600 From: Jimmie Houchin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031203 X-Accept-Language: en MIME-Version: 1.0 To: amd64 freebsd Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com Subject: kernel compile failure X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 02:43:29 -0000 Hello, I just did a fresh install. I edited a configuration for my kernel. When attempting to compile this kernel I get this error. I could have very well done something wrong in my configuration to cause this. /usr/src/sys/dev/pst/pst-iop.c: In function 'iop_intr': /usr/src/sys/dev/pst/pst-iop.c:196 warning: cast to pointer from integer of different size /usr/src/sys/dev/pst/pst-iop.c: In function 'iop_done': /usr/src/sys/dev/pst/pst-iop.c:417 warning: cast to pointer from integer of different size /usr/src/sys/dev/pst/pst-iop.c: In function 'iop_queue_wait_msg': /usr/src/sys/dev/pst/pst-iop.c:434 warning: cast to pointer from integer of different size ***Error code 1 Stop... Stop... Stop... # Also... When reading the NOTES for configuring a kernel it speaks about a ULE scheduler for SMP systems. It says that the BSD scheduler isn't very good for SMP systems. But I don't find an option for the ULE scheduler. Is it not ready for primetime on the AMD64? Is it still okay to use the BSD scheduler for SMP? And... In the RAID configuration (I think) it had a Promise SX6000 support. I have the Promise onboard SATA RAID controller. I didn't see explicit Promise SATA support but I know it is somewhere because I and FreeBSD are using it. Is the support coming from the SX6000 kernel option? Any help and information greatly appreciated. Thanks. Jimmie Houchin