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