summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.common
diff options
context:
space:
mode:
authorMasao Uebayashi <uebayasi@cvs.openbsd.org>2016-02-05 06:29:46 +0000
committerMasao Uebayashi <uebayasi@cvs.openbsd.org>2016-02-05 06:29:46 +0000
commitc2ba17513a345e5e2bb84dec0ae15319b8e84dd9 (patch)
tree2c577f8821977cf3e9a5cb44b20fcd401a6d79f7 /etc/MAKEDEV.common
parent301f453b1544dd088417106b104584704927713d (diff)
Add ipmi(4) cdev entry on amd64 and i386
Diffstat (limited to 'etc/MAKEDEV.common')
-rw-r--r--etc/MAKEDEV.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common
index 4071eacfa38..820fa19f487 100644
--- a/etc/MAKEDEV.common
+++ b/etc/MAKEDEV.common
@@ -1,4 +1,4 @@
-vers(a, {-$OpenBSD: MAKEDEV.common,v 1.84 2016/01/27 09:09:28 reyk Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp $-})dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -524,6 +524,8 @@ __devitem(gpr, gpr*, GPR400 smartcard reader)dnl
_mcdev(gpr, gpr*, gpr, {-major_gpr_c-})dnl
__devitem(hotplug, hotplug, devices hot plugging)dnl
_mkdev(hotplug, hotplug, {-M hotplug c major_hotplug_c $U 400-})dnl
+__devitem(ipmi, ipmi*, IPMI BMC access)dnl
+_mkdev(ipmi, ipmi*, {-M ipmi$U c major_ipmi_c $U 600-})dnl
__devitem(gpio, gpio*, General Purpose Input/Output)dnl
_mcdev(gpio, gpio*, gpio, {-major_gpio_c-}, 600)dnl
__devitem(vmm, vmm, Virtual Machine Monitor)dnl