diff options
| author | pooka <pooka@NetBSD.org> | 2003-09-25 15:58:14 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2003-09-25 15:58:14 +0000 |
| commit | 2ef487b6bc5dac8d1968fbb0fdc277f9f3e30a32 (patch) | |
| tree | 3e71284749358b8f29a75276c55680f56c27ec73 /sys/dev | |
| parent | 4952ffa71e7e8b849d288c253c3e5ab405cf6b92 (diff) | |
autoconf goop for iavc
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
