Fix a snafu with the last commit. Not all of the new AHCI detection support
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Apr 2008 20:13:04 +0000 (20:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Apr 2008 20:13:04 +0000 (20:13 +0000)
commit0afa93fa9431d133ec2f4397b699a468e847d37b
tree36ae421429b70a0364507694d33b5e5b05fa35b0
parent7f3c3d6f010186ef11c84384b8592260be86dc88
Fix a snafu with the last commit.  Not all of the new AHCI detection support
was properly brought in, causing intel AHCI detection to panic with a
NULL pointer indirection.

Reported-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>
sys/dev/disk/nata/ata-chipset.c