svn commit: r317508 - in head: . release/doc/en_US.ISO8859-1/hardware rescue/rescue share/man/man7 share/man/man8 share/man/man9 usr.sbin/bsdconfig/share

Brooks Davis brooks at FreeBSD.org
Thu Apr 27 16:05:14 UTC 2017


Author: brooks
Date: Thu Apr 27 16:05:12 2017
New Revision: 317508
URL: https://svnweb.freebsd.org/changeset/base/317508

Log:
  More ATM and NATM removal
  
  Submitted by:	ak
  Reviewed by:	ngie
  Differential Revision:	https://reviews.freebsd.org/D10511

Deleted:
  head/share/man/man9/utopia.9
Modified:
  head/ObsoleteFiles.inc
  head/release/doc/en_US.ISO8859-1/hardware/article.xml
  head/rescue/rescue/Makefile
  head/share/man/man7/hier.7
  head/share/man/man8/Makefile
  head/share/man/man8/rc.8
  head/share/man/man9/Makefile
  head/share/man/man9/netisr.9
  head/usr.sbin/bsdconfig/share/device.subr

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/ObsoleteFiles.inc	Thu Apr 27 16:05:12 2017	(r317508)
@@ -38,12 +38,12 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20170426: Remove cy(4)
-OLD_FILES+=usr/share/man/man4/cy.4.gz
-# 20170425: NATM configuration support removed
+# 20170427: NATM configuration support removed
 OLD_FILES+=etc/rc.d/atm1
 OLD_FILES+=etc/rc.d/atm2
 OLD_FILES+=etc/rc.d/atm3
+# 20170426: Remove cy(4)
+OLD_FILES+=usr/share/man/man4/cy.4.gz
 # 20170424: NATM support removed
 OLD_FILES+=rescue/atmconfig
 OLD_FILES+=sbin/atmconfig
@@ -78,6 +78,7 @@ OLD_FILES+=usr/share/man/man4/ng_atm.4.g
 OLD_FILES+=usr/share/man/man4/patm.4.gz
 OLD_FILES+=usr/share/man/man4/utopia.4.gz
 OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
+OLD_FILES+=usr/share/man/man9/utopia.9.gz
 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml	Thu Apr 27 16:05:12 2017	(r317508)
@@ -905,27 +905,6 @@
       <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
     </sect2>
 
-    <sect2 xml:id="atm">
-      <title>ATM Interfaces</title>
-
-      <para>[&arch.i386;] Midway-based ATM interfaces
-	(&man.en.4; driver)</para>
-
-      <para>[&arch.i386;, &arch.sparc64;] FORE Systems,
-	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
-	drivers)</para>
-
-      <para>[&arch.i386;] IDT NICStAR 77201/211-based ATM
-	Adapters (&man.idt.4; driver)</para>
-
-      <para>[&arch.i386;, &arch.sparc64;] FORE Systems,
-	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
-	driver)</para>
-
-      <para>[&arch.i386;] IDT77252-based ATM cards
-	(&man.patm.4; driver)</para>
-    </sect2>
-
     <sect2 xml:id="wlan">
       <title>Wireless Network Interfaces</title>
 

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/rescue/rescue/Makefile	Thu Apr 27 16:05:12 2017	(r317508)
@@ -156,7 +156,6 @@ CRUNCH_PROGS_sbin+= bsdlabel fdisk
 CRUNCH_ALIAS_bsdlabel= disklabel
 .endif
 
-CRUNCH_SRCDIR_ilmid= ${SRCTOP}/sbin/atm/ilmid
 CRUNCH_SRCDIR_rtquery= ${SRCTOP}/sbin/routed/rtquery
 CRUNCH_SRCDIR_ipf= ${SRCTOP}/sbin/ipf/ipf
 .if ${MK_ZFS} != "no"

Modified: head/share/man/man7/hier.7
==============================================================================
--- head/share/man/man7/hier.7	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/share/man/man7/hier.7	Thu Apr 27 16:05:12 2017	(r317508)
@@ -28,7 +28,7 @@
 .\"	@(#)hier.7	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd April 6, 2017
+.Dd April 25, 2017
 .Dt HIER 7
 .Os
 .Sh NAME
@@ -220,10 +220,6 @@ see
 .Xr ppbus 4
 .It Pa usb/
 USB subsystem
-.It Pa utopia/
-physical chip driver for ATM interfaces;
-see
-.Xr utopia 4
 .It Pa wi/
 .Xr wi 4
 WaveLAN driver

Modified: head/share/man/man8/Makefile
==============================================================================
--- head/share/man/man8/Makefile	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/share/man/man8/Makefile	Thu Apr 27 16:05:12 2017	(r317508)
@@ -18,7 +18,6 @@ MAN=	crash.8 \
 
 MLINKS= \
 	nanobsd.8 nanobsd.sh.8 \
-	rc.8 rc.atm.8 \
 	rc.8 rc.d.8 \
 	rc.8 rc.firewall.8 \
 	rc.8 rc.local.8 \

Modified: head/share/man/man8/rc.8
==============================================================================
--- head/share/man/man8/rc.8	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/share/man/man8/rc.8	Thu Apr 27 16:05:12 2017	(r317508)
@@ -31,7 +31,7 @@
 .\"     @(#)rc.8	8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd April 23, 2016
+.Dd April 25, 2017
 .Dt RC 8
 .Os
 .Sh NAME
@@ -455,15 +455,6 @@ disables the loading of firewall rules
 will load the rules in the given filename (full path required).
 .El
 .Pp
-The
-.Pa /etc/rc.d/atm*
-scripts are used to configure ATM network interfaces.
-The interfaces are configured in three passes.
-The first pass performs the initial interface configuration.
-The second pass completes the interface configuration and defines PVCs and
-permanent ATMARP entries.
-The third pass starts any ATM daemons.
-.Pp
 Most daemons, including network related daemons, have their own script in
 .Pa /etc/rc.d/ ,
 which can be used to start, stop, and check the status of the service.

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/share/man/man9/Makefile	Thu Apr 27 16:05:12 2017	(r317508)
@@ -299,7 +299,6 @@ MAN=	accept_filter.9 \
 	uidinfo.9 \
 	uio.9 \
 	unr.9 \
-	utopia.9 \
 	vaccess.9 \
 	vaccess_acl_nfs4.9 \
 	vaccess_acl_posix1e.9 \

Modified: head/share/man/man9/netisr.9
==============================================================================
--- head/share/man/man9/netisr.9	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/share/man/man9/netisr.9	Thu Apr 27 16:05:12 2017	(r317508)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 3, 2016
+.Dd April 25, 2017
 .Dt NETISR 9
 .Os
 .Sh NAME
@@ -220,8 +220,6 @@ Routing socket loopback
 ARP
 .It Dv NETISR_IPV6
 IPv6
-.It Dv NETISR_NATM
-ATM
 .It Dv NETISR_EPAIR
 .Xr netstat 1 ,
 .Xr epair 4

Modified: head/usr.sbin/bsdconfig/share/device.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/device.subr	Thu Apr 27 15:10:45 2017	(r317507)
+++ head/usr.sbin/bsdconfig/share/device.subr	Thu Apr 27 16:05:12 2017	(r317508)
@@ -1305,7 +1305,6 @@ f_network "disc%d"  "Software discard ne
 f_network "ed%d"    "Novell NE1000/2000; 3C503; NE2000-compatible PCMCIA"
 f_network "el%d"    "3Com 3C501 Ethernet card"
 f_network "em%d"    "Intel(R) PRO/1000 Ethernet card"
-f_network "en%d"    "Efficient Networks ATM PCI card"
 f_network "ep%d"    "3Com 3C509 Ethernet card/3C589 PCMCIA"
 f_network "et%d"    "Agere ET1310 based PCI Express Gigabit Ethernet card"
 f_network "ex%d"    "Intel EtherExpress Pro/10 Ethernet card"


More information about the svn-src-head mailing list