Date: Tue, 18 Feb 2003 13:24:00 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c Message-ID: <200302182124.h1ILO0hC023184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/02/18 13:24:00 PST Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c Log: Move the resource handling down into the pci bus as well. Minor CIS resource allocation code cleanup Remove some fairly useless debug writes. This finishes the work to move as much cardbus code as possible into pci. We wind up removing 800-odd lines from cardbus.c: we go from 1285 to 400 lines. Reviewed by: mdodd Revision Changes Path 1.38 +10 -320 src/sys/dev/cardbus/cardbus.c 1.34 +39 -90 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302182124.h1ILO0hC023184>