From owner-freebsd-bugs Sat Dec 21 4:30: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC9937B401 for ; Sat, 21 Dec 2002 04:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028AA43EEA for ; Sat, 21 Dec 2002 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLCU2NS009465 for ; Sat, 21 Dec 2002 04:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLCU2Tx009464; Sat, 21 Dec 2002 04:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 519FD37B401 for ; 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 ; 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 ; 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 ; 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 Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/46439: [PATCH] sysinstall doesn't know the em device description Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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