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

Hidetoshi Shimokawa simokawa at FreeBSD.org
Tue May 29 14:35:58 UTC 2007


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


More information about the cvs-all mailing list