Subject: Re: tlp driver - how to config?
To: None <paul@whooppee.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-alpha
Date: 02/21/2000 16:26:38
On Mon, 21 Feb 2000 16:12:08 -0800 (PST) 
 Paul Goyette <paul@whooppee.com> wrote:

 > "OPTIONS TLP_MATCH_21140".  But when I boot up, I get "Digital Equipment
 > DECchip 21140 ("FasterNet") 10/100 Ethernet (ethernet network, revision
 > 0x22) at pci0 dev 9 function 0 not configured"

rm if_tlp_pci.o
make

There are no dependenciens generated for the TLP_MATCH_* options.

Here's from my AlphaStation 500:

[ preserving 292128 bytes of netbsd ELF symbol table ]
Copyright (c) 1996, 1997, 1998, 1999, 2000
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.4S (BISHOP) #1003: Sat Feb 12 19:26:03 PST 2000
    thorpej@bishop:/amd/dracul/u2/netbsd/src/sys/arch/alpha/compile/BISHOP
Digital AlphaStation 500/500, 500MHz
8192 byte page size, 1 processor.
total memory = 256 MB
(2200 KB reserved for PROM, 253 MB used by NetBSD)
avail memory = 231 MB
using 1637 buffers containing 13096 KB of memory
.
.
.
tlp0 at pci0 dev 6 function 0: DECchip 21040 Ethernet, pass 2.6
tlp0: interrupting at kn20aa irq 13
tlp0: Ethernet address 00:00:f8:25:56:c5
tlp0: 10baseT, 10baseT-FDX, 10base5, manual
tlp0: supplying EUI64: 00:00:f8:ff:fe:25:56:c5
[that's the built-in 21040 ]
.
.
.
tlp1 at pci0 dev 8 function 0: DECchip 21140A Ethernet, pass 2.0
tlp1: interrupting at kn20aa irq 16
tlp1: DEC DE500-AA, Ethernet address 00:00:f8:05:c1:cc
nsphy0 at tlp1 phy 5: DP83840 10/100 media interface, rev. 0
nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
[that's a DE-500 add-in card]

I use the 21140 interface in 100baseTX-FDX almost exclusively on this box.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>