summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tlsb/mcclock_tlsb.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-03-18 07:46:34 +0000
committermjacob <mjacob@FreeBSD.org>2000-03-18 07:46:34 +0000
commitd9802b7c62e01b2bd49059a9d5703bef193f0587 (patch)
treedd0f03b19b4f33e197edc21e106e6a487d183aac /sys/alpha/tlsb/mcclock_tlsb.c
parenta3bf492b1aa95643adf24e1b4d9fe8756a98a093 (diff)
downloadFreeBSD-src-d9802b7c62e01b2bd49059a9d5703bef193f0587.zip
FreeBSD-src-d9802b7c62e01b2bd49059a9d5703bef193f0587.tar.gz
Alpha 8200: minor formatting tweaks; removal of clause 3 of licence.
Diffstat (limited to 'sys/alpha/tlsb/mcclock_tlsb.c')
-rw-r--r--sys/alpha/tlsb/mcclock_tlsb.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/alpha/tlsb/mcclock_tlsb.c b/sys/alpha/tlsb/mcclock_tlsb.c
index 02759b9..1602729 100644
--- a/sys/alpha/tlsb/mcclock_tlsb.c
+++ b/sys/alpha/tlsb/mcclock_tlsb.c
@@ -2,7 +2,7 @@
/* $NetBSD: mcclock_tlsb.c,v 1.8 1998/05/13 02:50:29 thorpej Exp $ */
/*
- * Copyright (c) 1997 by Matthew Jacob
+ * Copyright (c) 1997, 2000 by Matthew Jacob
* NASA AMES Research Center.
* All rights reserved.
*
@@ -15,8 +15,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -80,9 +78,7 @@ static device_method_t mcclock_tlsb_methods[] = {
};
static driver_t mcclock_tlsb_driver = {
- "mcclock",
- mcclock_tlsb_methods,
- sizeof(struct mcclock_tlsb_softc),
+ "mcclock", mcclock_tlsb_methods, sizeof(struct mcclock_tlsb_softc),
};
static devclass_t mcclock_devclass;
OpenPOWER on IntegriCloud