Module Name:    src
Committed By:   maxv
Date:           Fri Sep 21 18:38:26 UTC 2018

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL GENERIC_ISDN
        src/sys/conf: files
        src/sys/dev: DEVNAMES
        src/sys/dev/pci: files.pci
Removed Files:
        src/share/man/man4: iavc.4
        src/sys/dev/ic: iavc.c iavcreg.h iavcvar.h
        src/sys/dev/pci: iavc_pci.c

Log Message:
Remove iavc(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1619 -r1.1620 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.667 -r1.668 src/share/man/man4/Makefile
cvs rdiff -u -r1.5 -r0 src/share/man/man4/iavc.4
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.451 -r1.452 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i386/conf/GENERIC_ISDN
cvs rdiff -u -r1.1208 -r1.1209 src/sys/conf/files
cvs rdiff -u -r1.313 -r1.314 src/sys/dev/DEVNAMES
cvs rdiff -u -r1.12 -r0 src/sys/dev/ic/iavc.c
cvs rdiff -u -r1.4 -r0 src/sys/dev/ic/iavcreg.h
cvs rdiff -u -r1.5 -r0 src/sys/dev/ic/iavcvar.h
cvs rdiff -u -r1.401 -r1.402 src/sys/dev/pci/files.pci
cvs rdiff -u -r1.17 -r0 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.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1619 src/distrib/sets/lists/man/mi:1.1620
--- src/distrib/sets/lists/man/mi:1.1619	Fri Sep 21 08:43:18 2018
+++ src/distrib/sets/lists/man/mi	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1619 2018/09/21 08:43:18 maxv Exp $
+# $NetBSD: mi,v 1.1620 2018/09/21 18:38:25 maxv Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1287,7 +1287,7 @@
 ./usr/share/man/cat4/i4btel.0			man-obsolete		obsolete
 ./usr/share/man/cat4/i4btrc.0			man-obsolete		obsolete
 ./usr/share/man/cat4/i915drm.0			man-sys-catman		.cat
-./usr/share/man/cat4/iavc.0			man-sys-catman		.cat
+./usr/share/man/cat4/iavc.0			man-obsolete		obsolete
 ./usr/share/man/cat4/ibmcd.0			man-sys-catman		.cat
 ./usr/share/man/cat4/ibmhawk.0			man-sys-catman		.cat
 ./usr/share/man/cat4/ichlpcib.0			man-obsolete		obsolete
@@ -4408,7 +4408,7 @@
 ./usr/share/man/html4/i386/vesafb.html		man-obsolete		obsolete
 ./usr/share/man/html4/i386/viac7temp.html	man-sys-htmlman		html
 ./usr/share/man/html4/i915drm.html		man-sys-htmlman		html
-./usr/share/man/html4/iavc.html			man-sys-htmlman		html
+./usr/share/man/html4/iavc.html			man-obsolete		obsolete
 ./usr/share/man/html4/ibmcd.html		man-sys-htmlman		html
 ./usr/share/man/html4/ibmhawk.html		man-sys-htmlman		html
 ./usr/share/man/html4/ichlpcib.html		man-obsolete		obsolete
@@ -7361,7 +7361,7 @@
 ./usr/share/man/man4/i4btel.4			man-obsolete		obsolete
 ./usr/share/man/man4/i4btrc.4			man-obsolete		obsolete
 ./usr/share/man/man4/i915drm.4			man-sys-man		.man
-./usr/share/man/man4/iavc.4			man-sys-man		.man
+./usr/share/man/man4/iavc.4			man-obsolete		obsolete
 ./usr/share/man/man4/ibmcd.4			man-sys-man		.man
 ./usr/share/man/man4/ibmhawk.4			man-sys-man		.man
 ./usr/share/man/man4/ichlpcib.4			man-obsolete		obsolete

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.667 src/share/man/man4/Makefile:1.668
--- src/share/man/man4/Makefile:1.667	Wed Sep 19 13:58:27 2018
+++ src/share/man/man4/Makefile	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.667 2018/09/19 13:58:27 maxv Exp $
+#	$NetBSD: Makefile,v 1.668 2018/09/21 18:38:25 maxv Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -146,7 +146,7 @@ MAN+=	faith.4 gif.4 inet6.4 icmp6.4 ip6.
 
 # ISDN devices
 MAN+=	isdntrc.4 isdntel.4 isdnbchan.4 ippp.4 irip.4 isdnctl.4 isdn.4 \
-	ifpci.4 isic.4 iwic.4 isdncapi.4 iavc.4
+	ifpci.4 isic.4 iwic.4 isdncapi.4
 
 # onewire bus and devices
 MAN+=	gpioow.4 onewire.4 owtemp.4

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.101 src/sys/arch/amd64/conf/ALL:1.102
--- src/sys/arch/amd64/conf/ALL:1.101	Thu Sep  6 05:36:49 2018
+++ src/sys/arch/amd64/conf/ALL	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.101 2018/09/06 05:36:49 maxv Exp $
+# $NetBSD: ALL,v 1.102 2018/09/21 18:38:25 maxv Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.101 $"
+#ident		"ALL-$Revision: 1.102 $"
 
 maxusers	64		# estimated number of users
 
@@ -1762,9 +1762,6 @@ ifpci*		at pci?
 # AVM Fritz!PCI V2 card
 ifritz* 	at pci?
 
-# AVM B1/T1 PCI card
-iavc*		at pci?
-
 #
 #---------------------------------------------------------------------
 # Supported PCMCIA cards:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.451 src/sys/arch/i386/conf/ALL:1.452
--- src/sys/arch/i386/conf/ALL:1.451	Thu Sep  6 05:36:50 2018
+++ src/sys/arch/i386/conf/ALL	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.451 2018/09/06 05:36:50 maxv Exp $
+# $NetBSD: ALL,v 1.452 2018/09/21 18:38:25 maxv Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.451 $"
+#ident		"ALL-$Revision: 1.452 $"
 
 maxusers	64		# estimated number of users
 
@@ -1908,9 +1908,6 @@ ifpci*		at pci?
 # AVM Fritz!PCI V2 card
 ifritz* 	at pci?
 
-# AVM B1/T1 PCI card
-iavc*		at pci?
-
 #
 #---------------------------------------------------------------------
 # Supported PCMCIA cards:

Index: src/sys/arch/i386/conf/GENERIC_ISDN
diff -u src/sys/arch/i386/conf/GENERIC_ISDN:1.16 src/sys/arch/i386/conf/GENERIC_ISDN:1.17
--- src/sys/arch/i386/conf/GENERIC_ISDN:1.16	Sun Jan  3 03:53:34 2010
+++ src/sys/arch/i386/conf/GENERIC_ISDN	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_ISDN,v 1.16 2010/01/03 03:53:34 dholland Exp $
+# $NetBSD: GENERIC_ISDN,v 1.17 2018/09/21 18:38:25 maxv Exp $
 #
 # GENERIC kernel with all supported ISDN devices and drivers
 
@@ -60,9 +60,6 @@ ifpci*		at pci?
 # AVM Fritz!PCI V2 card
 ifritz* 	at pci?
 
-# AVM B1/T1 PCI card
-iavc*		at pci?
-
 #
 #---------------------------------------------------------------------
 # Supported PCMCIA cards:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1208 src/sys/conf/files:1.1209
--- src/sys/conf/files:1.1208	Wed Sep 19 13:58:27 2018
+++ src/sys/conf/files	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1208 2018/09/19 13:58:27 maxv Exp $
+#	$NetBSD: files,v 1.1209 2018/09/21 18:38:25 maxv Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20171118
@@ -1382,11 +1382,6 @@ file	dev/ic/isic_l1fsm.c		isic|ifpci|ifr
 file	dev/ic/hscx.c			isic
 file	dev/ic/isic_bchan.c		isic
 
-# AWM B1/T1
-# XXX: passive_isdn
-device	iavc: isdndev, isdncapi, passive_isdn
-file	dev/ic/iavc.c			iavc
-
 # Broadcom AirForce / Apple Airport Extreme
 device	bwi: arp, ifnet, firmload, wlan
 file	dev/ic/bwi.c			bwi

Index: src/sys/dev/DEVNAMES
diff -u src/sys/dev/DEVNAMES:1.313 src/sys/dev/DEVNAMES:1.314
--- src/sys/dev/DEVNAMES:1.313	Wed Sep 19 13:58:27 2018
+++ src/sys/dev/DEVNAMES	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: DEVNAMES,v 1.313 2018/09/19 13:58:27 maxv Exp $
+#	$NetBSD: DEVNAMES,v 1.314 2018/09/21 18:38:25 maxv Exp $
 #
 # This file contains all used device names and defined attributes in
 # alphabetical order. New devices added to the system somewhere should first
@@ -612,7 +612,6 @@ i2cbus			MI		Attribute
 i2c_eeprom		MI		Attribute
 i8042			shark		Attribute
 i82586			MI		Attribute
-iavc			MI
 ibmcd			MI
 ibus			pmax
 ibus			vax

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.401 src/sys/dev/pci/files.pci:1.402
--- src/sys/dev/pci/files.pci:1.401	Thu Sep  6 05:36:51 2018
+++ src/sys/dev/pci/files.pci	Fri Sep 21 18:38:25 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.401 2018/09/06 05:36:51 maxv Exp $
+#	$NetBSD: files.pci,v 1.402 2018/09/21 18:38:25 maxv Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -813,10 +813,6 @@ 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

Reply via email to