I need 100mb interfaces. I will probable go in a low end server class
machine.
> On 2008/02/01 12:21, Chris Bullock wrote:
> > I need a recommendation for a quad port nic to put in my
> router/firewall.
www.bgmicro.com has a quad AIC-6915 card for $38 their part COM1204
I use it in my firewall. You need my 1-line patch to aic6915.c which
adds
in sf_stop:
cvs diff -c aic6915.c
Index: aic6915.c
===================================================================
RCS file: /cvs/src/sys/dev/ic/aic6915.c,v
retrieving revision 1.3
diff -c -r1.3 aic6915.c
*** aic6915.c 15 Dec 2006 15:28:27 -0000 1.3
--- aic6915.c 16 Jan 2008 14:35:07 -0000
***************
*** 1245,1250 ****
--- 1245,1251 ----
ds->ds_mbuf = NULL;
}
}
+ sc->sc_txpending = 0;
if (disable)
sf_rxdrain(sc);
if you use them.
geoff steckel