cvs commit: src/sys/dev/pci pci.c

Warner Losh imp at FreeBSD.org
Tue Apr 15 12:38:19 PDT 2003


imp         2003/04/15 12:38:18 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  When the driver allocates memory or I/O ports, enable that bit in the
  command config register.  At the present, this represents a nop
  because these bits should have been set earlier in the process.  In
  the future, we'll only set these bits when the driver requests the
  resource, not when the bus code detects the resource.
  
  Reviewed by: mdodd
  
  Revision  Changes    Path
  1.213     +26 -14    src/sys/dev/pci/pci.c


More information about the cvs-src mailing list