socsvn commit: r257363 - soc2013/zcore/head/usr.sbin/bhyve

zcore at FreeBSD.org zcore at FreeBSD.org
Sun Sep 15 09:50:16 UTC 2013


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);


More information about the svn-soc-all mailing list