Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Added the clockctl device



details:   https://anonhg.NetBSD.org/src/rev/a56bf6b6801d
branches:  trunk
changeset: 515062:a56bf6b6801d
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Sep 16 07:20:29 2001 +0000

description:
Added the clockctl device

diffstat:

 sys/dev/DEVNAMES |  3 ++-
 sys/sys/conf.h   |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 82309c43f8d6 -r a56bf6b6801d sys/dev/DEVNAMES
--- a/sys/dev/DEVNAMES  Sun Sep 16 07:14:15 2001 +0000
+++ b/sys/dev/DEVNAMES  Sun Sep 16 07:20:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DEVNAMES,v 1.73 2001/09/10 23:49:21 bjh21 Exp $
+#      $NetBSD: DEVNAMES,v 1.74 2001/09/16 07:20:29 manu Exp $
 #
 # This file contains all used device names and defined attributes in 
 # alphabetical order. New devices added to the system somewhere should first 
@@ -178,6 +178,7 @@
 clock                  sun2
 clock                  sun3
 clock                  x68k
+clockctl               MI
 cmi                    vax
 cmpci                  MI
 cnw                    MI              
diff -r 82309c43f8d6 -r a56bf6b6801d sys/sys/conf.h
--- a/sys/sys/conf.h    Sun Sep 16 07:14:15 2001 +0000
+++ b/sys/sys/conf.h    Sun Sep 16 07:20:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.90 2001/09/13 21:59:21 thorpej Exp $        */
+/*     $NetBSD: conf.h,v 1.91 2001/09/16 07:21:08 manu Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -361,6 +361,7 @@
 #define        cdev_sysmon_init(c,n)   cdev__oci_init(c,n)
 #define        cdev_openfirm_init(c,n) cdev__oci_init(c,n)
 #define        cdev_openprom_init(c,n) cdev__oci_init(c,n)
+#define        cdev_clockctl_init(c,n) cdev__oci_init(c,n)
 
 /* open, close, read, ioctl, poll */
 #define        cdev_usb_init(c,n)      cdev__ocrip_init(c,n)



Home | Main Index | Thread Index | Old Index