看板 DFBSD_commit 關於我們 聯絡資訊
commit c6a64e8b67e95fcc040c3dfed938e02a8b68f728 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jun 25 12:35:14 2009 -0700 CAM - Auto unit number start based on device If no SCSI devices are wired CAM now automatically starts any umass sim attachments at unit #8 instead of unit #0. This reduces interference between usb mass storage attachments and ahci/sili attachments. Otherwise the usb mass storage can steal "da0" away from ahci/sili. Summary of changes: sys/bus/cam/cam_periph.c | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c6a64e8b67e95fcc040c3dfed938e02a8b68f728 -- DragonFly BSD source repository