summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dp8390.c
AgeCommit message (Expand)Author
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-09-16Do not count ipackets twice. From Dave Barnes in PR port-i386/26906.martin
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2002-12-21Move dp8390_debug to the #ifdef DEBUG section.kristerw
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-11-13add/cleanup RCSIDlukem
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-09There is no need to use M_EOR here.thorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-02-12Add a "stop_card", which is the opposite of "init_card", andthorpej
2001-02-12Print the Ethernet address before attaching media.thorpej
2001-02-12Adjust the way that media is initialized on DP8390-compatiblethorpej
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-17Support ETHERCAP_VLAN_MTU. It seems the chip doesn't check the frame size.bouyer
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-05-29For all network drivers that call ether_ifattach(), and alsojhawk
2000-05-12Use ether_crc32_be().thorpej
2000-03-22Make IPKDB working again.ws
2000-03-22Add bus_space_barrier.ws
2000-02-09ASIX AX88190 support (Planex FNW-3700-T and Melco LPC3-TX) from FreeBSD/PAO3.enami
2000-02-09- Since all resources are mandatory, no need to manage individually.enami
2000-02-02handle attach failure in ne/pcmcia more carefully. (otherwise we'llitojun
2000-02-02use a bit more standard (sys/device.h) prototype for {dp8390,ne2000}_detach().itojun
2000-02-02- Check also DVF_ACTIVE bit in dp8390_intr.enami
2000-02-02implement if_detach code for ne/pcmcia.itojun
1999-09-27Support Planex Communications Inc, FNW-3600-T.enami
1999-08-25When padding short packets on transmit, don't include the CRC lengththorpej
1999-06-23In xxx_mediachange(), if there is no callback to the front-end, justabs
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-17Avoid initializing the interface in the SIOCSIFFLAGS if ! UP and ! RUNNING.thorpej
1999-02-07Add entropy gathering.thorpej
1998-12-12Slight simplification to previous.mycroft
1998-12-11Simplify the code dealing with the mbuf chain in dp8390_get().bad
1998-12-11Change a comment to reflect reality.bad
1998-11-18Now that the *_activate() functions don't do things which are attachmentthorpej
1998-11-17Expose the "enable" and "disable" functions so that the front-ends canthorpej
1998-11-12If we get a TX interrupt with no packets buffered, ignore it. This can occurmycroft
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-01-27Fudge the start of the data pointer of the first mbuf in the chain whenthorpej
1997-11-03Fix a think'o in ifmedia initialization.thorpej
1997-11-02Fix a serious problem in dp8390_write_mbuf(), noticed by Jason Thorpe:scottr