git: AHCI - Minor fixes

看板DFBSD_commit作者時間16年前 (2009/10/02 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 0be9576a220eee851aeac7aba699f79e1c7a930d Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Oct 1 12:12:45 2009 -0700 AHCI - Minor fixes * Fix a conditional testing for hot plug removal. This is mostly cosmetic but prevents a bogus "Device removed" message when plugging IN devices on ports which do not support hot-plug. * Print the port capabilities out for each port during device probe. This makes it easier to diagnose bug reports if people try to use hot-plug on devices (usually old AHCI 1.0 chipsets) which do not support hot-plug. These chipsets do not do device detection on the port change event and also usually do not implement CLO, so there isn't much the driver can do. Summary of changes: sys/dev/disk/ahci/ahci.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0be9576a220eee851aeac7aba699f79e1c7a930d -- DragonFly BSD source repository
文章代碼(AID): #1AnGErqQ (DFBSD_commit)