K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-28T02:15:31.000000Z K 7 svn:log V 455 Fix a bug in the uhci driver that breaks large bulk IN transfers. The uhci_check_intr() routine needs to be more careful about deciding when the end of a transfer has been detected. This allows me to remove the nasty workaround code from if_aue and if_cue. Receive performance is now much better for these adapters (500KB/sec vs. 350KB/sec). Also removed unused KUE_CUTOFF define from if_kuereg.h. Submitted by: Lennart Augustsson Reviewed by: n_hibma END