summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dp8390.c
AgeCommit message (Expand)Author
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-05-21Rewrite ioctl handling bits.Brad Smith
2010-08-29expose dp8390_enable/disable to the higher level driversTheo de Raadt
2010-04-20- Fix a calculation bug with the RX ring buffer memory address whichTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-03Use ether_ioctl().Brad Smith
2007-05-07floating unused variable (except in debug case)Theo de Raadt
2006-10-20sync some comments with the NetBSD driver.Brad Smith
2006-10-20ansiBrad Smith
2006-10-10Add bus_space_barrier.Brad Smith
2006-10-07MGET/MGETHDR will return NULL upon failure, not 0.Brad Smith
2006-10-03add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init().Brad Smith
2006-10-03Simplify the code dealing with the mbuf chain in dp8390_get().Brad Smith
2006-09-17set the IFCAP_VLAN_MTU flag.Brad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-24Make the "ring buffer overrun" message a DEBUG message insteadBrad Smith
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
2005-06-08remove netns crud.Henning Brauer
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-06-06Multicast cleanupsRyan Thomas McBride
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12don't need to call IFQ_SET_READY() twice; this driver was alreadyFederico G. Schwindt
2002-03-12sync with KAMEKenjiro Cho
2002-01-08SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>Federico G. Schwindt
2001-09-20occured->occurredMike Pechkin
2001-08-18Make use of ax88190_stop_card and dl10019_stop_card.Aaron Campbell
2001-07-09Move IFQ_SET_READY macro to attach time.Federico G. Schwindt
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
2001-03-25don't count the input packets twice.Federico G. Schwindt
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-05-29preparing for AX88190 support; from NetBSD.Federico G. Schwindt
2000-04-19Remove NetBSD ifdefs.Federico G. Schwindt
2000-04-19* use different numbers of transmit buffers depending on the memoryFederico G. Schwindt
1999-08-13well of course it is Ethernet...Theo de Raadt
1999-08-08These all are backends for interfaces that can be attached late, whenceNiklas Hallqvist
1999-03-02Ignore TX interrupts when there are not packets buffered.Federico G. Schwindt
1999-02-28compensate for the test of packet ownership being moved to ether_input()Jason Wright
1998-09-22New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD.Federico G. Schwindt