summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ef_isapnp.c
AgeCommit message (Expand)Author
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-09splimp -> splnetBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-09-28Use ETHER_MAX_DIX_LENBrad Smith
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-06-02nuke clase 3 & 4Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-11-11new timeouts; jason@ okMichael Shalayeff
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-06-07indentAaron Campbell
2000-05-26add missing 'break'Jason Wright
1999-12-02add proper media handling and use dev/miiJason Wright
1999-08-08ioh is a bus_space_handle_t not a bus_space_tag_tTheo de Raadt
1999-08-05more shaving...Jason Wright
1999-08-04remove some unnecessary stuffJason Wright
1999-08-04Driver for the 3c515 FastEtherlink ISAJason Wright