Page MenuHomeFreeBSD

Remove sparc64 stuff from usr.sbin
ClosedPublic

Authored by imp on Feb 9 2020, 6:57 PM.
Tags
None
Referenced Files
F163421137: D23593.id68020.diff
Thu, Jul 23, 1:52 AM
Unknown Object (File)
Mon, Jul 20, 10:53 AM
Unknown Object (File)
Tue, Jul 7, 11:53 AM
Unknown Object (File)
Sun, Jul 5, 1:44 AM
Unknown Object (File)
Sat, Jul 4, 6:26 PM
Unknown Object (File)
Fri, Jun 26, 4:24 AM
Unknown Object (File)
Thu, Jun 25, 9:28 AM
Unknown Object (File)
Jun 22 2026, 3:37 PM
Subscribers

Details

Summary

Note: this is multiple commits in one review since I don't modify a file I later delete

Remove sparc64 example.

Remove sparc64 ifdef

Now we default to setting the hardware clock to UTC
everywhere. sparc64 was the old odd-man out before.

Fix comment. It mentioned sparc64 specifically, but alignment issues are present elsewhere.

Fix a comment for the SUN geom class.

For valid arch values (really $MACHINE), remove references to alpha and sparc64. Add references to arm64 and riscv

Remove sparc64 specific eeprom command

This command was only ever for sparc64, so remove it. Remove
usr.sbin/Makeiile.sparc64 as well since it only references ofwdump
(cross platform) and eeprom.

Refresh architecture list with latest:

Remove: sparc, sparc64 (twice), ia64, alpha
Add: riscv64

Remove now-useless sparc64 ifdef

Remove ifdefs for ia64 and sparc64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
485–494 ↗(On Diff #68020)

Note: I plan on removing SUN label geom support in a separate pass through the tree.
There's other issues at play, and I think that this is subsumed already by gpart and I want to sort out that confusion first.

bcr added a subscriber: bcr.

OK for the manpage changes. The binmiscctl.8 also needs a .Dd bump (content change).

This revision is now accepted and ready to land.Feb 9 2020, 8:14 PM
This revision was automatically updated to reflect the committed changes.