Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 04:43:20 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251175 - head/sys/dev/xen/blkfront
Message-ID:  <201305310443.r4V4hKvo018319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gibbs
Date: Fri May 31 04:43:19 2013
New Revision: 251175
URL: http://svnweb.freebsd.org/changeset/base/251175

Log:
  Apply the ad* => ada* IDE device name transition to the Xen block
  front driver.
  
  Submitted by:	Bei Guan <gbtju85@gmail.com>
  Reviewed by:	gibbs
  MFC after:	1 week

Modified:
  head/sys/dev/xen/blkfront/blkfront.c

Modified: head/sys/dev/xen/blkfront/blkfront.c
==============================================================================
--- head/sys/dev/xen/blkfront/blkfront.c	Fri May 31 04:27:41 2013	(r251174)
+++ head/sys/dev/xen/blkfront/blkfront.c	Fri May 31 04:43:19 2013	(r251175)
@@ -148,16 +148,16 @@ blkfront_vdevice_to_unit(uint32_t vdevic
 		int base;
 		const char *name;
 	} info[] = {
-		{3,	6,	0,	"ad"},	/* ide0 */
-		{22,	6,	2,	"ad"},	/* ide1 */
-		{33,	6,	4,	"ad"},	/* ide2 */
-		{34,	6,	6,	"ad"},	/* ide3 */
-		{56,	6,	8,	"ad"},	/* ide4 */
-		{57,	6,	10,	"ad"},	/* ide5 */
-		{88,	6,	12,	"ad"},	/* ide6 */
-		{89,	6,	14,	"ad"},	/* ide7 */
-		{90,	6,	16,	"ad"},	/* ide8 */
-		{91,	6,	18,	"ad"},	/* ide9 */
+		{3,	6,	0,	"ada"},	/* ide0 */
+		{22,	6,	2,	"ada"},	/* ide1 */
+		{33,	6,	4,	"ada"},	/* ide2 */
+		{34,	6,	6,	"ada"},	/* ide3 */
+		{56,	6,	8,	"ada"},	/* ide4 */
+		{57,	6,	10,	"ada"},	/* ide5 */
+		{88,	6,	12,	"ada"},	/* ide6 */
+		{89,	6,	14,	"ada"},	/* ide7 */
+		{90,	6,	16,	"ada"},	/* ide8 */
+		{91,	6,	18,	"ada"},	/* ide9 */
 
 		{8,	4,	0,	"da"},	/* scsi disk0 */
 		{65,	4,	16,	"da"},	/* scsi disk1 */



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