AHCI/SILI - Do manual chipid check to PMs with fake ports
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 29 Jun 2009 15:07:58 +0000 (08:07 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 29 Jun 2009 15:07:58 +0000 (08:07 -0700)
commit19b34835af33d6ccee845ff4ce754e7a936fe178
tree3aa4473b7c8e9611b2a5e5bc04585d2f81a7e681
parente6847d54541b8c561b68144896f3a7a485f507f5
AHCI/SILI - Do manual chipid check to PMs with fake ports

* Add a switch() on the chipid for PMs which add a fake port at the
  end and avoid probing the fake port.  Probing the port is harmless and
  typically fails in the softreset sequence, but takes time.
sys/dev/disk/ahci/ahci_pm.c
sys/dev/disk/sili/sili_pm.c