cvs commit: src/sys/alpha/pci pcibus.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Aug 29 12:07:14 PDT 2004


marcel      2004-08-29 19:07:14 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/pci        pcibus.c 
  Log:
  In alpha_pci_alloc_resource(), when allocating a memory resource,
  do not set the virtual address to the bus address when the bus
  doesn't have either of the PCI_RF_DENSE or PCI_RF_BWX flags set.
  The TGA driver uses the virtual address to access the registers,
  which on some machines can cause a memory management fault.  Map
  the bus address as K0SEG virtual memory instead. Note that with
  some hardware combinations involving the TGA2 adapter this change
  merely results that the memory management fault is replaced by a
  machine check.
  
  Revision  Changes    Path
  1.35      +1 -1      src/sys/alpha/pci/pcibus.c


More information about the cvs-src mailing list