From owner-freebsd-current@FreeBSD.ORG Thu Jun 1 05:36:04 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B2B16AAB0 for ; Thu, 1 Jun 2006 05:36:04 +0000 (UTC) (envelope-from thierry@herbelot.com) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC2D843D45 for ; Thu, 1 Jun 2006 05:36:03 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp4-g19.free.fr (Postfix) with ESMTP id B14B654859 for ; Thu, 1 Jun 2006 07:36:02 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id k515ZxoK032713 for ; Thu, 1 Jun 2006 07:36:01 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Thu, 1 Jun 2006 07:35:50 +0200 User-Agent: KMail/1.9.1 References: <200605241556.44483.jhb@freebsd.org> <200605311753.23976.jhb@freebsd.org> <200606010030.33558.thierry@herbelot.com> In-Reply-To: <200606010030.33558.thierry@herbelot.com> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606010735.52820.thierry@herbelot.com> Subject: Re: [PATCH] if_dc cleanups.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 05:36:04 -0000 A more complete report, with the full verbose lines related to my dc : with the patch : found-> vendor=0x11ad, dev=0x0002, revid=0x20 bus=0, slot=9, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 0000c400, size 8, enabled map[14]: type 1, range 32, base d8002000, size 8, enabled pcib0: slot 9 INTA routed to irq 19 .... dc0: <82c169 PNIC 10/100BaseTX> port 0xc400-0xc4ff mem 0xd8002000-0xd80020ff irq 19 at device 9.0 on pci0 dc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc400 miibus0: on dc0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: bpf attached dc0: Ethernet address: 00:02:e3:08:63:af dc0: [MPSAFE] with the standard kernel sources : found-> vendor=0x11ad, dev=0x0002, revid=0x20 bus=0, slot=9, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 0000c400, size 8, enabled map[14]: type 1, range 32, base d8002000, size 8, enabled pcib0: slot 9 INTA routed to irq 19 ... dc0: <82c169 PNIC 10/100BaseTX> port 0xc400-0xc4ff mem 0xd8002000-0xd80020ff irq 19 at device 9.0 on pci0 dc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc400 miibus0: on dc0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: bpf attached dc0: Ethernet address: 00:02:e3:08:63:af dc0: [MPSAFE] I did not find any difference TfH