Date: Sun, 6 Jun 1999 09:44:06 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c Message-ID: <199906061644.JAA33222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/06/06 09:44:06 PDT Modified files: sys/i386/isa if_wi.c Log: Small optimization: use wi_seek() in wi_read_record() and wi_write_record() instead of frobbing the buffer access path registers directly. Saves a few lines of duplicated code. Revision Changes Path 1.6 +9 -27 src/sys/i386/isa/if_wi.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?199906061644.JAA33222>