看板 DFBSD_commit 關於我們 聯絡資訊
commit 19b34835af33d6ccee845ff4ce754e7a936fe178 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Jun 29 08:07:58 2009 -0700 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. Summary of changes: sys/dev/disk/ahci/ahci_pm.c | 23 +++++++++++++++++++++++ sys/dev/disk/sili/sili_pm.c | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19b34835af33d6ccee845ff4ce754e7a936fe178 -- DragonFly BSD source repository