Module Name: src
Committed By: uebayasi
Date: Fri May 28 09:13:37 UTC 2010
Modified Files:
src/sys/sys [uebayasi-xip]: dkio.h
Log Message:
Reduce changes against HEAD.
To generate a diff of this commit:
cvs rdiff -u -r1.15.2.3 -r1.15.2.4 src/sys/sys/dkio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/dkio.h
diff -u src/sys/sys/dkio.h:1.15.2.3 src/sys/sys/dkio.h:1.15.2.4
--- src/sys/sys/dkio.h:1.15.2.3 Fri Apr 30 14:44:32 2010
+++ src/sys/sys/dkio.h Fri May 28 09:13:37 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: dkio.h,v 1.15.2.3 2010/04/30 14:44:32 uebayasi Exp $ */
+/* $NetBSD: dkio.h,v 1.15.2.4 2010/05/28 09:13:37 uebayasi Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@@ -105,6 +105,7 @@
/* get disk-info dictionary */
#define DIOCGDISKINFO _IOR('d', 127, struct plistref)
+
#define DIOCTUR _IOR('d', 128, int) /* test unit ready */
/* get physical address cookie if directly memory-mappable (XIP) */