On Fri, 27 Sep 2013 05:57:01 -0600 Scott Long <sco...@samsco.org> wrote:
> > On Sep 27, 2013, at 5:52 AM, Sergey V. Dyatko > <sergey.dya...@gmail.com> wrote: > > >>> > >>> yes, these messages disappeared after revert 255870 and r255871 > >>> > >> > >> > >> Hi, > >> > >> Nothing that I changes should have affected the ahci driver. In > >> fact, I tested this driver specifically during my development. Can > >> you confirm that you built both kernel and modules from a clean > >> state? > > > > [tiger@laptop]:/usr/src%svn st > > M sys/boot/i386/zfsboot/zfsboot.c > > [tiger@laptop]:/usr/src%svn diff > > Index: sys/boot/i386/zfsboot/zfsboot.c > > =================================================================== > > --- sys/boot/i386/zfsboot/zfsboot.c (revision 255873) > > +++ sys/boot/i386/zfsboot/zfsboot.c (working copy) > > @@ -302,6 +302,7 @@ > > * region in the SMAP, use the last 3MB of 'extended' memory as > > a > > * high heap candidate. > > */ > > + high_heap_size = 0; > > if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { > > high_heap_size = HEAP_MIN; > > high_heap_base = bios_extmem + 0x100000 - HEAP_MIN; > > [tiger@laptop]:/usr/src% > > > > nothing more. > > > > Yes, no local source changes, but are you loading the cam or ahci > drivers a loadable modules that might be out of sync now, or did you > use a short- cut for building your kernel, like NO_CLEAN? > my KERNCONF located here: http://svn.freebsd.by/files/b450.txt my update procedure was: # pwd /usr/src # svn up Updating '.': ...... Updated to revision r255873. # make -j2 buildworld # make kernel # mergemaster -p # make installworld # mergemaster -iF # shutdown -r now after revert (svn merge -c -255871; svn merge -c -255870) I do # make -j2 buildkernel KERNFAST=1 installkernel & shutdown -r > Thanks, > Scott > -- wbr, tiger _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"