Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/25/2003 15:53:26
Module Name:	src
Committed By:	pooka
Date:		Thu Sep 25 15:53:26 UTC 2003

Added Files:
	src/sys/dev/ic: iavc.c iavcreg.h iavcvar.h
	src/sys/dev/pci: iavc_pci.c

Log Message:
Add a driver for the CAPI-compliant AVM B1/T1 cards.

The driver backend is capable of supporting also ISA cards (no DMA)
and primary rate (PRI) cards in addition to the basic rate ones,
but I don't any to test on right now, so we don't support those
currently.

This code was originally written by Juha-Matti Liukkonen <jml@cubical.fi>
of Cubical Solutions Ltd. for FreeBSD, and was ported to NetBSD by
myself for the same company.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/ic/iavc.c src/sys/dev/ic/iavcreg.h \
    src/sys/dev/ic/iavcvar.h
cvs rdiff -r0 -r1.1 src/sys/dev/pci/iavc_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.