| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 2 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -4/+4 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -1/+1 |
* | - Add a private timer to drive the transmit watchdog instead of using | jhb | 2009-11-19 | 2 | -13/+22 |
* | MFp4: Network Adapter is redundant. | imp | 2008-08-25 | 1 | -4/+4 |
* | - vx_stop() requires the driver lock to be held. | marius | 2008-04-24 | 1 | -3/+5 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -2/+4 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -3/+3 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -3/+3 |
* | Fix another edge case I just noticed when committing the previous changes: | jhb | 2005-10-06 | 2 | -0/+6 |
* | Rototill vx(4), add locking, and mark MPSAFE: | jhb | 2005-10-06 | 4 | -233/+287 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -11/+11 |
* | Don't drop frames if interface is in promiscuous mode. | ru | 2005-07-22 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -28/+36 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -2/+0 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -6/+4 |
* | Fix up assignment of negative number to char. Char's are unsigned by | grehan | 2005-02-03 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | ss if_vx through indent, and use ANSI function definitions, prior to adding | gibbs | 2004-08-18 | 5 | -1018/+990 |
* | Since if_vx doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+2 |
* | Correctly export the size of our softc to newbus in our EISA attachement. | gibbs | 2004-08-11 | 1 | -1/+1 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 2 | -9/+5 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -2/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 4 | -7/+9 |
* | Start to minimize diffs between vx and ep. These latter is based on a | imp | 2003-10-25 | 5 | -89/+127 |
* | more unused item cleanup | imp | 2003-10-23 | 1 | -2/+0 |
* | BASE is no longer used, and is an appendix. Remove it. | imp | 2003-10-23 | 1 | -5/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -4/+9 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Revert part of rev 1.43. We want to fail gracefully if there is no packet | des | 2003-06-08 | 1 | -0/+3 |
* | Remove break after return | phk | 2003-05-31 | 1 | -4/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -5/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -12/+5 |
* | Fix mis-indentation. | phk | 2002-10-02 | 1 | -3/+3 |
* | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -2/+2 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-20 | 3 | -24/+24 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -14/+12 |
* | Quiet a variable format-string warning. | kris | 2001-07-19 | 1 | -1/+1 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -4/+1 |
* | When I converted this driver, I neglected to deal with packet alignment. | wpaul | 2000-12-07 | 1 | -0/+17 |
* | Update the vortex driver so that it no longer needs the PCI compat | wpaul | 2000-11-07 | 4 | -180/+193 |