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_ep_isapnp.c
Age
Commit message (
Expand
)
Author
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-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-11-15
ansify some function definitions.
Brad Smith
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2008-02-18
'like\nlike' -> 'like' in a couple of comments.
Kenneth R Westerback
2006-06-17
add sys/timeout.h
Brad Smith
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-05-29
Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.
Aaron Campbell
1998-09-19
Added if_media support from NetBSD. -moj
Mats O Jansson
1998-09-16
fix ep probe message printouts
Theo de Raadt
1998-09-11
Add a third parameter to epconfig to get the MAC address if it's a pcmcia
Federico G. Schwindt
1998-03-23
fix printing for these; ignore model number
Theo de Raadt
1998-03-20
New PnP 'ep' driver.
dgregor