Date: Sun, 15 Sep 2013 09:49:56 GMT From: zcore@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r257362 - soc2013/zcore/head/usr.sbin/bhyve Message-ID: <201309150949.r8F9nutm023938@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zcore Date: Sun Sep 15 09:49:56 2013 New Revision: 257362 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257362 Log: fix extra unnecessary interrupts 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:33 2013 (r257361) +++ soc2013/zcore/head/usr.sbin/bhyve/pci_ahci.c Sun Sep 15 09:49:56 2013 (r257362) @@ -1363,7 +1363,6 @@ break; case AHCI_P_IS: p->is &= ~value; - ahci_generate_intr(sc); break; case AHCI_P_IE: p->ie = value & 0xFDC000FF;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309150949.r8F9nutm023938>