Date: Mon, 9 Sep 2013 14:26:03 GMT From: zcore@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r257159 - soc2013/zcore/head/usr.sbin/bhyve Message-ID: <201309091426.r89EQ3oo030339@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zcore Date: Mon Sep 9 14:26:03 2013 New Revision: 257159 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257159 Log: don't disclaim SMART. we don't want to support it 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 Mon Sep 9 14:25:24 2013 (r257158) +++ soc2013/zcore/head/usr.sbin/bhyve/pci_ahci.c Mon Sep 9 14:26:03 2013 (r257159) @@ -475,10 +475,10 @@ buf[76] = (1 << 8 | 1 << 2); buf[80] = 0x1f0; buf[81] = 0x28; - buf[82] = (1 | 1 << 5 | 1 << 14); + buf[82] = (1 << 5 | 1 << 14); buf[83] = (1 << 10 | 1 << 12 | 1 << 13 | 1 << 14); buf[84] = (1 << 14); - buf[85] = (1 | 1 << 14); + buf[85] = (1 << 5 | 1 << 14); buf[86] = (1 << 10 | 1 << 12 | 1 << 13); buf[87] = (1 << 14); buf[88] = 0x7f;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091426.r89EQ3oo030339>