freebsd-dev/sys/dev/mpt
Scott Long c68534f1d5 Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
command register.  The lazy BAR allocation code in FreeBSD sometimes
disables this bit when it detects a range conflict, and will re-enable
it on demand when a driver allocates the BAR.  Thus, the bit is no longer
a reliable indication of capability, and should not be checked.  This
results in the elimination of a lot of code from drivers, and also gives
the opportunity to simplify a lot of drivers to use a helper API to set
the busmaster enable bit.

This changes fixes some recent reports of disk controllers and their
associated drives/enclosures disappearing during boot.

Submitted by:	jhb
Reviewed by:	jfv, marius, achadd, achim
MFC after:	1 day
2013-08-12 23:30:01 +00:00
..
mpilib Consistently update to the MPI header set version 01.05.20 after r224761. 2012-03-24 16:23:21 +00:00
mpt_cam.c Flag mpt(4) as supporting unmapped I/O; all necessary conversion actually 2013-06-24 21:27:15 +00:00
mpt_cam.h
mpt_debug.c After r241858, remove the remainder of FreeBSD ~4 support from mpt(4). 2012-10-22 10:42:59 +00:00
mpt_pci.c Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
mpt_raid.c Explicitly use a pair of parentheses to ensure correct evaluation 2013-05-31 17:27:44 +00:00
mpt_raid.h - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using 2011-07-29 18:38:31 +00:00
mpt_reg.h Flesh out support for SAS1078 and SAS1078DE (which are said to actually 2012-02-11 12:03:44 +00:00
mpt_user.c Explicitly use a pair of parentheses to ensure correct evaluation 2013-05-31 17:27:44 +00:00
mpt.c After r241858, remove the remainder of FreeBSD ~4 support from mpt(4). 2012-10-22 10:42:59 +00:00
mpt.h Remove support for using Giant for locking within mpt(4). Finer grained 2012-10-22 10:53:59 +00:00