summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-03-09 13:24:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-03-09 13:24:53 +0000
commita63159da0545fb0709d1166ca3caf9c3d097a754 (patch)
tree3952a67d4265c9870e8f6a071e011c151ae32a61 /sys/arch
parent6ac972721300ad9fbad20166c432fa41c1649f8e (diff)
Allow clock to attach to any fhc?, not just fhc0. There might be backup
clocks on other boards that we want to use if the one on fhc0 failed. tested by miod@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 49e8f176c81..513af49d34a 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.195 2008/02/24 21:49:37 uwe Exp $
+# $OpenBSD: GENERIC,v 1.196 2008/03/09 13:24:52 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -280,7 +280,7 @@ wsdisplay* at pcons?
clock* at sbus?
clock* at ebus?
rtc* at ebus?
-clock0 at fhc0
+clock0 at fhc?
clkbrd* at fhc?
#environ* at fhc?