summaryrefslogtreecommitdiff
path: root/sys/dev/pdq
AgeCommit message (Expand)Author
2018-04-11Remove support for FDDI networks.Brooks Davis
2018-03-30Add deprecation notices for Arcnet and FDDI drivers.Brooks Davis
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-16Remove EISA attachment (fea) from pdq driver. Remove vestiges ofWarner Losh
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-29- Provide necessary includes.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-11-19Several fixes to these drivers. Note that these two drivers are actuallyJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-06-11strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon
2007-06-08Fix preprocessor code to check for a symbol being defined prior to checkingMatt Jacob
2007-06-08Carry volatile type in cast so gcc 4.2 will be happy.Matt Jacob
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-02-23Catchup with filtersWarner Losh
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2005-11-11- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
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-24Offer unhandled IOCTLS to fddi_ioctl().Matthew N. Dodd
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2004-09-22Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder
2004-06-13Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-01-13Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andAlan Cox
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-31Make this compile on alpha.Andrew Gallatin
2003-04-16- Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-04-01Add a crutch so that direct-mapped DMA works on alpha. This is a stepAndrew Gallatin
2003-03-16Catch up with bpf_mtap() changes.Matthew N. Dodd
2003-03-16Catch up with recent infrastructure changes.Matthew N. Dodd
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-20Fix mis-indentation.Poul-Henning Kamp
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2002-04-04Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin
2002-03-29- Merge the pdq driver (if_fpa and if_fea) from NetBSD.Matthew N. Dodd
2002-03-20Remove __P.Alfred Perlstein