Date: Tue, 16 Oct 2001 22:33:52 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c Message-ID: <200110170533.f9H5Xq995562@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/10/16 22:33:52 PDT Modified files: sys/pccard pcic_pci.c Log: Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4 since that's always true for this loop. Revision Changes Path 1.103 +1 -1 src/sys/pccard/pcic_pci.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?200110170533.f9H5Xq995562>