summaryrefslogtreecommitdiff
path: root/distrib/sets
diff options
context:
space:
mode:
authorScott Soule Cheloha <cheloha@cvs.openbsd.org>2023-04-28 18:27:56 +0000
committerScott Soule Cheloha <cheloha@cvs.openbsd.org>2023-04-28 18:27:56 +0000
commit3d6435e61b594a3d2e92b48d9a1f6be72d8ef3eb (patch)
tree5240bcd19aa4b1c44c8f49c7dff5fd895cea97ad /distrib/sets
parent8b203e2fe75000fba88fd6dd1bb675f7769b781e (diff)
timer(4/sparc64): remove driver
The timer(4/sparc64) driver was effectively disabled during the previous release. Nobody has come forward asking for it to be adapted to work with the new clockintr framework, so it's time to remove the driver from the tree. As of today, if you want to run OpenBSD on SPARC v9 hardware, that hardware needs to sport either %tick and %tick_compare (%asr23), or %stick (%asr24) and %stick_compare (%asr25). All Sun/Oracle SPARC v9 hardware meets these conditions, from the UltraSPARC I onward. Most HAL/Fujitsu SPARC v9 hardware meets these conditions, from the SPARC64 III onward. The only HAL/Fujitsu hardware that might not have %tick_compare are the HAL SPARC64 I and SPARC64 II, for which I can find no documentation. However, those processors are currently unsupported by OpenBSD for other reasons, so their support status is unchanged by the removal of this driver. With help from miod@. Link: https://marc.info/?l=openbsd-tech&m=167898759928206&w=2 "after unlock" deraadt@, ok mlarkin@ miod@
Diffstat (limited to 'distrib/sets')
-rw-r--r--distrib/sets/lists/man/mi1
1 files changed, 0 insertions, 1 deletions
diff --git a/distrib/sets/lists/man/mi b/distrib/sets/lists/man/mi
index 7129e538ad3..3b2a0d1d1e9 100644
--- a/distrib/sets/lists/man/mi
+++ b/distrib/sets/lists/man/mi
@@ -1986,7 +1986,6 @@
./usr/share/man/man4/sparc64/spif.4
./usr/share/man/man4/sparc64/ssm.4
./usr/share/man/man4/sparc64/tda.4
-./usr/share/man/man4/sparc64/timer.4
./usr/share/man/man4/sparc64/tvtwo.4
./usr/share/man/man4/sparc64/upa.4
./usr/share/man/man4/sparc64/uperf.4