summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/if_ie.c
AgeCommit message (Collapse)Author
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
mode being moved to if_ether.c. This is the last of the drivers hopefully.
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-01-16all modified code can now compile with -Werror -Wall -Wstrict-prototypeskstailey
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files
1997-01-07backed out prev. netbsd merge except for smaller proc tablekstailey
1996-12-31sync with 17-Dec-1996kstailey
1996-11-23sync with NetBSDkstailey
1996-10-11sync + our changesTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-03sync with 0430.Michael Shalayeff
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-10-18initial import of NetBSD treeTheo de Raadt