summaryrefslogtreecommitdiff
path: root/sys/dev/cs
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove cs(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
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
2014-08-14Delete pp_isadma. It isn't use, and the code that used it has beenWarner Losh
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-10-29- Provide necessary includes.Gleb Smirnoff
2013-10-28repair build for dev/cs.Sean Bruno
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
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-01-29Use bus space functions rather than inw/outwAndrew Turner
2011-01-18Remove some always-true comparisons.John Baldwin
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-01-18Add a warning if we're inw'ing from an odd address. This could happenWarner Losh
2010-01-18Fix indentation nit.Warner Losh
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2008-07-09Improve the EEPROM parsing, based on finding a datasheet that describesWarner Losh
2008-06-06Tweak a comment and a constant to restore old 30ms upper bound.Warner Losh
2008-06-06o Remove unused cs_debug tunable. I think I added it and then nothing withWarner Losh
2008-06-06Forgot to commit these files too :-(Warner Losh
2008-06-06Minor clean up to shave about 1.5k off the size of the driver:Warner Losh
2008-06-06Simplify error checking when reading the function....Warner Losh
2008-06-06cs has detach, remove bogus ifdef.Warner Losh
2008-06-06Remove unused fields in softc. If they are ever really needed again,Warner Losh
2008-06-05Make the cs(4) driver MPSAFE:John Baldwin
2008-06-05Fix the media auto code by breaking it :-). Auto now just means 'useWarner Losh
2008-06-04o Improve the probe code dealing with interrupts.Warner Losh
2008-06-03Correct logic error that would prevent cs pccards from working onWarner Losh
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-03-10Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPTPhilip Paeps
2006-02-11Use ETHER_ADDR_LEN rather than 6.Warner Losh
2005-09-20Remove oldcard support by removing the compat shims.Warner Losh
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-28Fix the worst offenders of style(9) with a small style sweep.Warner Losh