opnsense-src/sys/dev/wi
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_wavelan_ieee.h Revert last junk... 2009-05-20 22:28:55 +00:00
if_wi.c Use the streaming functions for reading/writing the BAP fields on wi(4). This 2013-07-29 05:39:20 +00:00
if_wi_macio.c Add the macio attachment for wi(4). Partially obtained from NetBSD. 2013-07-31 01:13:29 +00:00
if_wi_pccard.c Remove opt_wi.h 2008-08-27 05:39:44 +00:00
if_wi_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_wireg.h Overhaul monitor mode handling: 2009-05-20 20:00:40 +00:00
if_wivar.h strict kobj sigs: fix assortment of device_detach and device_shutdown impls 2009-06-11 17:14:28 +00:00