From owner-freebsd-current@FreeBSD.ORG Thu Apr 19 09:54:23 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7E16A408 for ; Thu, 19 Apr 2007 09:54:23 +0000 (UTC) (envelope-from marsgmiro@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 3F54113C489 for ; Thu, 19 Apr 2007 09:54:23 +0000 (UTC) (envelope-from marsgmiro@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so420937nza for ; Thu, 19 Apr 2007 02:54:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rcmPNh3eWlbaR9QrGdun3sIggy1NVCnbpasYIB86GHvHishwviX8b8NI+G7+PL50t96M2KQBM2wvqfy3x9ugTFjUsN1QfQ1WLVnh0/wpMxFRM3pVFZqk7anW6bJjShpWffGe13h/3FCK2WTw4N0hLoYJcLFN9Wxrdh9pNuSqEc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RzselNezuzNChXYu8LiJc3T60kr6P7kxyykYWVu614/V+zwIG3kmlTobrl/fl2kFx+pLiTCbxU4TDtRUiff1UO9yFOrjGaKqL8UCZyQAzcHdG3f8WrNYN4xZw8s1lKGVeIxpRNNFbkawz/HNj/MXdnCnf3C/2DnRXjoieLNWYz0= Received: by 10.114.81.1 with SMTP id e1mr637116wab.1176974916271; Thu, 19 Apr 2007 02:28:36 -0700 (PDT) Received: by 10.114.60.7 with HTTP; Thu, 19 Apr 2007 02:28:36 -0700 (PDT) Message-ID: <28edec3c0704190228u31489c9en87cb4e526080f09e@mail.gmail.com> Date: Thu, 19 Apr 2007 17:28:36 +0800 From: "Mars G. Miro" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Thu, 19 Apr 2007 11:39:30 +0000 Subject: 200704/amd64 CURRENT on da SunFire x4100 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: Thu, 19 Apr 2007 09:54:23 -0000 Greetings, I happen to have a SunFire x4100 box (firmware of da BIOS, LSI/MPT, ILO is da latest) so I tested 200704/amd64 CURRENT on it. (Take note that FreeBSD 6.2 {amd64, i386} work fine on it, no issues whatsoever). Issues I encountered w/ CURRENT: 1) USB keyboard doesnt work (this has no PS/2). Even setting hint.atkbd.0.disabled="1" doesnt help. In order to install CURRENT, I had to boot to 6.2 and goto Fixit mode, manually dd'd, fdisk'd, bsdlabel'd and newfs'd da SAS HD, then temporarily brought up da em interface, mount the 200704 ISO (from an NFS share) and manually installed whatever's needed at 7.0-CURRENT-200704/* to da HD, put in da necessary rc.conf/fstab/hosts/ttys(so i could manage via serial) files and voila, got it to boot (*finally*) 2) built-in Intel NICs dont work. at first stickin da IPs in /etc/rc.conf crashed the box during boot-up so I took out the IP and allowed it to boot and managed it via serial console. However the only useful information I could get when i do a # ifconfig em0 up is Apr 19 17:02:29 x4100_200704A kernel: em0: Link is Down Apr 19 17:02:29 x4100_200704A kernel: em0: link state changed to DOWN Apr 19 17:02:33 x4100_200704A kernel: em0: Link is up 1000 Mbps Full Duplex Apr 19 17:02:33 x4100_200704A kernel: em0: link state changed to UP Apr 19 17:02:59 x4100_200704A kernel: 16.b49bee8c36a0b540 too long then da box instantly reboots. 3) I happen to have an ixgb NIC plugged on its PCI-X (I posted some mails on -stable a few weeks/days ago about it not working on 6.2R). Tho its not officially supported on CURRENT, I noticed that there are some commits in HEAD so this was the reason why I tried if the CURRENT driver works. Unfortunately it doesn't, gives a LOR. cheers mars