summaryrefslogtreecommitdiff
path: root/sys/dev/vx
AgeCommit message (Expand)Author
2008-08-25MFp4: Network Adapter is redundant.Warner Losh
2008-04-24- vx_stop() requires the driver lock to be held.Marius Strobl
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-10-06Fix another edge case I just noticed when committing the previous changes:John Baldwin
2005-10-06Rototill vx(4), add locking, and mark MPSAFE:John Baldwin
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-07-22Don't drop frames if interface is in promiscuous mode.Ruslan Ermilov
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh
2005-02-03Fix up assignment of negative number to char. Char's are unsigned byPeter Grehan
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-18ss if_vx through indent, and use ANSI function definitions, prior to addingJustin T. Gibbs
2004-08-14Since if_vx doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-08-11Correctly export the size of our softc to newbus in our EISA attachement.Justin T. Gibbs
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-25Start to minimize diffs between vx and ep. These latter is based on aWarner Losh
2003-10-23more unused item cleanupWarner Losh
2003-10-23BASE is no longer used, and is an appendix. Remove it.Warner Losh
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-06-08Revert part of rev 1.43. We want to fail gracefully if there is no packetDag-Erling Smørgrav
2003-05-31Remove break after returnPoul-Henning Kamp
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-04-08Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-10-02Fix mis-indentation.Poul-Henning Kamp
2002-10-01Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).Brooks Davis
2002-08-18Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev
2002-03-20Remove __P.Alfred Perlstein
2002-02-05Get rid of the twisted MFREE() macro entirely.Matthew Dillon
2001-07-19Quiet a variable format-string warning.Kris Kennaway
2001-06-20Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic
2000-12-07When I converted this driver, I neglected to deal with packet alignment.Bill Paul
2000-11-07Update the vortex driver so that it no longer needs the PCI compatBill Paul
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-07-04be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino
2000-05-28Warn that this as an oldpci device..Peter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-12This driver attempts to cache mbufs, and re-use them as headers insteadJonathan Lemon