From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 14 06:40:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org 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 DB52416A408 for ; Fri, 14 Apr 2006 06:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBB743D5A for ; Fri, 14 Apr 2006 06:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3E6eEY7023394 for ; Fri, 14 Apr 2006 06:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3E6eEIf023393; Fri, 14 Apr 2006 06:40:14 GMT (envelope-from gnats) Resent-Date: Fri, 14 Apr 2006 06:40:14 GMT Resent-Message-Id: <200604140640.k3E6eEIf023393@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicky Bulthuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3F416A400 for ; Fri, 14 Apr 2006 06:38:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A8143D4C for ; Fri, 14 Apr 2006 06:38:28 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k3E6cSGM081316 for ; Fri, 14 Apr 2006 06:38:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k3E6cSfI081315; Fri, 14 Apr 2006 06:38:28 GMT (envelope-from nobody) Message-Id: <200604140638.k3E6cSfI081315@www.freebsd.org> Date: Fri, 14 Apr 2006 06:38:28 GMT From: Nicky Bulthuis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/95729: [solved] Intel Pro/100 VE not detected on Toshiba A100-159 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 06:40:17 -0000 >Number: 95729 >Category: kern >Synopsis: [solved] Intel Pro/100 VE not detected on Toshiba A100-159 >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: Fri Apr 14 06:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicky Bulthuis >Release: FreeBSD 6.0-RELEASE >Organization: ValureCare >Environment: FreeBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Thu Apr 13 21:46:46 CEST 2006 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: According to my googling and the FreeBSD documentation the Intel PRO/100 VE should be detected by the 'fxp' driver. Sadly it does not get detected on my new Toshiba A100-159 laptop. I've found several items on the Internet from people with the same problems (in 2003). Some provided a solution, i've used that solution and applied that to my Intel PRO/100 VE network card. The network card now works. output of 'pciconf -lv' fxp0@pci7:8:0: class=0x020000 card=0xff101179 chip=0x10928086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' class = network subclass = ethernet This is after it was fixed, else the 'fxp0' would be 'none'. I'm running a new/default install of FreeBSD 6.0, GENERIC kernel. No extra options to either rc.conf, make.conf or any other configuration files. ------ I hope i haven't forgotten anything, as this is my first problem report. I've also not have that much experience with patch/diff, so i'd like to leave that to someone with more experience. I could find no simliar problem reports or anything in the mailinglist archives, but perhaps i have missed it. Regards, Nicky Bulthuis >How-To-Repeat: Reboot >Fix: File changed: /sys/dev/fxp/if_fxp.c. I've added the following line to this section : static struct fxp_ident fxp_ident_table[] = { { 0x1092, -1, "Intel Pro/100 VE Network Connection }, } Once my network connection was up, i've cvsup'd to the latest of RELENG_6. As far as i could tell, the if_fxp.c file did not have the 0x1092 line for my network card. >Release-Note: >Audit-Trail: >Unformatted: