summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/tc')
-rw-r--r--sys/alpha/tc/esp.c3
-rw-r--r--sys/alpha/tc/if_le_ioasic.c3
-rw-r--r--sys/alpha/tc/ioasic.c3
-rw-r--r--sys/alpha/tc/mcclock_ioasic.c3
-rw-r--r--sys/alpha/tc/tc.c3
-rw-r--r--sys/alpha/tc/tcasic.c3
-rw-r--r--sys/alpha/tc/tcds.c3
7 files changed, 7 insertions, 14 deletions
diff --git a/sys/alpha/tc/esp.c b/sys/alpha/tc/esp.c
index 1a860c2..336e0fb 100644
--- a/sys/alpha/tc/esp.c
+++ b/sys/alpha/tc/esp.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: esp.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */
/* $NetBSD: esp.c,v 1.8.4.2 1996/09/10 17:28:16 cgd Exp $ */
/*
@@ -107,7 +107,6 @@ static device_method_t esp_methods[] = {
static driver_t esp_driver = {
"esp",
esp_methods,
- DRIVER_TYPE_BIO,
sizeof(struct esp_softc),
};
diff --git a/sys/alpha/tc/if_le_ioasic.c b/sys/alpha/tc/if_le_ioasic.c
index fe3eacc..d672e77 100644
--- a/sys/alpha/tc/if_le_ioasic.c
+++ b/sys/alpha/tc/if_le_ioasic.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: if_le_ioasic.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */
/* $NetBSD: if_le_ioasic.c,v 1.10 1998/01/19 02:49:48 thorpej Exp $ */
/*
@@ -79,7 +79,6 @@ static device_method_t le_ioasic_methods[] = {
static driver_t le_ioasic_driver = {
"le",
le_ioasic_methods,
- DRIVER_TYPE_NET,
sizeof(struct le_softc),
};
diff --git a/sys/alpha/tc/ioasic.c b/sys/alpha/tc/ioasic.c
index 5c862a9..175f2b8 100644
--- a/sys/alpha/tc/ioasic.c
+++ b/sys/alpha/tc/ioasic.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: ioasic.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */
/* from $NetBSD: ioasic.c,v 1.19 1998/05/27 00:18:13 thorpej Exp $ */
/*-
@@ -117,7 +117,6 @@ static device_method_t ioasic_methods[] = {
static driver_t ioasic_driver = {
"ioasic",
ioasic_methods,
- DRIVER_TYPE_MISC,
sizeof(struct ioasic_softc),
};
diff --git a/sys/alpha/tc/mcclock_ioasic.c b/sys/alpha/tc/mcclock_ioasic.c
index 2dee0c0..813d60d 100644
--- a/sys/alpha/tc/mcclock_ioasic.c
+++ b/sys/alpha/tc/mcclock_ioasic.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: mcclock_ioasic.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */
/* $NetBSD: mcclock_ioasic.c,v 1.8 1997/09/02 13:20:14 thorpej Exp $ */
/*
@@ -90,7 +90,6 @@ static device_method_t mcclock_ioasic_methods[] = {
static driver_t mcclock_ioasic_driver = {
"mcclock",
mcclock_ioasic_methods,
- DRIVER_TYPE_MISC,
sizeof(struct mcclock_ioasic_softc),
};
diff --git a/sys/alpha/tc/tc.c b/sys/alpha/tc/tc.c
index dd99f14..3c6169d 100644
--- a/sys/alpha/tc/tc.c
+++ b/sys/alpha/tc/tc.c
@@ -1,4 +1,4 @@
-/* $Id: tc.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */
+/* $Id: tc.c,v 1.2 1999/04/16 21:21:40 peter Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
@@ -88,7 +88,6 @@ static device_method_t tc_methods[] = {
static driver_t tc_driver = {
"tc",
tc_methods,
- DRIVER_TYPE_MISC,
sizeof(struct tc_softc),
};
diff --git a/sys/alpha/tc/tcasic.c b/sys/alpha/tc/tcasic.c
index eeb6953..b06db14 100644
--- a/sys/alpha/tc/tcasic.c
+++ b/sys/alpha/tc/tcasic.c
@@ -1,4 +1,4 @@
-/* $Id: tcasic.c,v 1.1 1998/08/20 08:27:11 dfr Exp $ */
+/* $Id: tcasic.c,v 1.2 1999/04/16 21:21:41 peter Exp $ */
/* from $NetBSD: tcasic.c,v 1.23 1998/05/14 00:01:31 thorpej Exp $ */
/*
@@ -69,7 +69,6 @@ static device_method_t tcasic_methods[] = {
static driver_t tcasic_driver = {
"tcasic",
tcasic_methods,
- DRIVER_TYPE_MISC,
sizeof(struct tcasic_softc),
};
diff --git a/sys/alpha/tc/tcds.c b/sys/alpha/tc/tcds.c
index 37a3da9..1229c7e 100644
--- a/sys/alpha/tc/tcds.c
+++ b/sys/alpha/tc/tcds.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: tcds.c,v 1.1 1998/08/20 08:27:11 dfr Exp $ */
/* from $NetBSD: tcds.c,v 1.25 1998/05/26 23:43:05 thorpej Exp $ */
/*-
@@ -123,7 +123,6 @@ static device_method_t tcds_methods[] = {
static driver_t tcds_driver = {
"tcds",
tcds_methods,
- DRIVER_TYPE_MISC,
sizeof(struct tcds_softc),
};
OpenPOWER on IntegriCloud