]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When freeing all the resources of the card, it is better to turn off
authorimp <imp@FreeBSD.org>
Tue, 10 Mar 2009 12:10:50 +0000 (12:10 +0000)
committerimp <imp@FreeBSD.org>
Tue, 10 Mar 2009 12:10:50 +0000 (12:10 +0000)
commit883949a1244b1241e1b2f6b7ddafec55fac138bc
tree76f33fa3a87a957122e2830935c7da7be349d14d
parent40428b7066791309c08329cc6cf68ac5491dd8a3
When freeing all the resources of the card, it is better to turn off
the PORTEN and MEMEN bits in the command register than to zero the
bars.

Use pci_write_ivar directly instead of a one-line wrapper that adds no
value.

Track verbosity changes in pci.

Remove a stray blank line.
sys/dev/cardbus/cardbus.c