DragonFly-2.3.1.298.g5d6c6 master sys/kern subr_disk.c

看板DFBSD_commit作者時間16年前 (2009/06/18 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AEMUZ00 (DFBSD_commit)