summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev/qe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@miod2010-11-111-5/+3
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-17/+8
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-7/+3
* unknown ioctl is ENOTTY not EINVALjason2006-05-271-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* splimp -> splnetbrad2005-11-091-2/+2
* remove netns crud.henning2005-06-081-19/+1
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-2/+2
* Switch sparc to evcount; ok deraadt@miod2004-09-291-2/+2
* nuke my clause 3 & 4 (and a couple jointly (c) with Theo).jason2003-06-021-3/+1
* KNF (parenthesized returns)jason2002-08-071-8/+8
* Fix an ancient problem in how sparc interrupts are handled.art2002-04-301-2/+2
* First round of __P removal in sysmillert2002-03-141-20/+20
* since we're checking, avoid an unnecessary writejason2002-02-081-6/+7
* Better IFF_OACTIVE handling; don't bother calling qestart() unlessjason2002-02-081-9/+17
* Don't whine about not having carrier... ifconfig on the interface will say so.jason2002-01-011-2/+1
* convert to ALTQ style macros (these drivers appear to meet the criteria forjason2001-07-301-3/+6
* trivial ether_input_mbuf() conversions.fgsch2001-06-261-8/+3
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-6/+1
* - take advantage of the fact that qe's and be's require qec's and movejason2001-01-301-98/+9
* seems the qe/mace combination needs a delay between accesses to thejason2000-11-171-7/+8
* - remove other media types, the MACE isn't as bright as one would hopejason2000-11-161-48/+9
* wait for the MACE to figure out whether it has media or not, and thenjason2000-11-161-2/+6
* - Fix the NMI problem: it seems the qec channel reset also resets the MACE, andjason2000-11-161-53/+141
* hmm, you'd never know these started out as if_ie.c....jason2000-06-181-7/+1
* fix mbuf chain allocation to comply with m_devget() way.jason1999-12-081-2/+8
* better promisc & allmulti handlingjason1999-02-241-53/+54
* match be & qe as part of the bootpathjason1999-02-081-1/+7
* First step at unifying qe & be drivers:jason1998-11-021-22/+4
* The qec global reset should only be allowed to happen once per qec card, notjason1998-10-211-3/+1
* o Only read the per-channel status reg if the global int mask says somethingjason1998-10-201-5/+6
* Use register definitions from AMD databook.jason1998-10-191-11/+12
* Support for the qec+qe (SBus QuadEthernet board)jason1998-10-191-0/+986