Merge from vendor branch TNF:
[pkgsrcv2.git] / sysutils / hal / MESSAGE.NetBSD
1 ===========================================================================
2 $NetBSD: MESSAGE.NetBSD,v 1.1 2008/12/24 13:41:07 jmcneill Exp $
3
4 For the NetBSD 5.0+ HAL backend to function properly, your kernel needs
5 to include /dev/drvctl support. If the /dev/drvctl device node does not
6 exist, run the following command:
7
8   # cd /dev
9   # sh MAKEDEV drvctl
10
11 For proper kernel support, the following directive must be in your kernel
12 config:
13
14   pseudo-device drvctl
15
16 ===========================================================================