summaryrefslogtreecommitdiff
path: root/comms/zaptel-netbsd/MESSAGE
blob: 6acabe4b36f77b5c97141be608a817db66762493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/04/08 03:03:42 riz Exp $
To have the zaptel modules automatically loaded at boot time, add the
following to /etc/lkm.conf:

${PREFIX}/lkm/mod_zaptel.o -s - ${PREFIX}/sbin/zaptel_postinstall - -
# Uncomment the drivers you want; use mod_ztdummy.o only if you have
# no hardware
#${PREFIX}/lkm/mod_ztdummy.o -s - - - -
#${PREFIX}/lkm/mod_wcfxo.o -s - - - -
#${PREFIX}/lkm/mod_wcfxs.o -s - - - -

And then add 'lkm=YES' to /etc/rc.conf.  Refer to lkm.conf(5) for
additional details.  (Make sure to uncomment the appropriate lines for
your hardware, or lack thereof)

The script ${PREFIX}/sbin/zaptel_postinstall creates the relevant device
nodes in /dev, and can be used independently.
===========================================================================