看板 DFBSD_commit 關於我們 聯絡資訊
commit f7b2699236ce160898a7a03b57eea143e0e48b4b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Sep 3 08:26:26 2009 -0700 CAM - Check DA media on open, basic suppor for removable DA media (vs CD). * Install setdiskinfo on probe for DA if no media is present, similar to how the CD works. This allows open() to function. * Recheck media presence on open(). Reported-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de> Summary of changes: sys/bus/cam/scsi/scsi_da.c | 151 +++++++++++++++++++------------------------- 1 files changed, 66 insertions(+), 85 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f7b2699236ce160898a7a03b57eea143e0e48b4b -- DragonFly BSD source repository