Module Name: src
Committed By: maxv
Date: Wed Dec 12 07:07:30 UTC 2018
Modified Files:
src/doc: CHANGES TODO.smpnet
Log Message:
Drop LMC-related entry from TODO.smpnet, and note removal of LMC.
To generate a diff of this commit:
cvs rdiff -u -r1.2461 -r1.2462 src/doc/CHANGES
cvs rdiff -u -r1.25 -r1.26 src/doc/TODO.smpnet
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2461 src/doc/CHANGES:1.2462
--- src/doc/CHANGES:1.2461 Sat Dec 8 22:38:06 2018
+++ src/doc/CHANGES Wed Dec 12 07:07:30 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2461 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2462 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -257,3 +257,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
atactl(8): Add support to automatically detect Micron/Crucial devices
and their vendor-specific SMART status values. [mrg 20181205]
OpenSSL: Imported 1.1.1a. [christos 20181208]
+ kernel: Remove the lmc(4) driver, and its associated lmcconfig(8)
+ tool. [maxv 20181212]
Index: src/doc/TODO.smpnet
diff -u src/doc/TODO.smpnet:1.25 src/doc/TODO.smpnet:1.26
--- src/doc/TODO.smpnet:1.25 Sun Sep 23 13:48:16 2018
+++ src/doc/TODO.smpnet Wed Dec 12 07:07:30 2018
@@ -1,4 +1,4 @@
-$NetBSD: TODO.smpnet,v 1.25 2018/09/23 13:48:16 maxv Exp $
+$NetBSD: TODO.smpnet,v 1.26 2018/12/12 07:07:30 maxv Exp $
MP-safe components
==================
@@ -115,7 +115,6 @@ Unfortunately some bpf_mtap on Rx are st
This is the list of the functions that have such bpf_mtap:
- sca_frame_process() @ sys/dev/ic/hd64570.c
- - rxintr_cleanup() @ sys/dev/pci/if_lmc.c
Ideally we should make the functions run in softint somehow, but we don't have
actual devices, no time (or interest/love) to work on the task, so instead we