User Details
- User Since
- May 16 2014, 7:29 PM (549 w, 1 d)
Thu, Nov 14
Wed, Nov 13
Tue, Nov 5
Apr 11 2024
Apr 5 2024
Committed by @stevek in 3bbe8ed1a7 (D44535)
Apr 4 2024
Apr 2 2024
Mar 27 2024
Mar 26 2024
Mar 25 2024
Mar 13 2024
Mar 11 2024
Mar 7 2024
Mar 1 2024
I'll MFC it in the next couple weeks, so it'll be in 14.1.
Feb 29 2024
Feb 21 2024
This means the function now uses more than 1kB stack space. We should be careful bumping it again in the future. It's called early enough that stack space shouldn't be an issue, but something to keep in mind, definitely.
Jan 23 2024
Jan 22 2024
Addressed by D43359
Jan 19 2024
Does psim even still work?
Looks fine to me.
I like the approach of the RF_LITTLEENDIAN, but fsl_sata hangs off simple-bus, not the lbc, so it's stuck with manually setting the bus tag. I can test the lbc changes later.
Looks fine. I have no way to test, though.
Jan 18 2024
Jan 6 2024
Dec 23 2023
Dec 19 2023
I don't disagree with the change, but I'm not sure it's needed. We could simply remove cryptodev from the Book-E kernels; I think it was added for the sec device in MPC85XX (MPC85XXSPE and QORIQ64 are copied from that), but I don't even know how complete the sec driver really is, and it's definitely *not* supported on QORIQ64 (DPAA-based SEC driver is missing, and I have no hardware with it to develop).
Looks right to me.
Dec 17 2023
Dec 11 2023
I love the smell of deleted cruft.
Dec 10 2023
Dec 9 2023
Address @kp's feedback.
Dec 8 2023
Dec 4 2023
Nov 14 2023
Nov 9 2023
Nov 3 2023
There's no "netstack" module in the FreeBSD kernel. I think a DECLARE_MODULE needs added, probably to sys/net/if.c, before this works.
Oct 23 2023
Oct 18 2023
Oct 13 2023
Committed as c81dd8e5f.
Oct 12 2023
Address further comments from @zlei.
Address @zlei's feedback and make an IfAPI.
Oct 10 2023
Oct 9 2023
Oct 4 2023
Sep 30 2023
Sep 19 2023
Sep 17 2023
Sep 15 2023
Closed by 2a3716432d
Sep 14 2023
Sep 13 2023
Sep 12 2023
As long as it doesn't require VSX (able to run on PowerMac G5), I think it's good.
Sep 7 2023
Sep 2 2023
Aug 31 2023
Overall this looks good, just the one comment on SPE. Can you also test with powerpc64 BE to avoid surprises?