From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 19:54:43 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 B33D516A468 for ; Fri, 1 Jun 2007 19:54:43 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 93B2513C4BD for ; Fri, 1 Jun 2007 19:54:43 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn03.u.washington.edu (hymn03.u.washington.edu [140.142.12.169]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l51JshrR011726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 1 Jun 2007 12:54:43 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn03.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l51JsglN014509 for ; Fri, 1 Jun 2007 12:54:42 -0700 X-Auth-Received: from [192.55.52.3] by hymn03.u.washington.edu via HTTP; Fri, 01 Jun 2007 12:54:42 PDT Date: Fri, 1 Jun 2007 12:54:42 -0700 (PDT) From: youshi10@u.washington.edu To: freebsd-current@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.1.122233 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='SUPERLONG_LINE 0.05, NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Issues with kernel / userland drivers after recent install and upgrade 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: Fri, 01 Jun 2007 19:54:43 -0000 Hello, I have the following issues with a clean install of 7-CURRENT; they may be related to the GCC upgrade or other things. Background: I started out with a virgin clean 6.2-RELEASE system, then went straight to 7-CURRENT (synced yesterday) without installing anything (to avoid having to reinstall packages, etc). pass: 1. I have pass compiled into the kernel statically, but /dev/pass* isn't created on boot (devfs is running properly I believe). ohci/ukbd/ums: 1. These aren't operating properly. I can't see any keyboard output even though before when I didn't compile ukbd into the kernel the USB keyboard worked magically with slight lag preceding the first input. 2. The mouse cursor doesn't move whatsoever. 3. OHCI isn't detected on boot, and I think that only UHCI is detected properly, even though my board is EHCI/OHCI capable (Asus P5B-Deluxe). GEOM: 1. I have GEOM compiled into the kernel because I'm using AHCI and the Intel RAID (iir) driver, but there's an issue where if I pop in a CD and it attempts to read it or write to it, it will always fail with READ_BIG errors. This didn't happen in 6.2-RELEASE. I will try upgrading my BIOS soon (haven't installed Windows yet / don't have a USB key so I haven't tried doing this yet), and hopefully the problems will all go away. However, I'm not sure if they will, so if anyone has any ideas for why things are occurring and has some solutions to explore or tests to try, I would be more than happy to get anyone's input. Thanks, -Garrett