Re: git: disk/fd - fix panics
This (probably) breaks boot up on my VMWare DragonFly. I get the panic:
"panic: device_busy: called for unattached device"
Backtrace is,
panic
device_busy (4 times)
fdstrategy
dev_dstrategy
diskstrategy
dev_dstrategy
diskstrategy
dev_dstrategy
mbrinit
disk_probe
What do you suggest?
Sincerely,
Alex Hornung
2009/8/17 Matthew Dillon <dillon@crater.dragonflybsd.org>:
>
> commit 7ba1363dc2de5d5270486f696e0444e69cd2bf99
> Author: Matthew Dillon <dillon@apollo.backplane.com>
> Date: =A0 Sun Aug 16 11:18:17 2009 -0700
>
> =A0 =A0disk/fd - fix panics
>
> =A0 =A0* Call disk_setdiskinfo() on startup.
>
> =A0 =A0* Adjust kernel to not panic if a disk device is opened before
> =A0 =A0 =A0disk_setdiskinfo() has been called.
>
> Summary of changes:
> =A0sys/dev/disk/fd/fd.c | =A0 17 ++++++++++++++++-
> =A0sys/kern/subr_disk.c | =A0 =A07 ++++++-
> =A02 files changed, 22 insertions(+), 2 deletions(-)
>
> http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ba1363dc2de5d527=
0486f696e0444e69cd2bf99
>
>
> --
> DragonFly BSD source repository
>
討論串 (同標題文章)
完整討論串 (本文為第 2 之 5 篇):