On 12/18/10, Tijl Coosemans <t...@freebsd.org> wrote:
> Author: tijl
> Date: Sat Dec 18 14:21:28 2010
> New Revision: 216518
> URL: http://svn.freebsd.org/changeset/base/216518
>
> Log:
>   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)

Please revert change to if_ndis regarding introduction of pci_get_subvendor().

You compare 16bit value with 32bit value - this will always fail.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to