| Age | Commit message (Expand) | Author |
| 2003-12-18 | If we're running on a Connectix Virtual PC, we might get a packet longer | thorpej |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2002-09-18 | For the 21142/21143 internal Nway, only advertise/resolve media for | thorpej |
| 2002-04-09 | add support for built-in NWay autonegotiation on 2114[23], Macronix | chs |
| 2002-03-26 | move some prototypes from tulip.c to tulipvar.h so they can | chs |
| 2001-05-01 | delint | lukem |
| 2001-02-21 | make some more constant arrays 'const' | jdolecek |
| 2001-01-08 | The ADMtek AN985 "ghosts" the single built-in PHY at every MII address. | thorpej |
| 2000-10-23 | Fixed the value of TULIPF_DBO; which was accidentaly shared with the same | onoe |
| 2000-10-11 | Add flags to indicate that tlp_init() should set some more BUSMODE bits. | onoe |
| 2000-10-09 | Move inclusion of rnd.h and sys/rnd.h from tulip.c to tulipvar.h. | enami |
| 2000-10-09 | Make tulip a random source. | enami |
| 2000-10-03 | Add support for the ADMtek AN983 and AN985. | thorpej |
| 2000-08-03 | Support some differences in the Macronix 98715AEC-C and E chips from the other | castor |
| 2000-05-26 | Add support for the Davicom DM9102 and DM9102A 10/100 Ethernet chips. | thorpej |
| 2000-05-25 | So, while the DEC chips and other clones want no FS|LS in the | thorpej |
| 2000-05-25 | Truncate receive buffers to 4-byte boundary. Slightly modified | thorpej |
| 2000-04-04 | - if_tlp_cardbus.c: Use the `pmreg' pointer passed by by | thorpej |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-19 | Add suspend/resume hooks to ensure that the chip doesn't scramble memory | thorpej |
| 2000-03-15 | Add power management support to the `tlp' driver. The battery on my | thorpej |
| 2000-03-07 | Determine the size of the SROM by probing the chip using the standard Microwire | mycroft |
| 2000-02-01 | First cut at detach support; doens't fully work yet. | thorpej |
| 2000-01-28 | When possible, use ring mode for descriptors. Not only is this slightly | thorpej |
| 2000-01-28 | Just use a regular Tx descriptor for the setup packet; don't bother with | thorpej |
| 2000-01-25 | Some changes for the Xircom X3201-3 in 21143 emulation mode: | thorpej |
| 2000-01-25 | Add a chip type for the Xircom X3201-3, and centralize the declaration | thorpej |
| 1999-12-12 | Oops, forgot to byte-swap the receive descriptors. | thorpej |
| 1999-12-11 | - Don't try to run the chip in big-endian mode. Not all chips support | thorpej |
| 1999-11-19 | - Use the common MII bit-bang module. | thorpej |
| 1999-11-04 | Use Memory Read Line and Memory Read Multiple on the 21140, 21140A, | thorpej |
| 1999-11-03 | More or less completely rewrite the way DECchip media is handled, and | thorpej |
| 1999-09-30 | Changes to get the Lite-On/Macronix 82C115 working: | thorpej |
| 1999-09-29 | Add some optional stats gathering, and fix tx stats counting; use the last | thorpej |
| 1999-09-29 | - Get a little closer on the Macronix chips. Still some more work to do. | thorpej |
| 1999-09-28 | s/#define /#define<TAB>/. | enami |
| 1999-09-27 | Add a media name pointer to the tulip_2114x_media structure, and define | thorpej |
| 1999-09-26 | Make tlp_read_srom() work on big-endian systems. | thorpej |
| 1999-09-25 | Add support for the DECchip 21140[A]. This currently only works with | thorpej |
| 1999-09-20 | Add support for the DECchip 21041. This also adds some preliminary | thorpej |
| 1999-09-14 | Move the PCI device number to the base Tulip softc; it will be needed to | thorpej |
| 1999-09-14 | First crack at shared ROM/shared interrupts on 21040 multi-port boards, | thorpej |
| 1999-09-14 | Change the semantics of `sc_regshift'; it is now the shift required to | thorpej |
| 1999-09-14 | - More PNIC NWAY stuff. Still more work to do, here. | thorpej |
| 1999-09-09 | Snapshot of work-in-progress to support the internal NWay block on | thorpej |
| 1999-09-08 | Add chip types for several more Tulip clones (ASIX, ADMtex, PNIC II, Davicom), | thorpej |
| 1999-09-02 | Deal with some more Winbond differences, after a more-thorough-than-before | thorpej |
| 1999-09-01 | Make Tulip-style filter setup interrupt-driven. | thorpej |
| 1999-09-01 | Some of the Tulip clone chips (like the Winbond and ASIX) want the | thorpej |
| 1999-09-01 | This is the long-awaited "new Tulip driver", a complete, from-scratch | thorpej |