Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 00:40:04 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_sis.c if_sisreg.h
Message-ID:  <200309030740.h837e4qS056204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/09/03 00:40:04 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_sis.c if_sisreg.h 
  Log:
  Examine and record the Silicon Revision Register on NS parts.
  
  We can't update the device description in attach (why not ?), so
  we device_print() what we find.
  
  Conditionalize the short cable fix on this being older than rev 16A.
  
  Call device_printf() when we apply short cable fix.
  
  Include interrupt hold-off setting for rev 16+ under "#ifdef notyet"
  
  The device_printf()'s will go under bootverbose once the various
  issues have settled a bit.
  
  Revision  Changes    Path
  1.83      +27 -2     src/sys/pci/if_sis.c
  1.23      +11 -1     src/sys/pci/if_sisreg.h



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