Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 09:50:15 GMT
From:      zcore@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r257363 - soc2013/zcore/head/usr.sbin/bhyve
Message-ID:  <201309150950.r8F9oFod033607@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zcore
Date: Sun Sep 15 09:50:15 2013
New Revision: 257363
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257363

Log:
  claim we support Asynchronous Notification for ATAPI device

Modified:
  soc2013/zcore/head/usr.sbin/bhyve/pci_ahci.c

Modified: soc2013/zcore/head/usr.sbin/bhyve/pci_ahci.c
==============================================================================
--- soc2013/zcore/head/usr.sbin/bhyve/pci_ahci.c	Sun Sep 15 09:49:56 2013	(r257362)
+++ soc2013/zcore/head/usr.sbin/bhyve/pci_ahci.c	Sun Sep 15 09:50:15 2013	(r257363)
@@ -572,6 +572,7 @@
 		buf[67] = 100;
 		buf[68] = 100;
 		buf[76] = (1 << 2 | 1 << 1);
+		buf[78] = (1 << 5);
 		buf[80] = (0x1f << 4);
 		buf[82] = (1 << 4);
 		buf[83] = (1 << 14);



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