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
/
dev
/
isa
/
if_we.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2017-07-26
we_readmem() and ec_readmem() are inlined, but they can also be static.
Theo de Raadt
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2011-06-20
isa(4) is an indirect bus, which means that drivers that attach to it
Matthew Dempsky
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-05-08
old school media handling is no longer used; ok jsg
Theo de Raadt
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2006-10-20
remove some NetBSD code.
Brad Smith
2006-10-20
ansi
Brad Smith
2006-10-01
fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg
Brad Smith
2006-07-29
Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>
Miod Vallat
2005-06-08
remove netns crud.
Henning Brauer
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-04-17
Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.
Dale Rahn
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-03-12
Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.
Aaron Campbell
2000-04-03
change overriding message
Theo de Raadt
1998-12-23
whoops; finally this should work with isapnp *and* non-isapnp
Aaron Campbell
1998-12-23
a better fix; deraadt@
Aaron Campbell
1998-12-23
make this driver work again (move _valid assignments out of else{} so they are
Aaron Campbell
1998-11-28
no debug by default
Theo de Raadt
1998-11-28
first attempt at SMC EtherEZ (8416) on isapnp
Theo de Raadt
1998-10-04
Use swap16 not bswap16 in OpenBSD
Niklas Hallqvist
1998-09-22
Replace the ed driver.
Federico G. Schwindt