Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 1999 14:38:34 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/include resource.h src/sys/alpha/pci pcibus.c src/sys/i386/include resource.h src/sys/pci pci.c pci_compat.c pcisupport.c pcivar.h
Message-ID:  <199910142138.OAA65056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         1999/10/14 14:38:34 PDT

  Modified files:
    sys/alpha/include    resource.h 
    sys/alpha/pci        pcibus.c 
    sys/i386/include     resource.h 
    sys/pci              pci.c pci_compat.c pcisupport.c pcivar.h 
  Log:
  * Implement bus_set/get/delete_resource for pci.
  * Change the hack used on the alpha for mapping devices into DENSE or
    BWX memory spaces to a simpler one. Its still a hack and should be
    a seperate api to explicitly map the resource.
  * Add $FreeBSD$ as necessary.
  
  Revision  Changes    Path
  1.4       +1 -3      src/sys/alpha/include/resource.h
  1.19      +7 -16     src/sys/alpha/pci/pcibus.c
  1.3       +1 -2      src/sys/i386/include/resource.h
  1.122     +142 -257  src/sys/pci/pci.c
  1.33      +5 -5      src/sys/pci/pci_compat.c
  1.129     +5 -8      src/sys/pci/pcisupport.c
  1.36      +8 -24     src/sys/pci/pcivar.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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