Catch up various powerpc64 kernel conf things to amd64.
Details
- ipsec show up in sysctl tree, no functional testing done.
- cryptosoft loads. kldload cryptodev and then ran cryptocheck
- racct is loaded and disabled
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/powerpc/conf/GENERIC64 | ||
---|---|---|
44 ↗ | (On Diff #49006) | TCP_OFFLOAD only alters cxgb and cxgbe, the later taking effect when loading cxgbei. I can't boot with cxgbe for unrelated reason to this change. |
246 ↗ | (On Diff #49006) | I can't currently boot with my netmap capable NIC for unrelated reasons to these changes. |
Overall I like the idea, but why include things that are likely never to be used? GENERIC* should be getting smaller, not larger, with devmap taking a chunk of the responsibilities.
sys/powerpc/conf/GENERIC64 | ||
---|---|---|
145 ↗ | (On Diff #49010) | What's the point of including these devices in GENERIC64? |
150 ↗ | (On Diff #49010) | This, too? |
Addressed the two inlines but the overall intent here is to not think about this and follow amd64 GENERIC. When they reduce due to devmatch, we replay the change.
The only real delta now is ixl(4) which I think blows up gcc and mpr(4) which we need but has endian or other issues.
sys/powerpc/conf/GENERIC64 | ||
---|---|---|
145 ↗ | (On Diff #49010) | I don't think this is probe-able. A SAS tape library would be a modern use. |
150 ↗ | (On Diff #49010) | This is standard fare on servers |
sys/powerpc/conf/GENERIC64 | ||
---|---|---|
150 ↗ | (On Diff #49010) | It's so ubiquitous we see it on lots of (admittedly x86) ahci attachments: |