Enable by default the DS1337 TOD clock.
authorpirofti <pirofti@openbsd.org>
Wed, 15 Jan 2014 10:36:10 +0000 (10:36 +0000)
committerpirofti <pirofti@openbsd.org>
Wed, 15 Jan 2014 10:36:10 +0000 (10:36 +0000)
sys/arch/octeon/conf/GENERIC
sys/arch/octeon/conf/files.octeon

index 1190252..267affd 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.11 2013/10/24 20:47:08 pirofti Exp $
+#      $OpenBSD: GENERIC,v 1.12 2014/01/15 10:36:10 pirofti Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -31,6 +31,8 @@ clock0                at mainbus0
 iobus0         at mainbus0
 uartbus0       at mainbus0
 
+octrtc0                at mainbus0
+
 octcf0         at iobus0
 octrng0                at iobus0
 
index b3809e0..b7a7f41 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: files.octeon,v 1.16 2013/11/04 14:07:16 deraadt Exp $
+#      $OpenBSD: files.octeon,v 1.17 2014/01/15 10:36:10 pirofti Exp $
 
 # Standard stanzas config(8) can't run without
 maxpartitions 16
@@ -48,6 +48,11 @@ attach       cpu at mainbus
 device clock
 attach clock at mainbus
 
+# TOD clock
+device octrtc
+attach octrtc at mainbus
+file   arch/octeon/dev/octrtc.c                        octrtc
+
 define iobus {[base = -1]}
 device iobus
 attach iobus at mainbus