Browse Source

Wire up ipmi(4).

ok deraadt@
OPENBSD_6_7
kettenis 4 years ago
parent
commit
1f5e3b7104
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/etc.arm64/MAKEDEV.md

+ 3
- 1
src/etc/etc.arm64/MAKEDEV.md View File

@ -1,6 +1,6 @@
define(MACHINE,arm64)dnl define(MACHINE,arm64)dnl
vers(__file__, vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.4 2019/12/17 13:08:55 reyk Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.5 2019/12/22 18:18:02 kettenis Exp $-},
etc.MACHINE)dnl etc.MACHINE)dnl
dnl dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@ -66,6 +66,7 @@ _DEV(fdesc, 22)
_DEV(fuse, 92) _DEV(fuse, 92)
_DEV(gpio, 88) _DEV(gpio, 88)
_DEV(hotplug, 82) _DEV(hotplug, 82)
_DEV(ipmi, 96)
dnl _DEV(joy, 26) dnl _DEV(joy, 26)
_DEV(pci, 72) _DEV(pci, 72)
_DEV(pf, 73) _DEV(pf, 73)
@ -110,5 +111,6 @@ target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
target(all, vnd, 0, 1, 2, 3)dnl target(all, vnd, 0, 1, 2, 3)dnl
target(all, bktr, 0)dnl target(all, bktr, 0)dnl
target(all, gpio, 0, 1, 2)dnl target(all, gpio, 0, 1, 2)dnl
target(all, ipmi, 0)dnl
target(all, switch, 0, 1, 2, 3)dnl target(all, switch, 0, 1, 2, 3)dnl
twrget(ramd, wsdisp, ttyC, 0)dnl twrget(ramd, wsdisp, ttyC, 0)dnl

Loading…
Cancel
Save