summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm/message.h
diff options
context:
space:
mode:
authorJerry Gilliam <Jerry.Gilliam@Sun.COM>2009-02-16 12:06:27 -0800
committerJerry Gilliam <Jerry.Gilliam@Sun.COM>2009-02-16 12:06:27 -0800
commit6532b9600e063234d62bca681503353c01abad20 (patch)
tree0635e04a2713cfe39a3bcf0eb7396722060a76ff /usr/src/cmd/devfsadm/message.h
parentd35886f1bd1fe7bb59fc0efda96f064aba885f75 (diff)
downloadillumos-joyent-6532b9600e063234d62bca681503353c01abad20.tar.gz
4854243 update_drv -d requires reboot
Diffstat (limited to 'usr/src/cmd/devfsadm/message.h')
-rw-r--r--usr/src/cmd/devfsadm/message.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/devfsadm/message.h b/usr/src/cmd/devfsadm/message.h
index d3edbb6dd3..1c5b3d8f02 100644
--- a/usr/src/cmd/devfsadm/message.h
+++ b/usr/src/cmd/devfsadm/message.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -62,6 +62,9 @@ gettext("must specify major number and driver name when using the -b flag\n")
#define MODCTL_ADDMAJBIND \
gettext("modctl failed to add major number binding.\n")
+#define MODCTL_REMMAJBIND \
+gettext("modctl failed to remove major number binding.\n")
+
#define DRIVER_FAILURE gettext("driver failed to attach: %s\n")
#define IS_EVENTD_RUNNING gettext("check to make sure syseventd is running\n")