diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-15 05:50:26 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-15 05:50:26 +0000 |
commit | 73c96935b1a0001880b93f1e335756f57fef3fd4 (patch) | |
tree | c7694eb7828dcb6fb13b5bacd680b81ea37aac9e /comms/mwavem/pkg-message | |
parent | 8560a486b4126cc115bee7f2d82833c15fd5f4c4 (diff) | |
download | FreeBSD-ports-73c96935b1a0001880b93f1e335756f57fef3fd4.zip FreeBSD-ports-73c96935b1a0001880b93f1e335756f57fef3fd4.tar.gz |
- Update pkg-plist
- Fix pkg-message and Makefile
PR: 34945
Submitted by: MAINTAINER
Diffstat (limited to 'comms/mwavem/pkg-message')
-rw-r--r-- | comms/mwavem/pkg-message | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/comms/mwavem/pkg-message b/comms/mwavem/pkg-message index 81a2b09..fe0fefa 100644 --- a/comms/mwavem/pkg-message +++ b/comms/mwavem/pkg-message @@ -1,18 +1,20 @@ ****************************************************************************** * Driver loading information * * * -* This package includes a device driver in a kernel module. While it is * -* installed in $PREFIX/share/mwave, this results in the initial device * +* This package includes a device driver as a kernel module. While it is * +* installed in $PREFIX/share/mwavem, this results in the initial device * * probe not seeing the device and possibly reporting errors for the sio * * device which may be ignored. * * * -* It may also result in the serial device being probed at a 8250 instead of * -* a 16550A as the probe may occur before he device is fully initialized. If * -* this happens you must re-boot to get the modem to work. * -* * -* You can eliminate this problem by copying $PREFIX/share/mwave/mwavedd.ko * -* into /modules. Then add the line 'mwavedd_load="YES"' to /boot/loader.conf.* -* This will load the driver at the start of the bootstrap and it will probe * -* in a normal manner. * +* You may choose to standardize the module loading by copying * +* $PREFIX/share/mwavem/mwave.ko into /modules. Then add the line * +* 'mwave_load="YES"' to /boot/loader.conf. This will load the driver * +* at the start of the bootstrap and it will probe in a normal manner. * +****************************************************************************** +* Known problem! * +* If the sio device connected to the modem probe as an 8250 device, the * +* modem will not work. Make sure that the mwavem process is running and * +* reboot the system. It should probe correctly and the modem should be * +* opertional. * ****************************************************************************** |