freebsd-dev/sys/dev/mxge
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
..
eth_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00
ethp_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00
if_mxge_var.h Bump mxge copyright. 2013-02-22 19:23:33 +00:00
if_mxge.c Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
mcp_gen_header.h
mxge_eth_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
mxge_ethp_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
mxge_mcp.h
mxge_rss_eth_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
mxge_rss_ethp_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
rss_eth_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00
rss_ethp_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00