Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2006 16:15:56 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h
Message-ID:  <200610091615.k99GFuPD054744@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmg         2006-10-09 16:15:56 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c pci_if.m pci_private.h pcivar.h 
    sys/dev/sk           if_sk.c if_skreg.h 
  Log:
  provide routines to access VPD data at the PCI layer...
  
  remove sk's own implementation, and use the new calls to get the data...
  
  Reviewed by:    -arch
  
  Revision  Changes    Path
  1.315     +339 -3    src/sys/dev/pci/pci.c
  1.9       +13 -0     src/sys/dev/pci/pci_if.m
  1.18      +4 -0      src/sys/dev/pci/pci_private.h
  1.71      +34 -0     src/sys/dev/pci/pcivar.h
  1.131     +7 -148    src/sys/dev/sk/if_sk.c
  1.39      +0 -31     src/sys/dev/sk/if_skreg.h



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