Source-Changes-HG archive

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

[src/trunk]: src/sys/conf More ipkdb removal



details:   https://anonhg.NetBSD.org/src/rev/3da93021a443
branches:  trunk
changeset: 320651:3da93021a443
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jul 15 07:07:15 2018 +0000

description:
More ipkdb removal

diffstat:

 sys/conf/files |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r dee401026139 -r 3da93021a443 sys/conf/files
--- a/sys/conf/files    Sun Jul 15 06:40:39 2018 +0000
+++ b/sys/conf/files    Sun Jul 15 07:07:15 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1201 2018/07/12 10:46:48 maxv Exp $
+#      $NetBSD: files,v 1.1202 2018/07/15 07:07:15 martin Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20171118
@@ -443,11 +443,6 @@
 #
 include "altq/files.altq"
 
-#
-# IPKDB kernel debugger
-#
-include "ipkdb/files.ipkdb"
-
 # Logical disk
 #
 device ld: disk
@@ -742,9 +737,8 @@
 
 # 8390-family Ethernet controllers
 #
-defflag        opt_ipkdb.h             IPKDB_DP8390
 define dp8390nic
-file   dev/ic/dp8390.c                 dp8390nic | ipkdb_dp8390
+file   dev/ic/dp8390.c                 dp8390nic
 
 # National Semiconductor DP83905 AT/LANTIC Ethernet media support
 #
@@ -884,9 +878,8 @@
 # Novell NE2000-compatible Ethernet cards, based on the
 # National Semiconductor DS8390.
 #
-defflag        opt_ipkdb.h             IPKDB_NE                        : IPKDB_DP8390
 device ne: ether, ifnet, arp, dp8390nic, mii
-file   dev/ic/ne2000.c                 ne | ipkdb_ne
+file   dev/ic/ne2000.c                 ne
 
 # 8250/16[45]50-based "com" ports
 #



Home | Main Index | Thread Index | Old Index