Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst | |
2010-02-27 | Fix multicast handling. All Atheros controllers use big-endian form | Kevin Lo | |
when computing multicast hash. From Brad via FreeBSD | |||
2010-01-07 | Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@ | Stuart Henderson | |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback | |
with m_tag_copy_chain() failures. Use m_defrag() to eliminate hand rolled defragging of mbufs and some uses of M_DUP_PKTHDR(). Original diff from thib@, claudio@'s feedback integrated by me. Tests kevlo@ claudio@, "reads ok" blambert@ ok thib@ claudio@, "m_defrag() bits ok" kettenis@ | |||
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo | |
this driver was written by Pyun YongHyeon from FreeBSD. "go ahead" deraadt@ |