Subject: Driver for Adaptec AIC-6915 10/100 Ethernet
To: None <current-users@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 06/18/2001 15:13:41
Folks...

I have just committed a driver for the AIC-6915 10/100 Ethernet.  The
chip is also known as the ``Starfire''.

The chip comes on several Adaptec Ethernet boards:

	- ANA-62011 Single port 10/100 64-bit
	- ANA-62022 Dual port 10/100 64-bit
	- ANA-62044 Quad port 10/100 64-bit
	- ANA-62020 Single port 100baseFX 64-bit
	- ANA-69011 Single port 10/100 32-bit

I have tested it on the following board:

sf0 at pci0 dev 11 function 0: ANA-62011 (rev 0) 10/100 Ethernet, rev. 3
sf0: interrupting at irq 11
sf0: Ethernet address 00:00:d1:a8:16:08
sqphy0 at sf0 phy 1: Seeq 80220 10/100 media interface, rev. 1
sqphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

This board has been on the market for a couple of years now, and I wrote
a driver for it when it first came out, but it never made it to the tree
because I never finished debugging it, and then when I switched jobs (NASA
to Zembu), I lost the source code (sigh).

But we have a driver now!  :-)

If you have problems with it, please send a bug report w/ send-pr(1).

Enjoy!

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>