Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add kse(4) for i386/amd64 GENERIC



details:   https://anonhg.NetBSD.org/src/rev/01c33f054ca0
branches:  trunk
changeset: 744919:01c33f054ca0
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Mon Feb 17 06:32:46 2020 +0000

description:
add kse(4) for i386/amd64 GENERIC

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 ++++---
 sys/arch/i386/conf/GENERIC  |  5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r 2409004b7ca7 -r 01c33f054ca0 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Feb 17 06:05:31 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Feb 17 06:32:46 2020 +0000
@@ -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 @@
 
 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 @@
 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 @@
 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
diff -r 2409004b7ca7 -r 01c33f054ca0 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Feb 17 06:05:31 2020 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Feb 17 06:32:46 2020 +0000
@@ -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 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index