summaryrefslogtreecommitdiff
path: root/sys/dev/ic/smc83c170.c
AgeCommit message (Expand)Author
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
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