cvs commit: src/sys/pci if_sis.c if_sisreg.h

Poul-Henning Kamp phk at FreeBSD.org
Wed Sep 3 00:40:06 PDT 2003


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


More information about the cvs-src mailing list