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
/
pci
/
if_epic_pci.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
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
2014-12-22
unifdef INET
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-10-22
only output on situations where power state is D3. unify the message in
Federico G. Schwindt
2007-10-22
Use pci_set_powerstate(), shrinking the code and unifying the different
Federico G. Schwindt
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2005-12-15
Fix error printf()s.
Kenneth R Westerback
2005-07-02
de-static and we don't need to enable bus mastering here
Brad Smith
2005-05-10
use pci_matchbyid().
Brad Smith
2005-05-10
Add epic(4) driver which supersedes tx(4).
Brad Smith