Module Name: src
Committed By: tsutsui
Date: Mon May 10 14:33:22 UTC 2010
Modified Files:
src/sys/dev/sun: bwtwo.c
Log Message:
Make this compile on sparc64.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sun/bwtwo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/sun/bwtwo.c
diff -u src/sys/dev/sun/bwtwo.c:1.28 src/sys/dev/sun/bwtwo.c:1.29
--- src/sys/dev/sun/bwtwo.c:1.28 Sat Sep 19 07:07:42 2009
+++ src/sys/dev/sun/bwtwo.c Mon May 10 14:33:21 2010
@@ -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) */