| Age | Commit message (Expand) | Author |
| 2000-05-29 | For all network drivers that call ether_ifattach(), and also | jhawk |
| 2000-05-07 | Avoid stomping on the W0_CONFIG_CTRL register which seems not to be | martin |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-06 | No longer necessary to futz with ifp->if_baudrate here. | thorpej |
| 2000-02-25 | when change mbuf type, clear m_pkthdr so that we do not get panic with | itojun |
| 2000-02-08 | - Bail out from attach stage if failed to enable card, number of iospace | enami |
| 2000-02-03 | Detach MII if there is. | enami |
| 2000-02-02 | Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass | thorpej |
| 2000-02-02 | Detach rnd source in ep_detach(). Check for DVF_ACTIVE in epintr(); | augustss |
| 2000-02-02 | Make sure to untimeout() things on detach. | augustss |
| 2000-02-02 | Move detach operations around a little to simplify (and perhaps get it | augustss |
| 2000-02-02 | Bring some order to the chaos which was the MII code function naming | thorpej |
| 2000-02-02 | Make sure to get rid of shutdown hook and ttach media on detach. | augustss |
| 1999-11-19 | Use the common MII bit-bang module. | thorpej |
| 1999-11-12 | Call mii_down() as appropriate. | thorpej |
| 1999-11-04 | Revert this part of rev 1.59: | thorpej |
| 1999-11-04 | Adapt to mii_phy_probe() change. | thorpej |
| 1999-10-30 | remmove unncecessary empty line. | enami |
| 1999-10-30 | Call epstop at the beginning of epinit, especially to make sure that | enami |
| 1999-10-20 | fix typo in previous commit. | enami |
| 1999-10-20 | cosmetic changes before i do some functional changes. | enami |
| 1999-10-11 | - Encapsulate the EEPROM reading code into ep_read_eeprom(), and use | thorpej |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-04-20 | Calling DELAY() during polling for command completion of the normal | jonathan |
| 1999-04-19 | * Make doubly sure that the ep shutdownhooks are run at splnet() or above. | jonathan |
| 1999-04-13 | Endian-ness bugfix for elink3 on big-endian hosts. | jonathan |
| 1999-03-25 | Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them | thorpej |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-17 | Avoid initializing the interface in the SIOCSIFFLAGS if ! UP and ! RUNNING. | thorpej |
| 1998-12-12 | Simplify argument to MGET(), to generate better code. | mycroft |
| 1998-11-18 | Now that the *_activate() functions don't do things which are attachment | thorpej |
| 1998-11-17 | Expose the "enable" and "disable" functions so that the front-ends can | thorpej |
| 1998-11-16 | Fix some whitespace lossage, canonicalize some media names. | thorpej |
| 1998-11-04 | Add the 'ex' driver, a DMA driver for 3Com 90x and 90xB cards. Rename | fvdl |
| 1998-08-28 | When determining the default media on the Vortex/Boomerang, don't pick | thorpej |
| 1998-08-26 | For non-MII Vortex/Boomerang, set full-duplex in the MAC CONTROL register | thorpej |
| 1998-08-17 | First-crack at RoadRunner (3c574-TX 10/100Mbps PCMCIA). Doens't yet use | thorpej |
| 1998-08-16 | Oops, back out something that I didn't intend to commit. | thorpej |
| 1998-08-15 | The 3c515 (Corkscrew) and 3c574 (RoadRunner) have their Window 1 registers | thorpej |
| 1998-08-12 | Completely rewrite media selection. Add support for the MII/PHY on | thorpej |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-03-04 | For the Rx:Tx split message change "(undefined)" to "3:5". | augustss |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-10-18 | Protect #ifdef DEBUG printfs with a run-time teson a patchable variable | jonathan |
| 1997-10-15 | Add and/or update rnd_*() hooks | explorer |
| 1997-10-14 | Pull down from marc-pcmcia branch: | thorpej |
| 1997-07-30 | Initialize local variable 'j' in eeprombusy() to pacify gcc -O (not -O2) | jonathan |
| 1997-05-14 | Make sure we're in register window 0 before attempting EEPROM access, | thorpej |