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

John Baldwin jhb at FreeBSD.org
Sat Jun 7 08:00:21 PDT 2003


jhb         2003/06/07 08:00:19 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  - Adjust the comment about re-routing PCI interrupts to be less
    ia64-specific.
  - When trying to re-route interrupts, don't change cfg->intline if the
    re-route fails by returning an invalid vector.  This fixes machines
    without any way of routing interrupts such as older PC's without a
    $PIR table.
  
  We do not currently write the new intline value back to the hardware, but
  we should.  That will likely be added in a later commit.
  
  Revision  Changes    Path
  1.217     +11 -7     src/sys/dev/pci/pci.c


More information about the cvs-src mailing list