summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/if_ae.c
AgeCommit message (Expand)Author
2007-01-22use the MI DP8390 driver instead of rolling our own functionsMartin Reindl
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
2007-01-03shorten dmesg a bitMartin Reindl
2006-12-06fix some multi-line comments and printfsMartin Reindl
2006-04-14rm trailing whitespaceMartin Reindl
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-01-09Remove duplicate defines with if_ether.hMiod Vallat
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-05- missing m_free()Martin Reindl
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-04-16probe correct amount of RAM on cards that have 64KB memoryXavier Santolaria
2003-03-12backout the two previous patches, it breaks the 3com ae card and I don'tJason Wright
2003-01-28Remove (now) bogus diagnostic check and set the output length correctly (why ...Jason Wright
2003-01-27padd < mimimum sized frames with 0's instead of whatever the chip wants; base...Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-20occured->occurredMike Pechkin
2001-07-09Trivial ether_input_mbuf().Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
1997-04-25Cool. Drop oversized packets rather than splitting into mbufs. NetBSD log:gene
1997-04-17Changes earmarked 'purely cosmetic' by Scott Reynolds:gene
1997-03-25From scottr@netbsd.org:briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
1996-02-04Cosmetic unsigned char -> u_charbriggs
1996-02-02Force the talley counters to be read when we get the interrupt. GCCbriggs
1996-01-14from netbsd:briggs
1995-12-27from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt