artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d5c33
)
typo
author
miod
<miod@openbsd.org>
Sun, 25 Aug 2024 19:57:33 +0000
(19:57 +0000)
committer
miod
<miod@openbsd.org>
Sun, 25 Aug 2024 19:57:33 +0000
(19:57 +0000)
sys/arch/alpha/tc/tc_3000_500.c
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/tc/tc_3000_500.c
b/sys/arch/alpha/tc/tc_3000_500.c
index
3a1e362
..
ac89a1d
100644
(file)
--- a/
sys/arch/alpha/tc/tc_3000_500.c
+++ b/
sys/arch/alpha/tc/tc_3000_500.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tc_3000_500.c,v 1.2
2 2024/08/25 14:51:33 deraadt
Exp $ */
+/* $OpenBSD: tc_3000_500.c,v 1.2
3 2024/08/25 19:57:33 miod
Exp $ */
/* $NetBSD: tc_3000_500.c,v 1.24 2001/07/27 00:25:21 thorpej Exp $ */
/*
@@
-333,7
+333,7
@@
tc_3000_500_activate(struct device *self, int act)
int slot;
int rv;
- switch (act)
+ switch (act)
{
case DVACT_POWERDOWN:
rv = config_activate_children(self, act);
/* Reset all slots to non-sgmap when halting. */