Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2008 18:06:48 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hptrr hptrr_os_bsd.c hptrr_osm_bsd.c ldm.h osm.h
Message-ID:  <200803081806.m28I6m3K033883@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2008-03-08 18:06:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hptrr        hptrr_os_bsd.c hptrr_osm_bsd.c ldm.h 
                         osm.h 
  Log:
  Fix a mistake made during the import of the driver.  Previous versions of
  HPT drivers would sometimes test the value of a preprocessor definition but
  not always make sure that the definition existed in the first place, leading
  to warnings on newer compilers.  I blindly assumed the same with this driver,
  and it turned out to be wrong and to enable some code that doesn't work.
  
  Revision  Changes    Path
  1.4       +3 -3      src/sys/dev/hptrr/hptrr_os_bsd.c
  1.4       +2 -2      src/sys/dev/hptrr/hptrr_osm_bsd.c
  1.3       +1 -1      src/sys/dev/hptrr/ldm.h
  1.4       +1 -1      src/sys/dev/hptrr/osm.h



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