From 1fbbc4caa08dcb269ae13e58fd3ce254d82dd64f Mon Sep 17 00:00:00 2001
From: yongari <yongari@FreeBSD.org>
Date: Wed, 9 Nov 2005 08:49:46 +0000
Subject: [PATCH] Uncomment em(4) as it's now working.

---
 sys/sparc64/conf/GENERIC | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index b85798ac0a92..73a13c1803ce 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -155,7 +155,7 @@ device		puc		# Multi-channel uarts
  
 # PCI Ethernet NICs.
 #device		de		# DEC/Intel DC21x4x (``Tulip'')
-#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
+device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
 #device		ixgb		# Intel PRO/10GbE Ethernet Card
 #device		lnc		# NE2100, NE32-VL Lance Ethernet cards
 #device		txp		# 3Com 3cR990 (``Typhoon'')