Modifications for new eicon driver.

This commit is contained in:
Armin Schindler 2000-04-02 22:00:49 +00:00
parent b1f8ecfea7
commit aafb2b7e76
4 changed files with 25 additions and 2 deletions

View File

@ -40,6 +40,7 @@ DIVA Server family
------------------
- DIVA Server BRI/PCI 2M
- DIVA Server PRI/PCI 2M (9M 23M 30M)
- DIVA Server 4BRI/PCI
supported functions of onboard DSPs:
- analog modem
- fax group 2/3 (Fax Class 2 commands)
@ -99,6 +100,18 @@ Just use "eiconctrl isdnlog on" and the driver will generate
the necessary D-Channel traces for isdnlog.
FILECHECK:
A part of the eicon driver source code files are provided
by Eicon Technology. In order to get the best support from Eicon,
these files are tested with a checksum, just to know if the files
were modified. This does *not* mean, you are not allowed to modify the
driver. If you want to improve the driver or you fixe a bug, please do
so and let me (or Eicon) know, about the necessary changes. So
every user knows, if the driver he uses is modified or checked with
Eicon files. When the driver has been loaded, in the syslog you will
find something like "verified" or "modified" right after the version.
Thanks to
Deutsche Mailbox Saar-Lor-Lux GmbH
for sponsoring and testing fax
@ -113,3 +126,4 @@ Have fun !
Armin Schindler
mac@melware.de
http://www.melware.de

View File

@ -113,7 +113,15 @@ if [ "$CONFIG_EXPERIMENTAL" != "n" ]; then
fi
dep_tristate 'Eicon active card support' CONFIG_ISDN_DRV_EICON $CONFIG_ISDN
if [ "$CONFIG_ISDN_DRV_EICON" != "n" ]; then
bool ' Eicon S,SX,SCOM,Quadro,S2M support' CONFIG_ISDN_DRV_EICON_ISA
if [ "$CONFIG_ISDN_DRV_EICON_STANDALONE" != "y" ]; then
if [ "$CONFIG_PCI" = "y" ]; then
bool ' Eicon PCI DIVA Server BRI/PRI/4BRI support' CONFIG_ISDN_DRV_EICON_PCI
fi
bool ' Eicon S,SX,SCOM,Quadro,S2M support' CONFIG_ISDN_DRV_EICON_ISA
fi
if [ "$CONFIG_PCI" = "y" ]; then
bool ' build eicon driver type standalone' CONFIG_ISDN_DRV_EICON_STANDALONE
fi
fi
dep_tristate 'CAPI2.0 support' CONFIG_ISDN_CAPI $CONFIG_ISDN
if [ "$CONFIG_EXPERIMENTAL" != "n" ]; then

View File

@ -283,7 +283,7 @@ else
fi
fi
fi
for i in drivers/isdn/eicon/*.[ch] ; do
for i in drivers/isdn/eicon/*.[ch] drivers/isdn/eicon/md5sums.asc ; do
$DOCP $i $KERNELDIR/$i
done
for i in include/linux/*.h ; do

View File

@ -192,6 +192,7 @@ else
for i in Documentation/isdn/CREDITS Documentation/isdn/README* \
Documentation/isdn/*.FAQ \
Documentation/isdn/INTERFACE Documentation/isdn/HiSax* \
drivers/isdn/eicon/md5sums.asc \
drivers/isdn/hisax/md5sums.asc ; do
dodiff $i $KERNELDIR/$i
done