From dan@obluda.cz  Sat Dec 21 04:29:03 2002
Return-Path: <dan@obluda.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 519FD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Dec 2002 04:29:03 -0800 (PST)
Received: from smtp.kolej.mff.cuni.cz (smtp.kolej.mff.cuni.cz [195.113.25.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B310243EDC
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Dec 2002 04:29:01 -0800 (PST)
	(envelope-from dan@obluda.cz)
Received: from dan.kolej.mff.cuni.cz (dan.kolej.mff.cuni.cz [195.113.21.110])
	by smtp.kolej.mff.cuni.cz (8.11.6/8.11.6) with ESMTP id gBLCSvr26290
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Dec 2002 13:28:57 +0100 (CET)
	(envelope-from dan@obluda.cz)
Received: from obluda.cz (localhost [127.0.0.1])
	by dan.kolej.mff.cuni.cz (8.12.6/8.12.6) with ESMTP id gBLCSsUD010257
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Dec 2002 13:28:54 +0100 (CET)
	(envelope-from dan@obluda.cz)
Received: (from dan@localhost)
	by obluda.cz (8.12.6/8.12.6/Submit) id gBLCOdDl010229;
	Sat, 21 Dec 2002 13:24:39 +0100 (CET)
Message-Id: <200212211224.gBLCOdDl010229@obluda.cz>
Date: Sat, 21 Dec 2002 13:24:39 +0100 (CET)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysinstall doesn't know the em device description
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46439
>Category:       bin
>Synopsis:       [PATCH] sysinstall doesn't know the em device description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 21 04:30:02 PST 2002
>Closed-Date:    Thu Jan 30 10:02:09 PST 2003
>Last-Modified:  Thu Jan 30 10:02:09 PST 2003
>Originator:     Dan Lukes
>Release:        FreeBSD 4.7-STABLE i386 and FreeBSD 5.0-CURRENT i386
>Organization:
Obludarium
>Environment:
System: 4.7-STABLE i386
src/release/sysinstall/devices.c,v 1.117.2.18 2002/07/02 21:29:56 jhb

System: 5.0-CURRENT i386
src/usr.sbin/sysinstall/devices.c,v 1.143 2002/11/27 17:56:27 jhb

>Description:
	sysinstall doesn't know the em device description

>How-To-Repeat:
	install a 'em' (Intell PRO/1000 family network card) and run
sysinstall

>Fix:

	Althought the devices.c in STABLE and CURRENT arent the same, the
patch is identical for both:

*** devices.c.ORIG	Sun Jul  7 10:21:33 2002
--- devices.c	Sat Dec 21 13:15:24 2002
***************
*** 95,100 ****
--- 95,101 ----
      { DEVICE_TYPE_NETWORK,	"ed",		"Novell NE1000/2000; 3C503; NE2000-compatible PCMCIA"		},
      { DEVICE_TYPE_NETWORK,	"ep",		"3Com 3C509 ethernet card/3C589 PCMCIA"				},
      { DEVICE_TYPE_NETWORK,	"el",		"3Com 3C501 ethernet card"					},
+     { DEVICE_TYPE_NETWORK,	"em",		"Intel(R) PRO/1000 ethernet card"				},
      { DEVICE_TYPE_NETWORK,	"ex",		"Intel EtherExpress Pro/10 ethernet card"			},
      { DEVICE_TYPE_NETWORK,	"fe",		"Fujitsu MB86960A/MB86965A ethernet card"			},
      { DEVICE_TYPE_NETWORK,	"ie",		"AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210"			},

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Jan 26 18:14:26 PST 2003 
Responsible-Changed-Why:  
I'm reviewing, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46439 
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Sun Jan 26 20:53:05 PST 2003 
State-Changed-Why:  
Comitted to CURRENT!  I'll MFC in 1 day!  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46439 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Thu Jan 30 10:01:29 PST 2003 
State-Changed-Why:  
Applied to stable!  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46439 
>Unformatted:
