kernel - Fix bug in recent AHCI driver adjustment
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Sep 2010 03:05:23 +0000 (20:05 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Sep 2010 03:05:23 +0000 (20:05 -0700)
commitf3de36f7f33f6f7d244190d75cbb47427725b3e2
treead0ac4d9ad6932c49e891ac799ef792a5f8f6dfd
parent4cdde1a12de01cc68510300c9dab2d1e40902232
kernel - Fix bug in recent AHCI driver adjustment

* The recent adjustment of the driver to help deal with breakage in the
  newer AMD chipsets also failed to check for pending commands after
  a normal completion.  Fix the brainfart.
sys/dev/disk/ahci/ahci.c