cvs commit: src/sys/sparc64/creator creator_upa.c src/sys/dev/fb creator.c

Thomas Moestl tmm at FreeBSD.org
Sun Apr 4 05:52:23 PDT 2004


tmm         2004/04/04 05:52:22 PDT

  FreeBSD src repository

  Modified files:
    sys/sparc64/creator  creator_upa.c 
    sys/dev/fb           creator.c 
  Log:
  - Use an ihandle_t to store the stdout instance handle instead of a
    phandle_t. Since both are typedefed to unsigned int, this is more
    or less cosmetic.
  - Fix the code that determines whether a creator instance was used
    for firmware output (and should not be blanked on initialization).
    Since r1.2 of dev/fb/creator.c, this consisted comparing a handle of
    an instance of a package with a handle of the package itself.
    Use the test from r1.1, which utilizes OF_instance_to_package().
  
  Submitted by:   Marius Strobl <marius at alchemy.franken.de>
  
  Revision  Changes    Path
  1.4       +2 -2      src/sys/dev/fb/creator.c
  1.4       +1 -1      src/sys/sparc64/creator/creator_upa.c


More information about the cvs-src mailing list