]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the order that we look for free memory windows from 0 -> MAX-1
authorimp <imp@FreeBSD.org>
Sun, 8 Sep 2002 22:18:06 +0000 (22:18 +0000)
committerimp <imp@FreeBSD.org>
Sun, 8 Sep 2002 22:18:06 +0000 (22:18 +0000)
commit2ea68b67d43ee5c3c9196a9a0e870dd677aed689
treec81ed28cd23852cce6b01766295bb297a9a26759
parentb8afb5b84c985ed1b86b8ed69ed3a6c3d8d57168
Change the order that we look for free memory windows from 0 -> MAX-1
to MAX-1 -> 0.  This should allow for less potential for conflict
between pccardd/pccardc and drivers.  As far as I can tell no drivers
try to use window 4, so this should be a no-op for them.
sys/pccard/pccard.c