freebsd-dev/sys/dev/if_ndis
Tijl Coosemans 0e4e9e170c Use convenience functions where possible instead of accessing the PCI
configuration registers directly.

Remove pci_enable_io calls where they are redundant. The PCI bus driver
will set the right bits when the corresponding bus resource is activated.

Remove redundant pci_* function calls from suspend/resume methods. The
bus driver already saves and restores the PCI configuration.

Reviewed by:	jhb
Approved by:	kib (mentor)
2010-12-18 14:21:28 +00:00
..
if_ndis_pccard.c Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides being 2010-12-16 15:19:32 +00:00
if_ndis_pci.c Use convenience functions where possible instead of accessing the PCI 2010-12-18 14:21:28 +00:00
if_ndis_usb.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_ndis.c There is no reason to call rt_ifmsg(), remove it. 2010-10-19 19:11:36 +00:00
if_ndisvar.h s/usb2_/usb_/ on all typedefs for the USB stack. 2009-05-29 18:46:57 +00:00