index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
dev
/
qe.c
Age
Commit message (
Expand
)
Author
2010-11-11
Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@
Miod Vallat
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2006-05-27
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-09
splimp -> splnet
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-09-29
Switch sparc to evcount; ok deraadt@
Miod Vallat
2003-06-02
nuke my clause 3 & 4 (and a couple jointly (c) with Theo).
Jason Wright
2002-08-07
KNF (parenthesized returns)
Jason Wright
2002-04-30
Fix an ancient problem in how sparc interrupts are handled.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-08
since we're checking, avoid an unnecessary write
Jason Wright
2002-02-08
Better IFF_OACTIVE handling; don't bother calling qestart() unless
Jason Wright
2002-01-01
Don't whine about not having carrier... ifconfig on the interface will say so.
Jason Wright
2001-07-30
convert to ALTQ style macros (these drivers appear to meet the criteria for
Jason Wright
2001-06-26
trivial ether_input_mbuf() conversions.
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-01-30
- take advantage of the fact that qe's and be's require qec's and move
Jason Wright
2000-11-17
seems the qe/mace combination needs a delay between accesses to the
Jason Wright
2000-11-16
- remove other media types, the MACE isn't as bright as one would hope
Jason Wright
2000-11-16
wait for the MACE to figure out whether it has media or not, and then
Jason Wright
2000-11-16
- Fix the NMI problem: it seems the qec channel reset also resets the MACE, and
Jason Wright
2000-06-18
hmm, you'd never know these started out as if_ie.c....
Jason Wright
1999-12-08
fix mbuf chain allocation to comply with m_devget() way.
Jason Wright
1999-02-24
better promisc & allmulti handling
Jason Wright
1999-02-08
match be & qe as part of the bootpath
Jason Wright
1998-11-02
First step at unifying qe & be drivers:
Jason Wright
1998-10-21
The qec global reset should only be allowed to happen once per qec card, not
Jason Wright
1998-10-20
o Only read the per-channel status reg if the global int mask says something
Jason Wright
1998-10-19
Use register definitions from AMD databook.
Jason Wright
1998-10-19
Support for the qec+qe (SBus QuadEthernet board)
Jason Wright