Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 07:35:50 +0200
From:      Thierry Herbelot <thierry@herbelot.com>
To:        freebsd-current@freebsd.org
Subject:   Re: [PATCH] if_dc cleanups..
Message-ID:  <200606010735.52820.thierry@herbelot.com>
In-Reply-To: <200606010030.33558.thierry@herbelot.com>
References:  <200605241556.44483.jhb@freebsd.org> <200605311753.23976.jhb@freebsd.org> <200606010030.33558.thierry@herbelot.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <MII bus> on dc0
bmtphy0: <BCM5201 10/100baseTX PHY> 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: <MII bus> on dc0
bmtphy0: <BCM5201 10/100baseTX PHY> 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



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