summaryrefslogtreecommitdiff
path: root/sysutils/hal/MESSAGE.NetBSD
blob: 055de4ab32f56f80933a4e31eab6f19fd84e5a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.2 2008/12/24 13:55:24 wiz Exp $

For the NetBSD 5.0+ HAL backend to function properly, your kernel needs
to include /dev/drvctl support. If the /dev/drvctl device node does not
exist, run the following command:

  # cd /dev
  # sh MAKEDEV drvctl

For proper kernel support, the following directive must be in your kernel
config:

  pseudo-device drvctl

===========================================================================