AHCI - Fix a bug in ahci_port_intr() when blockable == 0.
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 12 Jun 2009 23:19:35 +0000 (16:19 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 12 Jun 2009 23:19:35 +0000 (16:19 -0700)
commitdbef6246a8d336160c284860369a8a39d4902440
tree4e90fcf957282b7c2e343098ab0d24aab07d761a
parentf4553de13c8796ae9536441d5de2afa0aa352699
AHCI - Fix a bug in ahci_port_intr() when blockable == 0.

* The IS register was not being properly masked for the fall-through.
sys/dev/disk/ahci/ahci.c