diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-09 13:24:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-09 13:24:53 +0000 |
commit | a63159da0545fb0709d1166ca3caf9c3d097a754 (patch) | |
tree | 3952a67d4265c9870e8f6a071e011c151ae32a61 /sys/arch | |
parent | 6ac972721300ad9fbad20166c432fa41c1649f8e (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/GENERIC | 4 |
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? |