Changes from certification of HFC-S PCI A and HFC-USB chips

Added certification info to READMEs and md5sums
This commit is contained in:
Werner Cornelius 2001-07-06 22:00:25 +00:00
parent ced29e47f1
commit bf859c6ef7
4 changed files with 32 additions and 3 deletions

View File

@ -20,6 +20,23 @@ The certification is only valid for the combination of the tested software
version and the tested hardware. Any changes to the HiSax source code may
therefore affect the certification.
Additional ITU approval tests have been carried out for all generic cards
using Colognechip single chip solutions HFC-S PCI A for PCI cards as well
as HFC-S USB based USB ISDN ta adapters.
These tests included all layers 1-3 and as well all functional tests for
the layer 1. Because all hardware based on these chips are complete ISDN
solutions in one chip all cards and USB-TAs using these chips are to be
regarded as approved for those tests. Some additional electrical tests
of the layer 1 which are independant of the driver and related to a
special hardware used will be regarded as approved if at least one
solution has been tested including those electrical tests. So if cards
or tas have been completely approved for any other os, the approval
for those electrical tests is valid for linux, too.
Please send any questions regarding this drivers or approval abouts to
werner@isdn-development.de
Additional information and the type approval documents will be found
shortly on the Colognechip website www.colognechip.com
If you change the main files of the HiSax ISDN stack, the certification will
become invalid. Because in most countries it is illegal to connect
unapproved ISDN equipment to the public network, I have to guarantee that
@ -50,6 +67,9 @@ drivers/isdn/hisax/l3_1tr6.c
drivers/isdn/hisax/cert.c
drivers/isdn/hisax/elsa.c
drivers/isdn/hisax/diva.c
drivers/isdn/hisax/hfc_pci.c
drivers/isdn/hisax/hfc_usbr.c
drivers/isdn/hisax/hfc_usb.c
Please send any changes, bugfixes and patches to me rather than implementing
them directly into the HiSax sources.

View File

@ -63,7 +63,8 @@ obj-$(CONFIG_HISAX_ST5481_CS) += st5481_usb.o
MD5FILES := isac.c isdnl1.c isdnl2.c isdnl3.c \
tei.c callc.c cert.c l3dss1.c l3_1tr6.c \
elsa.c diva.c sedlbauer.c
elsa.c diva.c sedlbauer.c hfc_pci.c \
hfc_usbr.c hfc_usb.c
CERT := $(shell md5sum -c md5sums.asc >> /dev/null;echo $$?)
CFLAGS_cert.o := -DCERTIFICATION=$(CERT)
@ -73,3 +74,5 @@ include $(TOPDIR)/drivers/isdn/Rules.make
hisax.o: $(hisax-objs)
$(LD) -r -o $@ $(hisax-objs)

View File

@ -20,6 +20,8 @@ certification_check(int output) {
printk(KERN_INFO "HiSax: Approved with ELSA Microlink PCI cards\n");
printk(KERN_INFO "HiSax: Approved with Eicon Technology Diva 2.01 PCI cards\n");
printk(KERN_INFO "HiSax: Approved with Sedlbauer Speedfax + cards\n");
printk(KERN_INFO "HiSax: Approved with HFC-S PCI A based cards\n");
printk(KERN_INFO "HiSax: Approved with HFC-S USB based USB TAs\n");
}
return(0);
#endif

View File

@ -3,8 +3,9 @@
# This are valid md5sums for certificated HiSax driver.
# The certification is valid only if the md5sums of all files match.
# The certification is valid only for ELSA Microlink PCI,
# Eicon Technology Diva 2.01 PCI and Sedlbauer SpeedFax+
# cards in the moment.
# Eicon Technology Diva 2.01 PCI, Sedlbauer SpeedFax+,
# HFC-S PCI A based cards and HFC-S USB based isdn tas
# in the moment.
# Read ../../../Documentation/isdn/HiSax.cert for more informations.
#
dfd1682aefed8941da8126c1d98584e0 isac.c
@ -19,6 +20,9 @@ ecadeec16f3534510c69349f6df6f950 l3_1tr6.c
cbc569839a3ff1f7d60060204156dea7 elsa.c
ab02c417d296fdaa2d7ed5f499aa6616 diva.c
13a4eda42eb273183e5589af17400481 sedlbauer.c
47cc88b3c8d2f99a33d2651818101595 hfc_pci.c
c36022f35257789fc927b6e2a74412fd hfc_usbr.c
bfac5400f225a75f24b6d9f02ad1631e hfc_usb.c
# end of md5sums
-----BEGIN PGP SIGNATURE-----