| Age | Commit message (Expand) | Author |
| 2001-12-28 | Clean up the C_ and S_ constants. We don't really need two sets of them. | christos |
| 2001-12-15 | Use bus_size_t's for bus space read/write offsets. | soren |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-11-10 | trivially rename some macro parameters to avoid lint warnings. | perry |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-07-27 | All CORKSCREWs have MII. | thorpej |
| 2001-07-20 | The EEPROM registers/bits are different on the Corkscrew (3c515). Adjust | thorpej |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> strcpy | thorpej |
| 2001-05-16 | Make sure to allocate big enough mbuf data area before elevating | jdolecek |
| 2001-05-14 | epintr(): eliminate write-only variable 'addrandom' | jdolecek |
| 2001-05-14 | remove unneeded #includes, fix typo | jdolecek |
| 2001-05-14 | do not use the synchronous read mode for MCA 3c529 | jdolecek |
| 2001-03-22 | Add MCA ep(4) attachment, for 3Com 3c529-type cards. Tested with 3c529-TP, | jdolecek |
| 2001-03-22 | convert to use ether_ioctl() | jdolecek |
| 2001-02-21 | make some more constant arrays 'const' | jdolecek |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-09-28 | 6 -> ETHER_ADDR_LEN | tsutsui |
| 2000-08-21 | Use splsched() instead of splhigh(), and explain why in a comment, | thorpej |
| 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 |