Module Name:    src
Committed By:   msaitoh
Date:           Thu Apr 25 03:53:11 UTC 2019

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
 Add gem(4).


To generate a diff of this commit:
cvs rdiff -u -r1.524 -r1.525 src/sys/arch/amd64/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.524 src/sys/arch/amd64/conf/GENERIC:1.525
--- src/sys/arch/amd64/conf/GENERIC:1.524	Thu Apr 18 17:13:00 2019
+++ src/sys/arch/amd64/conf/GENERIC	Thu Apr 25 03:53:11 2019
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 @@ et*	at pci? dev ? function ?	# Agere/LSI
 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

Reply via email to