Date: Tue, 29 May 2007 14:35:57 +0000 (UTC) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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: <200705291435.l4TEZvBv063063@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?200705291435.l4TEZvBv063063>