summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/qe.c
AgeCommit message (Expand)Author
2010-11-11Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@Miod Vallat
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-05-27unknown ioctl is ENOTTY not EINVALJason Wright
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-09splimp -> splnetBrad Smith
2005-06-08remove netns crud.Henning Brauer
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-06-02nuke my clause 3 & 4 (and a couple jointly (c) with Theo).Jason Wright
2002-08-07KNF (parenthesized returns)Jason Wright
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
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-02-24better promisc & allmulti handlingJason Wright
1999-02-08match be & qe as part of the bootpathJason Wright
1998-11-02First step at unifying qe & be drivers:Jason Wright
1998-10-21The qec global reset should only be allowed to happen once per qec card, notJason Wright
1998-10-20o Only read the per-channel status reg if the global int mask says somethingJason Wright
1998-10-19Use register definitions from AMD databook.Jason Wright
1998-10-19Support for the qec+qe (SBus QuadEthernet board)Jason Wright