Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2002 13:24:39 +0100 (CET)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/46439: [PATCH] sysinstall doesn't know the em device description
Message-ID:  <200212211224.gBLCOdDl010229@obluda.cz>

next in thread | raw e-mail | index | archive | help

>Number:         46439
>Category:       bin
>Synopsis:       [PATCH] sysinstall doesn't know the em device description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 21 04:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212211224.gBLCOdDl010229>