Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Note removal of midway and NATM, and prune the entries f...



details:   https://anonhg.NetBSD.org/src/rev/0b2e07955621
branches:  trunk
changeset: 433289:0b2e07955621
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Sep 06 06:46:25 2018 +0000

description:
Note removal of midway and NATM, and prune the entries from TODO.smpnet.

diffstat:

 doc/CHANGES     |  4 +++-
 doc/TODO.smpnet |  5 +----
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r b734cf818cd6 -r 0b2e07955621 doc/CHANGES
--- a/doc/CHANGES       Thu Sep 06 06:41:59 2018 +0000
+++ b/doc/CHANGES       Thu Sep 06 06:46:25 2018 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2439 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2440 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -220,3 +220,5 @@
        libpcap: Import 1.9.0. [christos 20180903]
        mpfr: Updated to version 4.0.1. [mrg 20180904]
        mpc: Updated to version 1.1.0. [mrg 20180904]
+       kernel: Remove en(4). [maxv 20180906]
+       kernel: Remove the NATM code. [maxv 20180906]
diff -r b734cf818cd6 -r 0b2e07955621 doc/TODO.smpnet
--- a/doc/TODO.smpnet   Thu Sep 06 06:41:59 2018 +0000
+++ b/doc/TODO.smpnet   Thu Sep 06 06:46:25 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.smpnet,v 1.23 2018/08/14 14:49:13 maxv Exp $
+$NetBSD: TODO.smpnet,v 1.24 2018/09/06 06:46:25 maxv Exp $
 
 MP-safe components
 ==================
@@ -59,7 +59,6 @@
 
  - Layer 2
    - ARCNET (if_arcsubr.c)
-   - ATM (if_atmsubr.c)
    - BRIDGE_IPF
    - FDDI (if_fddisubr.c)
    - HIPPI (if_hippisubr.c)
@@ -88,7 +87,6 @@
    - pf(4)
  - Others
    - AppleTalk (sys/netatalk/)
-   - ATM (sys/netnatm/)
    - Bluetooth (sys/netbt/)
    - altq(4)
    - CIFS (sys/netsmb/)
@@ -118,7 +116,6 @@
 This is the list of the functions that have such bpf_mtap:
 
  - sca_frame_process() @ sys/dev/ic/hd64570.c
- - en_intr() @ sys/dev/ic/midway.c
  - rxintr_cleanup() @ sys/dev/pci/if_lmc.c
  - ipr_rx_data_rdy() @ sys/netisdn/i4b_ipr.c
 



Home | Main Index | Thread Index | Old Index