summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ne2000.c
AgeCommit message (Expand)Author
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-25Fix uninitialized variable warningschristos
2003-10-22support for NE2000_TYPE_AX88790 fromchristos
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2001-11-13add/cleanup RCSIDlukem
2001-08-04MII access routines for ASIX AX88190.enami
2001-07-07bcopy -> memcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-05Handle the DL10022 case.thorpej
2001-02-12Adjust the way that media is initialized on DP8390-compatiblethorpej
2000-12-11Fix the previous differently:ws
2000-12-03Set range of memory protected by read/write bus space barriers to thejlam
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-02use a bit more standard (sys/device.h) prototype for {dp8390,ne2000}_detach().itojun
2000-02-02implement if_detach code for ne/pcmcia.itojun
1999-09-27Support Planex Communications Inc, FNW-3600-T.enami
1999-09-27Change NE2000_USE_WORD to take pointer to softc rather than type.enami
1999-09-27Minor cleanup; use the cached result instead of evaluating theenami
1999-09-27Define new macro NE2000_USE_WORD() and use it where appropriate.enami
1999-09-27Allow caller to specify the type of NE2000.enami
1999-03-23Use BUS_SPACE_ALIGNED_POINTER() instead of ALIGNED_POINTER() where the pointerdrochner
1999-01-18If you're BIG_ENDIAN and use bswapXX, pull in the header file that prototypesmjacob
1999-01-18Need <machine/bswap.h>pk
1998-12-18Quiet some diagnostic messages when we might expect them to happen.thorpej
1998-10-28Add media list, media list count, and default media arguments tothorpej
1998-10-13make it compile with GWETHER again.msaitoh
1998-06-10Do the unaligned buffer fixup without copying data, more-or-less liftedthorpej
1998-02-04Change "__BUS_SPACE_NEED_STREAM_METHODS" to "__BUS_SPACE_HAS_STREAM_METHODS".sakamoto
1998-02-03Change the data access busification functions tosakamoto
1998-01-29In the NE2000 case, if we encounter an unaligned mbuf, copy it to anthorpej
1998-01-26Update copyright.thorpej
1998-01-26If we're using these devices on a big-endian CPU, byte swap the "count"thorpej
1998-01-12Adjust for config changes.thorpej
1997-11-02Adjust for ifmedia-related changes to dp8390 driver.thorpej
1997-10-29When probing for a dp8390 in ne2000_detect(), check for RST being setthorpej
1997-10-15Pull following change from marc-pcmcia branch:enami
1997-10-14Pull down from marc-pcmcia branch: Common code used by NE2000 and compatiblethorpej