| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | o In order to reduce bug and code duplication fold handling of NICs | Marius Strobl | 2007-08-05 | 1 | -67/+30 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Fix a bug originally introduced in rev. 1.74; don't reloaded the | Marius Strobl | 2006-12-20 | 1 | -1/+2 |
| * | - Use our own callout (the dc_tick() callout uses varying periods | Marius Strobl | 2006-12-06 | 1 | -24/+33 |
| * | Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h> | Marius Strobl | 2006-11-02 | 1 | -1/+0 |
| * | - Wrap code optimized for architectures without alignment constraints | Marius Strobl | 2006-10-29 | 1 | -16/+22 |
| * | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff | 2006-09-15 | 1 | -6/+7 |
| * | Fix the last commit. | Gleb Smirnoff | 2006-06-08 | 1 | -2/+6 |
| * | Add device IDs for Linksys PCMPC200 Cardbus card. | Gleb Smirnoff | 2006-06-07 | 1 | -0/+2 |
| * | - Switch on the full 32-bit device ID to avoid collisions between the | John Baldwin | 2006-06-03 | 1 | -121/+88 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -48/+1 |
| * | Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's another | John Baldwin | 2006-03-16 | 1 | -0/+3 |
| * | Do not touch ifp->if_baudrate in miibus aware drivers. | Gleb Smirnoff | 2006-02-14 | 1 | -1/+0 |
| * | Add missing parens. | Gleb Smirnoff | 2005-12-28 | 1 | -1/+1 |
| * | Check for IFF_DRV_RUNNING in the interrupt loop. | Gleb Smirnoff | 2005-12-28 | 1 | -2/+3 |
| * | - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing of | Marius Strobl | 2005-12-05 | 1 | -5/+2 |
| * | Fix on sparc64. | Ruslan Ermilov | 2005-12-04 | 1 | -6/+2 |
| * | Fix the misalignment bugs differently than was done in the previous | Marcel Moolenaar | 2005-12-02 | 1 | -21/+31 |
| * | Resolve misalignment traps caused by changes to IF_LLADDR(). | Marcel Moolenaar | 2005-11-22 | 1 | -6/+6 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -10/+10 |
| * | Make dc compile after repo-copy. | Warner Losh | 2005-10-18 | 1 | -3/+4 |
| * | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | Gleb Smirnoff | 2005-10-05 | 1 | -0/+4 |
| * | Big polling(4) cleanup. | Gleb Smirnoff | 2005-10-01 | 1 | -28/+41 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle, e.g. | Ruslan Ermilov | 2005-09-16 | 1 | -2/+2 |
| * | When bus_alloc_resource_any() fails, dc_detach() is called and it | Giorgos Keramidas | 2005-09-15 | 1 | -5/+11 |
| * | Better comment | Warner Losh | 2005-08-29 | 1 | -1/+4 |
| * | Fix another instance of old info re: miibus | Warner Losh | 2005-08-29 | 1 | -1/+1 |
| * | Fixup locking and mark MPSAFE: | John Baldwin | 2005-08-18 | 1 | -70/+77 |
| * | Use device_printf() and if_printf() and remove dc_unit from softc. | John Baldwin | 2005-08-10 | 1 | -35/+31 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -12/+13 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+8 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -24/+30 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Fix newer Xircom CBE2-100 cards that were reporting | Warner Losh | 2005-04-18 | 1 | -13/+14 |
| * | Bugger, wiped out a needed comma in the previous commit. | Scott Long | 2005-03-09 | 1 | -1/+1 |
| * | The DC driver asks for an alignment of PAGE_SIZE for data buffers, but also | Scott Long | 2005-03-08 | 1 | -3/+3 |
| * | Fix style(9) issues with __P removal. | Warner Losh | 2005-02-24 | 1 | -71/+67 |
| * | Return BUS_PROBE_DEFAULT instead of 0. | Warner Losh | 2005-02-24 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Read the MAC address in the EEPROM in the correct byte order. This | Maxime Henrion | 2004-10-01 | 1 | -4/+4 |
| * | Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier. | Brian Feldman | 2004-10-01 | 1 | -15/+21 |
| * | Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE. | Brian Feldman | 2004-10-01 | 1 | -2/+3 |
| * | if_dc includes locking, but that locking is disabled by a #ifdef | Robert Watson | 2004-08-25 | 1 | -1/+2 |
| * | - Make OF_getetheraddr() honour the "local-mac-address?" system config | Marius Strobl | 2004-08-14 | 1 | -1/+1 |
| * | Whitespace nits | Bruce M Simpson | 2004-07-05 | 1 | -6/+6 |
| * | Remove burn bridges code that saved/restored the pci config registers | Warner Losh | 2004-06-28 | 1 | -63/+3 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -23/+3 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | Yaroslav Tykhiy | 2004-05-23 | 1 | -1/+2 |