Subject: Re: NIC drivers
To: Sebastien Guillemin <sebastien.guillemin@ncl.ac.uk>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: netbsd-help
Date: 01/31/2000 10:51:19
On Mon, 31 Jan 2000 18:19:34 +0000 
 Sebastien Guillemin <sebastien.guillemin@ncl.ac.uk> wrote:

 > where is it possible to find the source files for 3c503 and 3c509
 > network adapters support ?

For the 3c503:

	src/sys/dev/isa/if_ec.c
	src/sys/dev/ic/dp8380*

For the 3c509:

	src/sys/dev/isa/if_ep_isa.c
	src/sys/dev/isapnp/if_ep_isapnp.c
	src/sys/dev/ic/elink3*

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