Author: brooks
Date: Fri May 17 15:23:10 2019
New Revision: 347912
URL: https://svnweb.freebsd.org/changeset/base/347912

Log:
  FCP-101: Remove ep(4).
  
  Relnotes:     yes
  FCP:          https://github.com/freebsd/fcp/blob/master/fcp-0101.md
  Reviewed by:  jhb, imp
  Differential Revision:        https://reviews.freebsd.org/D20230

Deleted:
  head/share/man/man4/man4.i386/ep.4
  head/sys/dev/ep/
  head/sys/modules/ep/
Modified:
  head/ObsoleteFiles.inc
  head/share/man/man4/man4.i386/Makefile
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/conf/files.i386
  head/sys/i386/conf/GENERIC
  head/sys/modules/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Fri May 17 15:23:02 2019        (r347911)
+++ head/ObsoleteFiles.inc      Fri May 17 15:23:10 2019        (r347912)
@@ -45,6 +45,7 @@ OLD_FILES+=usr/share/man/man4/de.4
 OLD_FILES+=usr/share/man/man4/if_de.4
 OLD_FILES+=usr/share/man/man4/ed.4
 OLD_FILES+=usr/share/man/man4/if_ed.4
+OLD_FILES+=usr/share/man/man4/ep.4
 # 20190513: libcap_sysctl interface change
 OLD_FILES+=lib/casper/libcap_sysctl.1
 # 20190509: tests/sys/opencrypto requires the net/py-dpkt package.

Modified: head/share/man/man4/man4.i386/Makefile
==============================================================================
--- head/share/man/man4/man4.i386/Makefile      Fri May 17 15:23:02 2019        
(r347911)
+++ head/share/man/man4/man4.i386/Makefile      Fri May 17 15:23:10 2019        
(r347912)
@@ -8,7 +8,6 @@ MAN=    apm.4 \
        CPU_ELAN.4 \
        ctau.4 \
        cx.4 \
-       ep.4 \
        ex.4 \
        fe.4 \
        glxiic.4 \

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Fri May 17 15:23:02 2019        (r347911)
+++ head/sys/conf/NOTES Fri May 17 15:23:10 2019        (r347912)
@@ -1937,8 +1937,6 @@ device            xmphy           # XaQti XMAC II
 #       LinkSys LNE100TX, LNE100TX V2.0, Jaton XpressNet, Alfa Inc GFC2204,
 #       KNE110TX.
 # em:   Intel Pro/1000 Gigabit Ethernet 82542, 82543, 82544 based adapters.
-# ep:   3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589
-#       and PC Card devices using these chipsets.
 # ex:   Intel EtherExpress Pro/10 and other i82595-based adapters,
 #       Olicom Ethernet PC Card devices.
 # fe:   Fujitsu MB86960A/MB86965A Ethernet
@@ -2044,7 +2042,6 @@ device            xmphy           # XaQti XMAC II
 
 # Order for ISA devices is important here
 
-device         ep
 device         ex
 device         fe
 hint.fe.0.at="isa"

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Fri May 17 15:23:02 2019        (r347911)
+++ head/sys/conf/files Fri May 17 15:23:10 2019        (r347912)
@@ -1633,9 +1633,6 @@ dev/ena/ena_sysctl.c              optional ena \
        compile-with "${NORMAL_C} -I$S/contrib"
 contrib/ena-com/ena_com.c      optional ena
 contrib/ena-com/ena_eth_com.c  optional ena
-dev/ep/if_ep.c                 optional ep
-dev/ep/if_ep_isa.c             optional ep isa
-dev/ep/if_ep_pccard.c          optional ep pccard
 dev/esp/esp_pci.c              optional esp pci
 dev/esp/ncr53c9x.c             optional esp
 dev/etherswitch/arswitch/arswitch.c            optional arswitch

Modified: head/sys/conf/files.i386
==============================================================================
--- head/sys/conf/files.i386    Fri May 17 15:23:02 2019        (r347911)
+++ head/sys/conf/files.i386    Fri May 17 15:23:10 2019        (r347912)
@@ -199,7 +199,6 @@ dev/ed/if_ed_isa.c          optional ed isa
 dev/ed/if_ed_wd80x3.c          optional ed isa
 dev/ed/if_ed_hpp.c             optional ed isa ed_hpp
 dev/ed/if_ed_sic.c             optional ed isa ed_sic
-dev/ep/elink.c                 optional ep
 dev/fb/fb.c                    optional fb | vga
 dev/fb/s3_pci.c                        optional s3pci
 dev/fb/vesa.c                  optional vga vesa

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC  Fri May 17 15:23:02 2019        (r347911)
+++ head/sys/i386/conf/GENERIC  Fri May 17 15:23:10 2019        (r347912)
@@ -272,7 +272,6 @@ device              xl                      # 3Com 3c90x 
(``Boomerang'', ``Cyclone'')
 
 # ISA Ethernet NICs.  pccard NICs included.
 device         ex                      # Intel EtherExpress Pro/10 and Pro/10+
-device         ep                      # Etherlink III based cards
 device         fe                      # Fujitsu MB8696x based cards
 device         sn                      # SMC's 9000 series of Ethernet chips
 device         xe                      # Xircom pccard Ethernet

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Fri May 17 15:23:02 2019        (r347911)
+++ head/sys/modules/Makefile   Fri May 17 15:23:10 2019        (r347912)
@@ -110,7 +110,6 @@ SUBDIR=     \
        ${_efirt} \
        ${_em} \
        ${_ena} \
-       ${_ep} \
        ${_epic} \
        esp \
        ${_et} \
@@ -599,7 +598,6 @@ _cpuctl=    cpuctl
 _cpufreq=      cpufreq
 _dpms=         dpms
 _em=           em
-_ep=           ep
 _et=           et
 _exca=         exca
 _fe=           fe
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to