Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 10:57:06 -0700
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Hidetoshi Shimokawa <simokawa@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/boot/i386 Makefile src/sys/boot/i386/libfirewire Makefile dconsole.c firewire.c fwohci.c fwohci.h fwohcireg.h     src/sys/boot/i386/loader Makefile conf.c main.c
Message-ID:  <465C6972.5050907@FreeBSD.org>
In-Reply-To: <200705291435.l4TEZvBv063063@repoman.freebsd.org>
References:  <200705291435.l4TEZvBv063063@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Great! Thank you Shimokawa-san!

-Maxim

Hidetoshi Shimokawa wrote:
> simokawa    2007-05-29 14:35:57 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/boot/i386        Makefile 
>     sys/boot/i386/loader Makefile conf.c main.c 
>   Added files:
>     sys/boot/i386/libfirewire Makefile dconsole.c firewire.c 
>                               fwohci.c fwohci.h fwohcireg.h 
>   Log:
>   MFp4: add FireWire/dcons support in loader for i386/amd64.
>   
>   It is disabled by default. You need to put
>   LOADER_FIREWIRE_SUPPORT=yes in /etc/make.conf
>   and rebuild loader to enable it.
>   (cd /sys/boot/i386 && make clean && make && make install)
>   
>   You can find a short introduction of dcons at
>   http://wiki.freebsd.org/DebugWithDcons
>   
>   Revision  Changes    Path
>   1.21      +2 -1      src/sys/boot/i386/Makefile
>   1.1       +30 -0     src/sys/boot/i386/libfirewire/Makefile (new)
>   1.1       +127 -0    src/sys/boot/i386/libfirewire/dconsole.c (new)
>   1.1       +470 -0    src/sys/boot/i386/libfirewire/firewire.c (new)
>   1.1       +479 -0    src/sys/boot/i386/libfirewire/fwohci.c (new)
>   1.1       +162 -0    src/sys/boot/i386/libfirewire/fwohci.h (new)
>   1.1       +369 -0    src/sys/boot/i386/libfirewire/fwohcireg.h (new)
>   1.85      +8 -2      src/sys/boot/i386/loader/Makefile
>   1.26      +13 -0     src/sys/boot/i386/loader/conf.c
>   1.40      +1 -1      src/sys/boot/i386/loader/main.c
> 
> 




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