freebsd-dev/sys/dev/an
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
..
if_aironet_ieee.h
if_an_isa.c Use bus_*() rather than bus_space_*(). 2009-11-24 16:54:54 +00:00
if_an_pccard.c Use bus_*() rather than bus_space_*(). 2009-11-24 16:54:54 +00:00
if_an_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
if_an.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
if_anreg.h - For 350 chips, don't set various INTR bits in TX control word; turning INTR 2009-11-24 16:57:35 +00:00