Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Make certain we see COM_MPLOCK, MULTIPROCESSOR, a...



details:   https://anonhg.NetBSD.org/src/rev/641cada751a2
branches:  trunk
changeset: 501799:641cada751a2
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Jan 07 18:09:26 2001 +0000

description:
Make certain we see COM_MPLOCK, MULTIPROCESSOR, and LOCKDEBUG
to avoid any confusion about whether or not we have a lock in the softc.

diffstat:

 sys/dev/ic/comvar.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f988e6eb0a1f -r 641cada751a2 sys/dev/ic/comvar.h
--- a/sys/dev/ic/comvar.h       Sun Jan 07 18:09:01 2001 +0000
+++ b/sys/dev/ic/comvar.h       Sun Jan 07 18:09:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: comvar.h,v 1.37 2000/10/06 21:12:01 nathanw Exp $      */
+/*     $NetBSD: comvar.h,v 1.38 2001/01/07 18:09:26 sommerfeld Exp $   */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -31,6 +31,10 @@
  */
 
 #include "rnd.h"
+#include "opt_multiprocessor.h"
+#include "opt_lockdebug.h"
+#include "opt_com.h"
+
 #if NRND > 0 && defined(RND_COM)
 #include <sys/rnd.h>
 #endif



Home | Main Index | Thread Index | Old Index