Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2009 02:59:41 +0400
From:      Lev Serebryakov <lev@serebryakov.spb.ru>
To:        freebsd-geom@freebsd.org
Subject:   Difference between FreeBSD-7 and FreeBSD-8 in tasting?
Message-ID:  <1226785293.20090818025941@serebryakov.spb.ru>

next in thread | raw e-mail | index | archive | help
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_kthre=
ad_add().

 What are other differences in GEOM between 7 and 8?

--=20
// Black Lion AKA Lev Serebryakov <lev@serebryakov.spb.ru>




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