summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sf.c
AgeCommit message (Collapse)Author
2000-08-02Put missing call to sf_setmulti() in sf_init() so the multicast filter willAaron Campbell
be programmed correctly; from FreeBSD.
2000-03-01If sf_encap() fails, we need to drop the packet. If sf_encap() reassemblesAaron Campbell
the mbufs into one big cluster, we need to pass the new pointer to bpf_mtap(). From art@.
2000-02-15make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()Jason Wright
1999-12-08Remove unused #define cruft.Aaron Campbell
1999-12-08Whoops; forgot to bump FreeBSD version numbers.Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
- Reset the PHY before selecting a mode. - Program IPG register to match duplex setting in accordance with Adaptec manual recommendations.
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell
Thanks to jason@ for lots of debugging help.