summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-24 13:41:07 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-24 13:41:07 +0000
commit8ad4f14709e7b9afe789ddf8ab986a83eb0d8f0d (patch)
tree2879e035dca018fb4b708d05c7b6ecb0674f3a7e /sysutils/hal
parentb9f63959407fdf94bff1a9294362370575487264 (diff)
downloadpkgsrc-8ad4f14709e7b9afe789ddf8ab986a83eb0d8f0d.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
+
+===========================================================================