| Age | Commit message (Expand) | Author |
| 2010-03-19 | No need to override mem_ring value in ne2000_ipkdb_attach() | tsutsui |
| 2010-03-13 | - make local functions static | tsutsui |
| 2010-03-13 | Misc KNF. | tsutsui |
| 2010-03-03 | Put several fixes to ne(4) driver for better 8 bit mode support, | tsutsui |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-24 | Use roundup2() in <sys/param.h> rather than a conditional. | tsutsui |
| 2010-02-24 | Now dp8390_config() calculates mem_ring correctly so | tsutsui |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-02 | nothing uses ne2000_power anymore. | christos |
| 2009-05-05 | Added NE2000 with 8bit bus width support. | nonaka |
| 2009-04-05 | Provide pmf(9) hooks that do what dopowerhooks(9) hook does. | uwe |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-12 | Split device_t and softc for the NE2000 Ethernet chip and all its variants | cube |
| 2008-03-09 | Use NE2000_TYPE_UNKNOWN instead of just 0 in a couple places. | dholland |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-13 | Make the IPKDB code compile. | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-11 | Add power hooks for "ne* at pcmcia?". | peter |
| 2006-05-21 | void casts to functions whose return values are ignored. | christos |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem to | bsh |
| 2005-02-04 | de-__P | perry |
| 2004-08-09 | Do barriers on the ASIC space without touching the NIC space. | mycroft |
| 2004-07-04 | Fix a bug in the packet "padding" code. If we're padding a packet with an odd | mycroft |
| 2004-03-17 | A random patch that's been in my source tree... | mycroft |
| 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 |