| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 5 | -5/+5 |
| * | MFC: /*- and my license changes for sys/[a-d]* | Warner Losh | 2005-01-30 | 5 | -5/+5 |
| * | Since if_vx doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-14 | 1 | -1/+2 |
| * | Correctly export the size of our softc to newbus in our EISA attachement. | Justin T. Gibbs | 2004-08-11 | 1 | -1/+1 |
| * | 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 | 2 | -9/+5 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -2/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 4 | -7/+9 |
| * | Start to minimize diffs between vx and ep. These latter is based on a | Warner Losh | 2003-10-25 | 5 | -89/+127 |
| * | more unused item cleanup | Warner Losh | 2003-10-23 | 1 | -2/+0 |
| * | BASE is no longer used, and is an appendix. Remove it. | Warner Losh | 2003-10-23 | 1 | -5/+0 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -4/+9 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Revert part of rev 1.43. We want to fail gracefully if there is no packet | Dag-Erling Smørgrav | 2003-06-08 | 1 | -0/+3 |
| * | Remove break after return | Poul-Henning Kamp | 2003-05-31 | 1 | -4/+0 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -5/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -12/+5 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 1 | -3/+3 |
| * | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -2/+2 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 3 | -24/+24 |
| * | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 1 | -14/+12 |
| * | Quiet a variable format-string warning. | Kris Kennaway | 2001-07-19 | 1 | -1/+1 |
| * | Change m_devget()'s outdated and unused `offset' argument to actually mean | Bosko Milekic | 2001-06-20 | 1 | -4/+1 |
| * | When I converted this driver, I neglected to deal with packet alignment. | Bill Paul | 2000-12-07 | 1 | -0/+17 |
| * | Update the vortex driver so that it no longer needs the PCI compat | Bill Paul | 2000-11-07 | 4 | -180/+193 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -4/+1 |
| * | be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -1/+1 |
| * | Warn that this as an oldpci device.. | Peter Wemm | 2000-05-28 | 1 | -0/+4 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -13/+4 |
| * | This driver attempts to cache mbufs, and re-use them as headers instead | Jonathan Lemon | 2000-05-12 | 1 | -0/+1 |
| * | Add missing $FreeBSD$ | Peter Wemm | 2000-05-01 | 1 | -0/+2 |
| * | Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not | Peter Wemm | 2000-01-29 | 3 | -15/+0 |
| * | Set ifq_maxlen to default (IFQ_MAXLEN). | Matthew N. Dodd | 2000-01-16 | 1 | -0/+1 |
| * | Pre 4.0 tidy up. | Peter Wemm | 2000-01-14 | 1 | -1/+2 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -9/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | Mike Smith | 1999-08-21 | 1 | -0/+1 |
| * | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 1 | -4/+5 |
| * | Move the specification of EDGE/LEVEL triggered interrupts to | Matthew N. Dodd | 1999-08-01 | 1 | -4/+2 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -6/+6 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -4/+0 |
| * | Missing revision markers. | Peter Wemm | 1999-05-09 | 1 | -0/+1 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -4/+0 |