summaryrefslogtreecommitdiff
path: root/sys/dev/ic/smc83c170.c
AgeCommit message (Expand)Author
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-12-15If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. SpottedKenneth R Westerback
2005-12-15Fix error printf()s.Kenneth R Westerback
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-06-28do not whine if we cannot get mbufs.Brad Smith
2005-05-10ANSI protosBrad Smith
2005-05-10- remove commented out headerBrad Smith
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith