| Commit message (Expand) | Author | Age | Files | Lines |
| * | o track either_ifattach/ether_ifdetach API changes | Sam Leffler | 2002-11-14 | 1 | -16/+6 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -6/+8 |
| * | Ooops. Need to free dc_srom on detach to not leak memory. | Warner Losh | 2002-10-07 | 1 | -0/+1 |
| * | Dynamically configure the width of the srom. This code comes from | Warner Losh | 2002-10-07 | 1 | -14/+104 |
| * | Fix the support for the AN985/983 chips, which do not set the | Martin Blapp | 2002-09-20 | 1 | -1/+2 |
| * | Enable the automatic TX underrun recovery for the ADMtek chips. | Martin Blapp | 2002-09-20 | 1 | -0/+3 |
| * | Make consistent; turn spaces into tabs where there is a mixture. | Mark Murray | 2002-09-04 | 1 | -21/+21 |
| * | style: | Alfred Perlstein | 2002-08-23 | 1 | -58/+116 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -3/+3 |
| * | Fix if_timer logic to make sure that there is always a timeout | Luigi Rizzo | 2002-06-30 | 1 | -6/+6 |
| * | Add suspend/resume code mostly merged from fxp/rl driver. | Mitsuru IWASAKI | 2002-05-06 | 1 | -0/+81 |
| * | Don't grab the lock until somewhat later in attach to avoid a lock | Poul-Henning Kamp | 2002-05-03 | 1 | -6/+7 |
| * | Move us yet closer to IFM_* definitions in NetBSD. | Poul-Henning Kamp | 2002-04-29 | 1 | -6/+6 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -61/+56 |
| * | Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts. | Doug Ambrisko | 2002-01-16 | 1 | -12/+26 |
| * | Fix the "conexant chips don't work in full duplexmode" problem. According | Bill Paul | 2001-12-19 | 1 | -4/+8 |
| * | Fix compiler warning in dc_intr(): if the only code that does a "goto" | Bill Paul | 2001-12-19 | 1 | -0/+3 |
| * | Patch up some existing style bugs and some that crept in with the | Peter Wemm | 2001-12-15 | 1 | -7/+7 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 1 | -0/+83 |
| * | Avoid an unnecessary copy of a packet if it is already in a single mbuf. | Luigi Rizzo | 2001-12-11 | 1 | -2/+6 |
| * | MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods. | Peter Wemm | 2001-12-07 | 1 | -2/+2 |
| * | Remove error messages on mbuf allocation failures, now | Luigi Rizzo | 2001-12-04 | 1 | -10/+2 |
| * | Per jlemon request, reintroduce some printf() when an | Luigi Rizzo | 2001-11-29 | 1 | -3/+8 |
| * | For i386 architecture, remove an expensive m_devget() (and the | Luigi Rizzo | 2001-11-29 | 1 | -31/+40 |
| * | Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed | John Baldwin | 2001-11-14 | 1 | -1/+0 |
| * | Enable round-robin arbitration between transmit and receive unit | Luigi Rizzo | 2001-10-27 | 1 | -0/+5 |
| * | Do not call mii_pollstat() from within device tick routines; the status | Jonathan Lemon | 2001-09-29 | 1 | -8/+5 |
| * | Add support for Conexant LANfinity miniPCI controllers. People who have | Bill Paul | 2001-09-04 | 1 | -3/+27 |
| * | Deal with the condition where we lose link in the middle of transmitting | Bill Paul | 2001-07-12 | 1 | -1/+1 |
| * | Apply patch supplied by Jonathan Chen: use the correct arguments to | Bill Paul | 2001-07-09 | 1 | -2/+2 |
| * | Change m_devget()'s outdated and unused `offset' argument to actually mean | Bosko Milekic | 2001-06-20 | 1 | -3/+2 |
| * | Apply patch to allow TX underrun handling without issuing a complete | Bill Paul | 2001-02-22 | 1 | -26/+58 |
| * | Big round of minor updates: | Bill Paul | 2001-02-21 | 1 | -3/+3 |
| * | Take luigi's suggestion and move the check for nothing to do to before the | Warner Losh | 2001-02-20 | 1 | -5/+4 |
| * | Add DC_UNLOCK before first return. This caused returns when dc was on | Warner Losh | 2001-02-20 | 1 | -1/+3 |
| * | Add a check in the interrupt service routine to return quickly in | Luigi Rizzo | 2001-02-18 | 1 | -1/+4 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -4/+4 |
| * | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | Poul-Henning Kamp | 2001-02-03 | 1 | -8/+4 |
| * | Silence compiler warnings. | Bill Paul | 2001-01-20 | 1 | -2/+2 |
| * | Bug fixes that I've put together while working on a project in the office: | Bill Paul | 2001-01-19 | 1 | -6/+12 |
| * | Implement MTX_RECURSE flag for mtx_init(). | Bosko Milekic | 2001-01-19 | 1 | -1/+1 |
| * | Use pci_get_powerstate()/pci_set_powerstate() which now exists in the | Bill Paul | 2000-12-18 | 1 | -24/+16 |
| * | Initialize/grab the mutex earlier in the attach phase, so that | Bill Paul | 2000-12-04 | 1 | -2/+3 |
| * | Change the driver to allocate its own callout structure, and modify | Jonathan Lemon | 2000-11-25 | 1 | -7/+11 |
| * | Add support for the Accton EN2242 MiniPCI adapter. This is just an | Bill Paul | 2000-11-14 | 1 | -0/+3 |
| * | Grrrr. Remember to bzero() the mediainfo structures after we allocate | Bill Paul | 2000-11-03 | 1 | -0/+3 |
| * | Call dc_apply_fixup() in dc_setcfg() for the MII case. | Bill Paul | 2000-10-31 | 1 | -0/+4 |
| * | Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, not | Bill Paul | 2000-10-30 | 1 | -1/+1 |
| * | Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/ | Peter Wemm | 2000-10-28 | 1 | -1/+1 |