Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
Module Name: syssrc
Committed By: martin
Date: Mon Mar 25 16:39:57 UTC 2002
Modified Files:
syssrc/sys/arch/i386/conf: GENERIC_ISDN
syssrc/sys/conf: files
syssrc/sys/dev: DEVNAMES
syssrc/sys/dev/ic: hscx.c isac.c isic.c isic_bchan.c isic_l1.h
syssrc/sys/dev/pci: files.pci isic_pci.c isic_pci_elsa_qs1p.c
syssrc/sys/netisdn: i4b_l2.c i4b_l2.h
Added Files:
syssrc/sys/dev/pci: ifpci.c
Removed Files:
syssrc/sys/dev/pci: isic_pci_avm_fritz_pci.c
Log Message:
Now that we have all pieces in place (and enough granularity to specify
B-channel and D-channel drivers separately) split the Fritz!PCI card
driver out of the isic driver.
The new device is called "ifpci" and uses the same D-channel driver as the
isic devices, but has it's own B-channel driver.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/i386/conf/GENERIC_ISDN
cvs rdiff -r1.505 -r1.506 syssrc/sys/conf/files
cvs rdiff -r1.97 -r1.98 syssrc/sys/dev/DEVNAMES
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/hscx.c syssrc/sys/dev/ic/isic.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/isac.c syssrc/sys/dev/ic/isic_l1.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/isic_bchan.c
cvs rdiff -r1.163 -r1.164 syssrc/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/ifpci.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/pci/isic_pci.c
cvs rdiff -r1.8 -r0 syssrc/sys/dev/pci/isic_pci_avm_fritz_pci.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pci/isic_pci_elsa_qs1p.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/netisdn/i4b_l2.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/netisdn/i4b_l2.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index