看板 DFBSD_commit 關於我們 聯絡資訊
commit 5d6c6885540e8e6e870b3e6ea0a53cbe71a9c159 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Jun 17 14:01:47 2009 -0700 disk subsystem - Fixup dev->si_* fields for XXXs0, e.g. da0s0 The si_* fields for rawdev are not set until after the disk_create() call, so someone using the cooked version of the raw device (i.e. da0s0) will not get the right si_iosize_max unless we fix it up here. Summary of changes: sys/kern/subr_disk.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d6c6885540e8e6e870b3e6ea0a53cbe71a9c159 -- DragonFly BSD source repository