| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r196721: | Pyun YongHyeon | 2009-09-11 | 1 | -2/+4 |
| * | MFC r189714: | Pyun YongHyeon | 2009-03-22 | 2 | -894/+2148 |
| * | MFC r189690: | Pyun YongHyeon | 2009-03-22 | 2 | -49/+30 |
| * | MFC r189689: | Pyun YongHyeon | 2009-03-22 | 2 | -182/+182 |
| * | MFC r189688: | Pyun YongHyeon | 2009-03-22 | 1 | -14/+14 |
| * | MFC r189687: | Pyun YongHyeon | 2009-03-22 | 1 | -20/+1 |
| * | MFC r189686: | Pyun YongHyeon | 2009-03-22 | 1 | -3/+3 |
| * | MFC r189685: | Pyun YongHyeon | 2009-03-22 | 1 | -72/+34 |
| * | Merge r189004. | Roman Divacky | 2009-03-19 | 1 | -19/+7 |
| * | MFC r189022: | Pyun YongHyeon | 2009-03-19 | 3 | -4578/+3802 |
| * | MFC if_txp.c, rev 1.48 to RELENG_7. | Pyun YongHyeon | 2008-02-03 | 1 | -1/+6 |
| * | MFC fix for IEEE 802.3 compliance of auto-negotiation process. | Pyun YongHyeon | 2008-02-03 | 1 | -3/+3 |
| * | Nuke duplicated __FBSDID. | Pyun YongHyeon | 2007-06-12 | 1 | -4/+0 |
| * | Add checks for contigmalloc(9) failure. | Pyun YongHyeon | 2007-06-12 | 1 | -0/+10 |
| * | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | Christian S.J. Peron | 2007-03-04 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Move ethernet VLAN tags from mtags to its own mbuf packet header field | Andre Oppermann | 2006-09-17 | 1 | -7/+4 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | Gleb Smirnoff | 2005-12-18 | 1 | -2/+3 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -6/+6 |
| * | Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needs | Bill Paul | 2005-10-29 | 1 | -2/+0 |
| * | - Add locking and mark MPSAFE. The driver had a mutex in the softc and | John Baldwin | 2005-10-27 | 2 | -62/+86 |
| * | - Use PCIR_BAR(). | John Baldwin | 2005-10-03 | 1 | -5/+2 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -3/+3 |
| * | Fixed a diagnostic message. | Ruslan Ermilov | 2005-09-15 | 1 | -1/+1 |
| * | - Only call txp_release_resources() once if attach fails. | John Baldwin | 2005-08-31 | 1 | -38/+31 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -9/+10 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -26/+40 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh | 2005-03-01 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 3 | -3/+3 |
| * | Since if_txp doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Remove the setting of the pci config variables on power state changes. | Warner Losh | 2004-06-28 | 1 | -23/+0 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+3 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -3/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | All current uses of pci_set_powerstate are bogus, at least in theory. | Warner Losh | 2003-07-03 | 1 | -2/+2 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -18/+0 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -28/+12 |
| * | 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 | -38/+38 |
| * | Initialize variables before use. This was needed to pass -Werror. | Jeff Roberson | 2002-03-19 | 1 | -0/+4 |