Module Name: src
Committed By: nisimura
Date: Mon Feb 17 06:32:46 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
add kse(4) for i386/amd64 GENERIC
To generate a diff of this commit:
cvs rdiff -u -r1.562 -r1.563 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1224 -r1.1225 src/sys/arch/i386/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.562 src/sys/arch/amd64/conf/GENERIC:1.563
--- src/sys/arch/amd64/conf/GENERIC:1.562 Sun Feb 9 16:06:18 2020
+++ src/sys/arch/amd64/conf/GENERIC Mon Feb 17 06:32:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.562 2020/02/09 16:06:18 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.563 2020/02/17 06:32:46 nisimura Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.562 $"
+#ident "GENERIC-$Revision: 1.563 $"
maxusers 64 # estimated number of users
@@ -796,6 +796,7 @@ ex* at pci? dev ? function ? # 3Com 90x[
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
gem* at pci? dev ? function ? # Apple GMAC and Sun ERI gigabit enet
gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
+hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100
iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG
iwm* at pci? dev ? function ? # Intel Centrino 7260
@@ -804,7 +805,7 @@ ixg* at pci? dev ? function ? # Intel 82
ixl* at pci? dev ? function ? # Intel Ethernet 700 Series
ixv* at pci? dev ? function ? # Intel 8259x 10G virtual function
jme* at pci? dev ? function ? # JMicron JMC2[56]0 ethernet
-hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
+kse* at pci? dev ? function ? # Micrel KSZ8841/8842 ethernet
lii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet
malo* at pci? dev ? function ? # Marvell Libertas Wireless
mcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1224 src/sys/arch/i386/conf/GENERIC:1.1225
--- src/sys/arch/i386/conf/GENERIC:1.1224 Sun Feb 9 16:06:18 2020
+++ src/sys/arch/i386/conf/GENERIC Mon Feb 17 06:32:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1224 2020/02/09 16:06:18 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.1225 2020/02/17 06:32:46 nisimura Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1224 $"
+#ident "GENERIC-$Revision: 1.1225 $"
maxusers 64 # estimated number of users
@@ -983,6 +983,7 @@ iwn* at pci? dev ? function ? # Intel PR
ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit
ixl* at pci? dev ? function ? # Intel Ethernet 700 Series
jme* at pci? dev ? function ? # JMicron JMC2[56]0 Ethernet
+kse* at pci? dev ? function ? # Micrel KSZ8841/8842 ethernet
lii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet
malo* at pci? dev ? function ? # Marvell Libertas Wireless
mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet