]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Small optimization: use wi_seek() in wi_read_record() and wi_write_record()
authorBill Paul <wpaul@FreeBSD.org>
Sun, 6 Jun 1999 16:44:04 +0000 (16:44 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Sun, 6 Jun 1999 16:44:04 +0000 (16:44 +0000)
commit32af3bf2156ff41cdda2325134407d16cb561511
tree5a281e6d5b8fb1c03d342b6df596f7b9a3aff0d1
parent5ae2733874fbfd4d728e8e3b8584656593010f8e
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.
sys/dev/wi/if_wi.c
sys/i386/isa/if_wi.c