git: 173f6ce152ce - main - KDB: remove obsolete KDB_WHY_NDIS
Marius Strobl
marius at FreeBSD.org
Tue Jan 26 22:10:20 UTC 2021
The branch main has been updated by marius:
URL: https://cgit.FreeBSD.org/src/commit/?id=173f6ce152ce1c4ea3e685d28a3c6461cc140513
commit 173f6ce152ce1c4ea3e685d28a3c6461cc140513
Author: Marius Strobl <marius at FreeBSD.org>
AuthorDate: 2021-01-26 21:51:24 +0000
Commit: Marius Strobl <marius at FreeBSD.org>
CommitDate: 2021-01-26 21:51:24 +0000
KDB: remove obsolete KDB_WHY_NDIS
ndis(4) has been removed in bfc99943b04b46a6c1c885ce7bcc6f235b7422aa.
---
sys/sys/kdb.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/sys/kdb.h b/sys/sys/kdb.h
index 5ace60740bb6..72eb51d57aee 100644
--- a/sys/sys/kdb.h
+++ b/sys/sys/kdb.h
@@ -114,7 +114,6 @@ extern const char * volatile kdb_why;
#define KDB_WHY_BREAK "break" /* Console or serial break. */
#define KDB_WHY_WATCHDOG "watchdog" /* Watchdog entered debugger. */
#define KDB_WHY_CAM "cam" /* CAM has entered debugger. */
-#define KDB_WHY_NDIS "ndis" /* NDIS entered debugger. */
#define KDB_WHY_ACPI "acpi" /* ACPI entered debugger. */
#define KDB_WHY_TRAPSIG "trapsig" /* Sparc fault. */
#define KDB_WHY_POWERFAIL "powerfail" /* Powerfail NMI. */
More information about the dev-commits-src-main
mailing list