Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/sun Make this compile on sparc64.
details: https://anonhg.NetBSD.org/src/rev/1d1d9f87f637
branches: trunk
changeset: 754726:1d1d9f87f637
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon May 10 14:33:21 2010 +0000
description:
Make this compile on sparc64.
diffstat:
sys/dev/sun/bwtwo.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a23371289d21 -r 1d1d9f87f637 sys/dev/sun/bwtwo.c
--- a/sys/dev/sun/bwtwo.c Mon May 10 12:17:32 2010 +0000
+++ b/sys/dev/sun/bwtwo.c Mon May 10 14:33:21 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bwtwo.c,v 1.28 2009/09/19 07:07:42 tsutsui Exp $ */
+/* $NetBSD: bwtwo.c,v 1.29 2010/05/10 14:33:21 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwtwo.c,v 1.28 2009/09/19 07:07:42 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwtwo.c,v 1.29 2010/05/10 14:33:21 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -117,7 +117,7 @@
const struct cdevsw bwtwo_cdevsw = {
bwtwoopen, nullclose, noread, nowrite, bwtwoioctl,
- nostop, notty, nopoll, bwtwommap, nokqfilter,
+ nostop, notty, nopoll, bwtwommap, nokqfilter, D_OTHER
};
/* XXX we do not handle frame buffer interrupts (do not know how) */
Home |
Main Index |
Thread Index |
Old Index