From owner-freebsd-current@FreeBSD.ORG Mon Dec 5 22:15:39 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 616261065672 for ; Mon, 5 Dec 2011 22:15:39 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BAE518FC1A for ; Mon, 5 Dec 2011 22:15:38 +0000 (UTC) Received: by bkat2 with SMTP id t2so8862215bka.13 for ; Mon, 05 Dec 2011 14:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=3aw9gP+inVNT3Tushf4zu3hzvuqUt3/yFA7szWbdK20=; b=vZGWSTZ4VLJ+CvG8d8+ndRgcWQ6Dvki5wlZuVIMSokXrpwGmR54IuT+HWmzbdVMkQF tJc5gTdnfaaJPTjrXKmIW/ervjImxCkwoJs5ld6M5XvGMEY6C9n69PuLhU/W5hOE81JM 2VPCyRjDcbe4VTRRnPoIvsi4Mvcuk0l6uFdvw= MIME-Version: 1.0 Received: by 10.216.1.68 with SMTP id 46mr1034517wec.23.1323123337562; Mon, 05 Dec 2011 14:15:37 -0800 (PST) Received: by 10.180.94.2 with HTTP; Mon, 5 Dec 2011 14:15:37 -0800 (PST) Date: Mon, 5 Dec 2011 17:15:37 -0500 Message-ID: From: Arnaud Lacombe To: FreeBSD-Current , re@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: PAE broken on -current, likely broken on stable/9 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 22:15:39 -0000 Hi, The kernel tree is utterly broken when PAE is enabled, it chokes [non-exclusively] on the following: dev/dpt/dpt_scsi.c:279: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev/dpt/dpt_scsi.c:279: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev/dpt/dpt_scsi.c:964: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/ida/ida.c:145: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/ida/ida.c:145: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/ida/ida.c:154: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/ida/ida.c:154: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev/ida/ida_eisa.c:105: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/ida/ida_eisa.c:106: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev/malo/if_malo_pci.c:232: warning: large integer implicitly truncated to unsigned type [-Woverflow] dev/malo/if_malo_pci.c:232: warning: large integer implicitly truncated to unsigned type [-Woverflow] dev/mwl/if_mwl_pci.c:210: warning: large integer implicitly truncated to unsigned type [-Woverflow] dev/mwl/if_mwl_pci.c:210: warning: large integer implicitly truncated to unsigned type [-Woverflow] dev/sym/sym_hipd.c:7922: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/trm/trm.c:648: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dev/hptmv/entry.c:2635: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev/hptmv/entry.c:2765: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev/hptmv/entry.c:2970: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Could re@ please includes, proudly (or not), in its future announces, that PAE is no longer supported ? Thanks, - Arnaud ps: this is just a report, I'm not really expecting anything, any longer, from the FreebSD "community".