On Mon, Oct 04, 2010 at 09:54:18PM +0200, Hans Petter Selasky wrote: > > > Personally I'd like to nuke the use of interrupt endpoint here but > > want to hear Han's opinion before doing that. > > If no data is ever transmitted except zero length packets, you can just nuke > it. >
Controller always transfers meaningful 8 bytes data(about 1000times/sec) but interrupt callback didn't read it. Even if we can read that data, there is no use for that as link state changes are already handled by mii callback. It seems Linux wants to use that to show link UP/DOWN message though. > Rest of patch looks Ok. > Ok, thanks. > --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
