summaryrefslogtreecommitdiffstats
path: root/hwaccess.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-02 17:12:50 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-02 17:12:50 +0000
commitb63b067ae22803689592db482611093b33a29eef (patch)
tree7755137b262529b087c48ea533bacb6f557f3967 /hwaccess.c
parentf93b36a6bcc3ee7a3c97554e76976e2081f8ba0f (diff)
downloadast2050-flashrom-b63b067ae22803689592db482611093b33a29eef.zip
ast2050-flashrom-b63b067ae22803689592db482611093b33a29eef.tar.gz
Add OpenBSD support
Add a requirements section to the man page which lists the needed access permissions for each programmer. This feature needs my pciutils/libpci 8/16-bit write emulation patch at http://marc.info/?l=openbsd-ports&m=127780030728045 titled [PATCH] Fix pciutils non-32bit PCI write on OpenBSD Corresponding to flashrom svn r1067. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stuart Henderson <sthen@openbsd.org>
Diffstat (limited to 'hwaccess.c')
-rw-r--r--hwaccess.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hwaccess.c b/hwaccess.c
index 85e13ed..3a61e60 100644
--- a/hwaccess.c
+++ b/hwaccess.c
@@ -57,6 +57,11 @@ void get_io_perms(void)
#endif
msg_perr("ERROR: Could not get I/O privileges (%s).\n"
"You need to be root.\n", strerror(errno));
+#if defined (__OpenBSD__)
+ msg_perr("Please set securelevel=-1 in /etc/rc.securelevel "
+ "and reboot, or reboot into \n");
+ msg_perr("single user mode.\n");
+#endif
exit(1);
}
#endif
OpenPOWER on IntegriCloud