Source-Changes-HG archive

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

[src/trunk]: src/doc Tidy up again



details:   https://anonhg.NetBSD.org/src/rev/7fe4048df4fe
branches:  trunk
changeset: 822239:7fe4048df4fe
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Mar 09 06:21:54 2017 +0000

description:
Tidy up again

diffstat:

 doc/TODO.smpnet |  44 +++++++++++++++++++++++++-------------------
 1 files changed, 25 insertions(+), 19 deletions(-)

diffs (59 lines):

diff -r f7ed27da5933 -r 7fe4048df4fe doc/TODO.smpnet
--- a/doc/TODO.smpnet   Thu Mar 09 04:37:23 2017 +0000
+++ b/doc/TODO.smpnet   Thu Mar 09 06:21:54 2017 +0000
@@ -1,30 +1,36 @@
-$NetBSD: TODO.smpnet,v 1.6 2017/03/08 07:32:58 ozaki-r Exp $
+$NetBSD: TODO.smpnet,v 1.7 2017/03/09 06:21:54 ozaki-r Exp $
 
 MP-safe components
 ==================
 
- - bridge(4)
-   - STP
- - bpf(4)
- - gif(4)
- - l2tp(4)
- - npf(7)
- - pfil(9)
- - pppoe(4)
-   - if_spppsubr.c
- - tun(4)
- - vioif(4)
- - vmx(4)
- - wm(4)
-
- - Layer 2 (only Ethernet)
-   - if_ethersubr.c
- - Most Layer 3
+ - Device drivers
+   - vioif(4)
+   - vmx(4)
+   - wm(4)
+ - Layer 2
+   - Ethernet (if_ethersubr.c)
+   - bridge(4)
+     - STP
+   - Fast forward (ipflow)
+ - Layer 3
+   - All except for items in the below section
+ - Interfaces
+   - gif(4)
+   - l2tp(4)
+   - pppoe(4)
+     - if_spppsubr.c
+   - tun(4)
+ - Packet filters
+   - npf(7)
+ - Others
+   - bpf(4)
+   - pfil(9)
 
 Non MP-safe components and kernel options
 =========================================
 
- - Most network device drivers
+ - Device drivers
+   - Most drivers other than ones listed in the above section
  - Layer 2
    - ARCNET (if_arcsubr.c)
    - ATM (if_atmsubr.c)



Home | Main Index | Thread Index | Old Index