Date: Sun, 8 Sep 2002 15:18:06 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c Message-ID: <200209082218.g88MI6h6027259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/09/08 15:18:06 PDT Modified files: sys/pccard pccard.c Log: 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. Revision Changes Path 1.151 +4 -4 src/sys/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209082218.g88MI6h6027259>