Hello all.
Looks like there is a typo in ioctl number...
--
Best wishes,
Vadim Zhukov
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Index: biovar.h
===================================================================
RCS file: /cvs/src/sys/dev/biovar.h,v
retrieving revision 1.39
diff -u -p -r1.39 biovar.h
--- biovar.h 14 Apr 2011 02:41:40 -0000 1.39
+++ biovar.h 13 May 2011 09:08:54 -0000
@@ -213,7 +213,7 @@ struct bioc_discipline {
void *bd_data;
};
-#define BIOCINSTALLBOOT _IOWR('B', 40, struct bioc_installboot)
+#define BIOCINSTALLBOOT _IOWR('B', 41, struct bioc_installboot)
struct bioc_installboot {
void *bb_cookie;
char bb_dev[16];