Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2008 00:12:33 +0100
From:      Michael Moll <kvedulv@kvedulv.de>
To:        Toshikazu ICHINOSEKI <t.ichinoseki@nifty.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Unable to boot on ECS K7S5A
Message-ID:  <20081123231233.GF87514@darkthrone.kvedulv.de>
In-Reply-To: <20081124.015707.02304508.t.ichinoseki@nifty.com>
References:  <20081116170041.GB5156@darkthrone.kvedulv.de> <20081124.015707.02304508.t.ichinoseki@nifty.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081123231233.GF87514>