aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNicolas Souchu <nsouch@FreeBSD.org>1998-11-08 18:35:53 +0000
committerNicolas Souchu <nsouch@FreeBSD.org>1998-11-08 18:35:53 +0000
commit7a8ecb9e6414e2b2043eb32cffa9bd4eda899f86 (patch)
treecc0538a74addd6fd9a0bcecfcac3aa71c26a4df0 /sys
parent1864a32626c7c3b6f55c90dacc97f0f010739858 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/clock_if.m4
-rw-r--r--sys/dev/dec/mcclock_if.m4
-rw-r--r--sys/dev/iicbus/iicbb_if.m4
-rw-r--r--sys/dev/iicbus/iicbus_if.m4
-rw-r--r--sys/dev/smbus/smbus_if.m4
-rw-r--r--sys/kern/device_if.m4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/alpha/alpha/clock_if.m b/sys/alpha/alpha/clock_if.m
index cc0d265aea67..75cb78fbf1e6 100644
--- a/sys/alpha/alpha/clock_if.m
+++ b/sys/alpha/alpha/clock_if.m
@@ -23,12 +23,12 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: clock_if.m,v 1.1 1998/06/14 13:52:33 dfr Exp $
#
#include <machine/clockvar.h>
-INTERFACE clock
+INTERFACE clock;
METHOD void init {
device_t dev;
diff --git a/sys/dev/dec/mcclock_if.m b/sys/dev/dec/mcclock_if.m
index 39a06baf5d48..79686237ed57 100644
--- a/sys/dev/dec/mcclock_if.m
+++ b/sys/dev/dec/mcclock_if.m
@@ -23,10 +23,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: mcclock_if.m,v 1.1 1998/06/14 13:52:55 dfr Exp $
#
-INTERFACE mcclock
+INTERFACE mcclock;
#
# Read an RTC register and return its value.
diff --git a/sys/dev/iicbus/iicbb_if.m b/sys/dev/iicbus/iicbb_if.m
index b5565b30c21f..bdf1108fac95 100644
--- a/sys/dev/iicbus/iicbb_if.m
+++ b/sys/dev/iicbus/iicbb_if.m
@@ -23,10 +23,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: iicbb_if.m,v 1.1 1998/10/31 11:31:07 nsouch Exp $
#
-INTERFACE iicbb
+INTERFACE iicbb;
#
# iicbus callback
diff --git a/sys/dev/iicbus/iicbus_if.m b/sys/dev/iicbus/iicbus_if.m
index edb75876a314..7e29333db495 100644
--- a/sys/dev/iicbus/iicbus_if.m
+++ b/sys/dev/iicbus/iicbus_if.m
@@ -23,10 +23,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: iicbus_if.m,v 1.1.1.1 1998/09/03 20:51:50 nsouch Exp $
+# $Id: iicbus_if.m,v 1.2 1998/10/31 11:31:07 nsouch Exp $
#
-INTERFACE iicbus
+INTERFACE iicbus;
#
# Interpret interrupt
diff --git a/sys/dev/smbus/smbus_if.m b/sys/dev/smbus/smbus_if.m
index 3692d6bed000..3e118811b5b0 100644
--- a/sys/dev/smbus/smbus_if.m
+++ b/sys/dev/smbus/smbus_if.m
@@ -23,10 +23,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: smbus_if.m,v 1.2 1998/10/31 11:39:54 nsouch Exp $
+# $Id: smbus_if.m,v 1.3 1998/11/07 14:56:04 nsouch Exp $
#
-INTERFACE smbus
+INTERFACE smbus;
#
# Interpret interrupt
diff --git a/sys/kern/device_if.m b/sys/kern/device_if.m
index 4ae1df86a0db..b86de7a8772e 100644
--- a/sys/kern/device_if.m
+++ b/sys/kern/device_if.m
@@ -23,10 +23,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: device_if.m,v 1.1 1998/06/14 13:53:10 dfr Exp $
#
-INTERFACE device
+INTERFACE device;
#
# Probe to see if the device is present. Return 0 if the device exists,