Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2009 23:59:02 +0200
From:      Ulf Lilleengen <lulf@freebsd.org>
To:        Lev Serebryakov <lev@serebryakov.spb.ru>
Cc:        freebsd-geom@freebsd.org
Subject:   Re: Difference between FreeBSD-7 and FreeBSD-8 in tasting?
Message-ID:  <4A8C75A6.30401@freebsd.org>
In-Reply-To: <1226785293.20090818025941@serebryakov.spb.ru>
References:  <1226785293.20090818025941@serebryakov.spb.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Lev Serebryakov wrote:
> Hello, Freebsd-geom.
>
>   I'm porting geom_raid5 to FreeBSD8, and have strange problem: when
> module is loaded after system start (with kldload) it tastes its
> consumers (configured early) and creates array.
>
>   When it is loaded on boot time (with /boot/loader.conf), it doesn't
> see array components at all, as if taste is not called...
>
>   It works on FreeBSD7 flawless in both cases...
>
>   I've changed only two things:
>     (1) allow root_mount_hold() tocken to be NULL
>     (2) change working thread creation from kthread_create() to kproc_kthread_add().
>
>  What are other differences in GEOM between 7 and 8?
>
>   
Just to mention: http://svn.freebsd.org/base/projects/geom_raid5/

In case you want a repo to submit patches against for people to test. I 
started to review it a while ago, but got bored too soon :) Nice to see 
someone works on getting this into the tree.

-- 
Ulf Lilleengen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A8C75A6.30401>