From owner-freebsd-stable@FreeBSD.ORG Wed Jul 20 15:57:33 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 290EB16A41F for ; Wed, 20 Jul 2005 15:57:33 +0000 (GMT) (envelope-from pczanik@fang.fa.gau.hu) Received: from mail-gw2.sa.eol.hu (mail-gw2.sa.eol.hu [212.108.200.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A8C43D45 for ; Wed, 20 Jul 2005 15:57:29 +0000 (GMT) (envelope-from pczanik@fang.fa.gau.hu) Received: from [193.226.238.32] (238-032.adsl.pool.ew.hu [193.226.238.32]) by mail-gw2.sa.eol.hu (mu) with ESMTP id j6KFvNwh026150 for ; Wed, 20 Jul 2005 17:57:28 +0200 Message-ID: <42DE7461.7000606@fang.fa.gau.hu> Date: Wed, 20 Jul 2005 17:57:21 +0200 From: Peter Czanik User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: ahd problems on 5.4-STABLE and 6.0-BETA1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 15:57:33 -0000 Hello, It seems to me, that the 'ahd' driver got some problems on both 5.4-STABLE and 6.0-BETA1. My hardware is a HP Workstation 6000, with an on-board Adaptec SCSI controller, which is disabled in BIOS, as I only have IDE CD- and harddrives. I start with 6.0-BETA1, as it's the easier one: when I boot the install CD, it finds the controller, writes "Unable to read SEEPROM", it waits a few seconds, writes another 20 lines of error messages on screen, then reboots the computer, so there isn't time to read the rest of messages and can't install the beta. 5.4-STABLE: simptoms are the same on my installed 5.4-STABLE machine, I can read "Unable to read SEEPROM", it waits, prints some more messages, and reboots. When I boot an older kernel (from the 29th of June), the kernel finds the controller, and works fine. Compiling a kernel without ahd support (commenting out: '#device ahd') solves the problem as well, and the machine boots fine. This is part of dmesg from the old kernel: Jul 20 13:48:02 beech kernel: ahd0: at device 12.0 on pci5 Jul 20 13:48:02 beech kernel: aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI 33 or 66Mhz, 512 SCBs Jul 20 13:48:02 beech kernel: ahd1: at device 12.1 on pci5 Jul 20 13:48:02 beech kernel: aic7902: Ultra320 Wide Channel B, SCSI Id=7, PCI 33 or 66Mhz, 512 SCBs Bye, Peter