summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/if_sn.c
AgeCommit message (Expand)Author
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-08cosmetic 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
2007-09-04Reset the chip after internal memory exhaustion, makes the driver more solidMiod Vallat
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
2006-06-24Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(),Miod Vallat
2006-04-16Remove assert definitions which are provided by libkern.Miod Vallat
2006-04-14rm trailing whitespaceMartin Reindl
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-23- Remove variable names from function prototypes.Brad Smith
2006-03-23Use PAGE_SIZE instead of NBPG.Brad Smith
2006-03-23ANSIfyBrad Smith
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-01-04- make sure int is in running state before touching the multicast filterBrad Smith
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2003-01-19shut up, dn(4). There's really no need to printf junk nobody wants to readHenning Brauer
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-04$OpenBSD$Niklas Hallqvist
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-11-10seperate -> separate, okay aaron@Niels Provos
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-06-18Make if_sn.c far more MI, eventually share with pica.denny
1997-04-25A couple of performance improvements from Denny Gentry <denny1@home.com>briggs
1997-04-18Fix from Denny Gentry--initialize receive seq. count and don't skip an entrybriggs
1997-04-13Some updates based on information from Bob Nestor <rnestor@metronet.com>briggs
1997-04-10Stop the SONIC before setting reset, not after...briggs
1997-04-10Changes from Denny Gentry <denny1@home.com>:briggs
1997-03-29Update from Denton Gentry with minor bug fixes by me.briggs
1997-03-25From scottr@netbsd.org:briggs
1997-03-17Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I w...briggs
1997-03-17*Blush* It's Denton, not Dennis, Gentry.briggs
1997-03-17Fix typo.briggs
1997-03-17A couple of cleanup items suggested by is@netbsd.org.briggs
1997-03-17Integrate a couple of changes suggested by Scott Reynolds and Takeshi Yanagis...briggs
1997-03-14Updates from Yanagisawa and Denny. This seems to work.briggs
1997-03-12Bring in some fresh SONIC code from Dennis Gentry and Yanagisawa Takeshi.briggs
1996-10-28Include macinfo.h.briggs
1996-10-19__assert added, impl from netbsd, however put elsewhere. use it insteadNiklas Hallqvist
1996-09-21Remove include of assert.h and fix a format error in debug camdump() code.briggs