Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Remove tinfo_t symbols which result in never used...
details: https://anonhg.NetBSD.org/src/rev/8826d7cc7d03
branches: trunk
changeset: 480235:8826d7cc7d03
user: nisimura <nisimura%NetBSD.org@localhost>
date: Fri Jan 07 08:12:15 2000 +0000
description:
Remove tinfo_t symbols which result in never used global common variables.
diffstat:
sys/dev/ic/aic6360var.h | 4 ++--
sys/dev/ic/mb89352var.h | 4 ++--
sys/dev/ic/ncr53c9xvar.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 15c0c0c0e0ca -r 8826d7cc7d03 sys/dev/ic/aic6360var.h
--- a/sys/dev/ic/aic6360var.h Fri Jan 07 06:44:30 2000 +0000
+++ b/sys/dev/ic/aic6360var.h Fri Jan 07 08:12:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aic6360var.h,v 1.5 1999/10/20 15:22:26 enami Exp $ */
+/* $NetBSD: aic6360var.h,v 1.6 2000/01/07 08:12:15 nisimura Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved.
@@ -109,7 +109,7 @@
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
u_char width; /* Width suggestion */
-} tinfo_t;
+};
struct aic_softc {
struct device sc_dev;
diff -r 15c0c0c0e0ca -r 8826d7cc7d03 sys/dev/ic/mb89352var.h
--- a/sys/dev/ic/mb89352var.h Fri Jan 07 06:44:30 2000 +0000
+++ b/sys/dev/ic/mb89352var.h Fri Jan 07 08:12:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mb89352var.h,v 1.1 1999/02/13 17:33:15 minoura Exp $ */
+/* $NetBSD: mb89352var.h,v 1.2 2000/01/07 08:12:15 nisimura Exp $ */
/* NecBSD: mb89352var.h,v 1.4 1998/03/14 07:31:22 kmatsuda Exp */
/*-
@@ -107,7 +107,7 @@
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
u_char width; /* Width suggestion */
-} tinfo_t;
+};
struct spc_softc {
struct device sc_dev;
diff -r 15c0c0c0e0ca -r 8826d7cc7d03 sys/dev/ic/ncr53c9xvar.h
--- a/sys/dev/ic/ncr53c9xvar.h Fri Jan 07 06:44:30 2000 +0000
+++ b/sys/dev/ic/ncr53c9xvar.h Fri Jan 07 08:12:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53c9xvar.h,v 1.18 1999/09/22 03:31:23 mhitch Exp $ */
+/* $NetBSD: ncr53c9xvar.h,v 1.19 2000/01/07 08:12:15 nisimura Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -156,7 +156,7 @@
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
u_char pad[3];
-} tinfo_t;
+};
/* Register a linenumber (for debugging) */
#define LOGLINE(p)
Home |
Main Index |
Thread Index |
Old Index