Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2004 13:41:19 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci.c
Message-ID:  <200404092041.i39KfJ99041790@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004/04/09 13:41:19 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  Only print state change message for real state changes.  When we set a
  device in D0 to D0, that's a no-op, however the messages seem to be
  confusing some people.  Eventually, these messages will be parked
  behind a if (bootverbose).
  
  # I don't think this will fix any real bugs...
  
  Revision  Changes    Path
  1.239     +10 -6     src/sys/dev/pci/pci.c



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