cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

Maxim Sobolev sobomax at FreeBSD.org
Fri Sep 19 11:00:30 UTC 2008


sobomax     2008-09-19 11:00:14 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/ofw/libofw  Makefile ofw_console.c 
  Log:
  SVN rev 183181 on 2008-09-19 11:00:14Z by sobomax
  
  On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unless
  they point to the very same device. This should make loader usable on
  some (all?) PowerMacs, where "/chosen/stdout" is disconneted from the
  "screen" by the OF init process by default, except when user actually
  has requested interaction with OF by holding ALT-CMD-O-F. Along with
  rev 183168 this should provide a way to build bootable FreeBSD/ppc
  installation or live CD that works OOB. Also, it should bring PowerMac
  experience closer to that on other arches.
  
  MFC after:      1 week
                  (assiming re@ blessing)
  
  Revision  Changes    Path
  1.12      +1 -1      src/sys/boot/ofw/libofw/Makefile
  1.14      +29 -0     src/sys/boot/ofw/libofw/ofw_console.c


More information about the cvs-src mailing list