summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2003-09-25 15:58:14 +0000
committerpooka <pooka@NetBSD.org>2003-09-25 15:58:14 +0000
commit2ef487b6bc5dac8d1968fbb0fdc277f9f3e30a32 (patch)
tree3e71284749358b8f29a75276c55680f56c27ec73 /sys
parent4952ffa71e7e8b849d288c253c3e5ab405cf6b92 (diff)
autoconf goop for iavc
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files12
-rw-r--r--sys/dev/pci/files.pci6
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 24b4a938c9b..dfed045c535 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.633 2003/09/22 17:26:14 matt Exp $
+# $NetBSD: files,v 1.634 2003/09/25 15:58:14 pooka Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -928,6 +928,7 @@ defparam opt_bpf.h BPF_BUFSIZE
define isdndev # the ISDN subsystem
define passive_isdn # files needed by passive cards (XXX - protocol
# specific)
+define isdncapi # ISDN CAPI (http://www.capi.org/)
# The isac found on the Fritz V2.0 Card.
define nisacsx
@@ -952,6 +953,11 @@ file dev/ic/isic_bchan.c isic
device daic: isdndev
file dev/ic/daic.c daic
+# AWM B1/T1
+# XXX: passive_isdn
+device iavc: isdndev, isdncapi, passive_isdn
+file dev/ic/iavc.c iavc
+
# legitimate pseudo-devices
#
defpseudo vnd: disk
@@ -1271,6 +1277,10 @@ file netisdn/i4b_i4bdrv.c isdn needs-flag
file netisdn/i4b_l4.c isdndev needs-flag
file netisdn/i4b_l4mgmt.c isdndev needs-flag
file netisdn/i4b_l4timer.c isdndev needs-flag
+# capi
+file netisdn/i4b_capi_l4if.c isdncapi
+file netisdn/i4b_capi_llif.c isdncapi
+file netisdn/i4b_capi_msgs.c isdncapi
# Game adapter (joystick)
device joy
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index edbc4ad64d9..f4e9478ef7f 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.192 2003/09/08 18:59:48 thorpej Exp $
+# $NetBSD: files.pci,v 1.193 2003/09/25 15:58:14 pooka Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -556,6 +556,10 @@ file dev/pci/isic_pci.c isic_pci
file dev/pci/isic_pci_elsa_qs1p.c isic_pci
+# AVM T1/B1
+attach iavc at pci with iavc_pci
+file dev/pci/iavc_pci.c iavc_pci
+
device ifpci: isdndev, passive_isdn, nisac
attach ifpci at pci
file dev/pci/ifpci.c ifpci