summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-12-24 13:41:07 +0000
committerjmcneill <jmcneill>2008-12-24 13:41:07 +0000
commit2a1fb4a9b1acde90fe033b5a21fa4309e769d68f (patch)
tree2879e035dca018fb4b708d05c7b6ecb0674f3a7e /sysutils/hal
parent6e377eca513e6757bf54b4cc03e4de23bf13ad83 (diff)
downloadpkgsrc-2a1fb4a9b1acde90fe033b5a21fa4309e769d68f.tar.gz
Add a note explaining that /dev/drvctl is required for proper support
of the NetBSD 5.0+ HAL backend.
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/MESSAGE.NetBSD16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/hal/MESSAGE.NetBSD b/sysutils/hal/MESSAGE.NetBSD
new file mode 100644
index 00000000000..385b890ffb6
--- /dev/null
+++ b/sysutils/hal/MESSAGE.NetBSD
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2008/12/24 13:41:07 jmcneill 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 drvct
+
+===========================================================================