Module Name: src
Committed By: martin
Date: Wed May 29 15:22:19 UTC 2013
Modified Files:
src/sys/sys: disk.h
Log Message:
Add disk_set_info() prototype
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/sys/disk.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/disk.h
diff -u src/sys/sys/disk.h:1.58 src/sys/sys/disk.h:1.59
--- src/sys/sys/disk.h:1.58 Wed May 29 15:11:11 2013
+++ src/sys/sys/disk.h Wed May 29 15:22:19 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: disk.h,v 1.58 2013/05/29 15:11:11 martin Exp $ */
+/* $NetBSD: disk.h,v 1.59 2013/05/29 15:22:19 martin Exp $ */
/*-
* Copyright (c) 1996, 1997, 2004 The NetBSD Foundation, Inc.
@@ -524,6 +524,7 @@ bool disk_isbusy(struct disk *);
void disk_blocksize(struct disk *, int);
struct disk *disk_find(const char *);
int disk_ioctl(struct disk *, u_long, void *, int, struct lwp *);
+void disk_set_info(device_t, struct disk *, const char *);
void dkwedge_init(void);
int dkwedge_add(struct dkwedge_info *);