| Age | Commit message (Expand) | Author |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | msaitoh |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-07-09 | - add a routine to get the name of the card. | christos |
| 2009-04-17 | change tlp_attach() to return an error code on failure. | cegger |
| 2009-04-17 | device_t/softc split. Tested with tlp at pci | cegger |
| 2009-04-17 | struct device * -> device_t | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-23 | On preparing a setup packet, use proper byteswap ops and byte shift ops | tsutsui |
| 2008-03-09 | Convert from shutdownhook/powerhook to PMF. | jmcneill |
| 2006-03-25 | Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-17 | Make tlp_idle() not be static, so that the newsmips version of the | he |
| 2005-06-23 | Add support for ASIX AX88140A/AX88141 chipsets using only | rpaulo |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-06 | If the interface is up and running, only modify the receive filter | kim |
| 2005-02-04 | de-__P | perry |
| 2004-10-24 | Change the sc_name buffer size from 16 to 32, since we already oveflow 16 | christos |
| 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 |