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_ef_isapnp.c
Age
Commit message (
Expand
)
Author
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
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-11-09
splimp -> splnet
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-09-28
Use ETHER_MAX_DIX_LEN
Brad Smith
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-06-02
nuke clase 3 & 4
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-25
ether_input_mbuf() conversion.
Federico G. Schwindt
2001-06-23
Remove repeated ethernet constants; use if_ether.h for it instead.
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-11-11
new timeouts; jason@ ok
Michael Shalayeff
2000-10-16
Use mii_attach() directly instead of mii_phy_probe().
Aaron Campbell
2000-06-07
indent
Aaron Campbell
2000-05-26
add missing 'break'
Jason Wright
1999-12-02
add proper media handling and use dev/mii
Jason Wright
1999-08-08
ioh is a bus_space_handle_t not a bus_space_tag_t
Theo de Raadt
1999-08-05
more shaving...
Jason Wright
1999-08-04
remove some unnecessary stuff
Jason Wright
1999-08-04
Driver for the 3c515 FastEtherlink ISA
Jason Wright