From owner-freebsd-bugs@FreeBSD.ORG Wed May 26 19:20:10 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B1A9106567D for ; Wed, 26 May 2010 19:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 021AD8FC1A for ; Wed, 26 May 2010 19:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4QJK9U8085319 for ; Wed, 26 May 2010 19:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4QJK9rP085318; Wed, 26 May 2010 19:20:09 GMT (envelope-from gnats) Date: Wed, 26 May 2010 19:20:09 GMT Message-Id: <201005261920.o4QJK9rP085318@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Motin Cc: Subject: Re: kern/147086: AHCI not being enabled on PC X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Motin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 19:20:10 -0000 The following reply was made to PR kern/147086; it has been noted by GNATS. From: Alexander Motin To: "ryan@ryanholt.net" Cc: bug-followup@freebsd.org, Garrett Cooper Subject: Re: kern/147086: AHCI not being enabled on PC Date: Wed, 26 May 2010 22:10:41 +0300 ryan@ryanholt.net wrote: > Will the MVS driver allow for any type of hot swap? It appears that when > I pull the drive out of any slot on the Supermicro card the kernel will > panic and system crash. Same thing with the on-board controller. mvs(4) provides almost the same set of features that ahci(4), just for different hardware. Hot swap should work fine. -- Alexander Motin