summaryrefslogtreecommitdiff
path: root/usr/src/cmd/modload/errmsg.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/modload/errmsg.h
parentd35886f1bd1fe7bb59fc0efda96f064aba885f75 (diff)
downloadillumos-joyent-6532b9600e063234d62bca681503353c01abad20.tar.gz
4854243 update_drv -d requires reboot
Diffstat (limited to 'usr/src/cmd/modload/errmsg.h')
-rw-r--r--usr/src/cmd/modload/errmsg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/modload/errmsg.h b/usr/src/cmd/modload/errmsg.h
index 53f86a8f10..db8e931b81 100644
--- a/usr/src/cmd/modload/errmsg.h
+++ b/usr/src/cmd/modload/errmsg.h
@@ -76,12 +76,14 @@ extern "C" {
#define ERR_NO_MEM "Not enough memory\n"
#define ERR_DEL_ENTRY "Cannot delete entry for driver (%s) from file (%s).\n"
#define ERR_NO_ENTRY "No entry found for driver (%s) in file (%s).\n"
+#define ERR_DEV_IN_USE "One or more devices remain in use for driver %s.\n"
#define ERR_INT_UPDATE "Internal error updating (%s).\n"
#define ERR_NOMOD "Cannot find module (%s).\n"
#define ERR_MAX_MAJOR "Cannot get major device information.\n"
#define ERR_NO_FREE_MAJOR "No available major numbers.\n"
#define ERR_NOT_UNIQUE "Driver (%s) is already installed.\n"
#define ERR_NOT_INSTALLED "Driver (%s) not installed.\n"
+#define ERR_ALIAS_NOT_BOUND "Alias not bound to driver %s.\n"
#define ERR_UPDATE "Cannot update (%s).\n"
#define ERR_MAX_EXCEEDS "Major number (%d) exceeds maximum (%d).\n"
#define ERR_NO_CLEAN "Cannot update; check file %s and rem_drv %s by hand.\n"