summaryrefslogtreecommitdiff
path: root/sys/arch/vax/if/sgec.c
AgeCommit message (Expand)Author
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-09cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-08-22Instead of spewing error messages about link status, support link statusTheo de Raadt
2006-08-31Make sure we do mbuf operations at splnet(), for some models have zeMiod Vallat
2006-08-30Teach the SGEC driver about the Real World:Miod Vallat
2006-08-27Move cfdriver structs to better places, in preparation for new attachments.Miod Vallat
2006-08-24Check for a selftest failure after reset in the correct register.Miod Vallat
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-24splimp -> splnetBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2003-05-11string cleaning; krw okTheo de Raadt
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-04-27sync w/netbsdBrandon Creighton