From owner-freebsd-current@FreeBSD.ORG Sun Nov 23 23:12:37 2008 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 49F85106564A for ; Sun, 23 Nov 2008 23:12:37 +0000 (UTC) (envelope-from mmoll@darkthrone.kvedulv.de) Received: from darkthrone.kvedulv.de (darkthrone.kvedulv.de [IPv6:2001:1578:400:101::2]) by mx1.freebsd.org (Postfix) with ESMTP id EB5298FC16 for ; Sun, 23 Nov 2008 23:12:35 +0000 (UTC) (envelope-from mmoll@darkthrone.kvedulv.de) Received: by darkthrone.kvedulv.de (Postfix, from userid 666) id 64B681CC2B; Mon, 24 Nov 2008 00:12:33 +0100 (CET) Date: Mon, 24 Nov 2008 00:12:33 +0100 From: Michael Moll To: Toshikazu ICHINOSEKI Message-ID: <20081123231233.GF87514@darkthrone.kvedulv.de> References: <20081116170041.GB5156@darkthrone.kvedulv.de> <20081124.015707.02304508.t.ichinoseki@nifty.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081124.015707.02304508.t.ichinoseki@nifty.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-current@freebsd.org Subject: Re: Unable to boot on ECS K7S5A 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: Sun, 23 Nov 2008 23:12:37 -0000 Hi Toshikazu, On Mon, Nov 24, 2008 at 01:57:07AM +0900, Toshikazu ICHINOSEKI wrote: > Following patch makes my box to boot again. > > --- sys/dev/ata/chipsets/ata-sis.c.orig 2008-10-09 21:56:57.000000000 +0900 > +++ sys/dev/ata/chipsets/ata-sis.c 2008-11-18 21:48:12.000000000 +0900 > @@ -108,6 +108,9 @@ > if (pci_get_vendor(dev) != ATA_SIS_ID) > return ENXIO; > > + if (pci_get_class(dev) != PCIC_STORAGE) > + return ENXIO; > + > if (!(idx = ata_find_chip(dev, ids, -pci_get_slot(dev)))) > return ENXIO; > Works here also, Thanks a lot :) -- Michael Moll e-mail : kvedulv@kvedulv.de WWW : http://www.kvedulv.de/ GSM : +49 175 606 7861