summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/if_ie.c
AgeCommit message (Expand)Author
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo 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
2006-12-03Revert r1.35 (ether_input to ether_input_mbuf conversion), this causesMiod Vallat
2006-05-27unknown ioctl is ENOTTY not EINVALJason Wright
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
2006-01-15Sync sc_memcopy and sc_memzero signatures with bcopy and bzero.Miod Vallat
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-06-08remove netns crud.Henning Brauer
2005-03-23Move wzero() and wcopy() from machdep.c to where they are really used.Miod Vallat
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2003-11-14the the; rohee@Miod Vallat
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2002-11-10Use appropriate VM_MAP constants rather than hardcoded values inMiod Vallat
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-29oopsArtur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
1999-09-06unbreak things after the pmap_enter changeArtur Grabowski
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-04-22UVM fixes. vm_map_create -> uvm_map_create and kmem_alloc -> uvm_km_allocArtur Grabowski
1999-03-01add checks for if_bridge (in addition to if_bpf)Jason Wright
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
1995-12-27from netbsd:Theo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
1995-10-18add interrupt counter; not available on VME32Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt