User Details
- User Since
- May 12 2021, 4:12 PM (182 w, 2 d)
Jun 14 2021
Jun 1 2021
Cool. Thanks for working on it. Obviously this is an "emulation" way of implementing splice(2) and not the real thing, but I like this. Do you happen to know which software requires the splice(2) call for its correct operation?
May 30 2021
Tested. It works and is good to go. Intel 7260.
One nit: we have files from iwmbt-firmware located @ /usr/local/share/iwmbt-firmware/
and this present utility looks in /usr/share/firmware/intel.
Maybe we could make it look sequentially in one, then the other. ?
/* * Every command has its associated event: data must match * what is recorded in the firmware file. Perform that check * now. * * Some commands are mapped to more than one event sequence, * in that case we can drop the non-patch commands, as we * probably don't need them for operation of the card. * */
May 25 2021
Ah yes I forgot. There's a second point of failure in our current ptrace. Currently all signals emit an event for ptrace to consume, which is not the behaviour on Linux, where all signals emit a signal except SIGKILL which behaves normally.
From the man page:
May 23 2021
Give us the output of 'pciconf -lv' please.