Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2009 18:23:48 +0000 (UTC)
From:      Robert Noland <rnoland@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/pci pci.c
Message-ID:  <200903041823.n24INtsD043594@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rnoland     2009-03-04 18:23:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  SVN rev 189367 on 2009-03-04 18:23:48Z by rnoland
  
  Extend the management of PCIM_CMD_INTxDIS.
  
  We now explicitly enable INTx during bus_setup_intr() if it is needed.
  Several of the ata drivers were managing this bit internally.  This is
  better handled in pci and it should work for all drivers now.
  
  We also mask INTx during bus_teardown_intr() by setting this bit.
  
  Reviewed by:    jhb
  MFC after:      3 days
  
  Revision  Changes    Path
  1.372     +35 -18    src/sys/dev/pci/pci.c



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