Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add gem(4).



details:   https://anonhg.NetBSD.org/src/rev/3b9bdb044e10
branches:  trunk
changeset: 456146:3b9bdb044e10
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 25 03:53:11 2019 +0000

description:
Add gem(4).

diffstat:

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

diffs (26 lines):

diff -r f1bf4699b050 -r 3b9bdb044e10 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Apr 24 23:39:23 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Apr 25 03:53:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.524 2019/04/18 17:13:00 maya Exp $
+# $NetBSD: GENERIC,v 1.525 2019/04/25 03:53:11 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.524 $"
+#ident         "GENERIC-$Revision: 1.525 $"
 
 maxusers       64              # estimated number of users
 
@@ -798,6 +798,7 @@
 ex*    at pci? dev ? function ?        # 3Com 90x[BC]
 fpa*   at pci? dev ? function ?        # DEC DEFPA FDDI
 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
 ipw*   at pci? dev ? function ?        # Intel PRO/Wireless 2100
 iwi*   at pci? dev ? function ?        # Intel PRO/Wireless 2200BG



Home | Main Index | Thread Index | Old Index