Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 2004 05:52:22 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/creator creator_upa.c src/sys/dev/fb creator.c
Message-ID:  <200404041252.i34CqMYR004641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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