]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r260058
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Apr 2014 22:01:02 +0000 (22:01 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Apr 2014 22:01:02 +0000 (22:01 +0000)
commit59f388d5b82fa57a97df3fced4039cd162d24762
tree9fe278bbc066795fe881d1d2205fde384b705478
parent34ec8f43f626c2aa531b20ff38f962cc6564c408
MFC: r260058

- Remove a redundant variable in mpt_pci_attach().
- #if 0 the currently unused paired port linking and unlinking of dual
  adapters.
- Simplify MSI/MSI-X allocation and release. For a single one, we don't need
  to fiddle with the MSI/MSI-X count and pci_release_msi(9) is smart enough
  to just do nothing in case of INTx.
- Canonicalize actions taken on attach failure and detach.
- Remove the remainder of incomplete support for older FreeBSD versions.

git-svn-id: svn://svn.freebsd.org/base/stable/10@264949 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/mpt/mpt.h
sys/dev/mpt/mpt_cam.c
sys/dev/mpt/mpt_pci.c
sys/dev/mpt/mpt_raid.c